/*@charset "utf-8";*/

@import url(header.css);
@import url(footer.css);

/* CSS Document */
/***********************************************************************************
// ページ全体（body）
***********************************************************************************/
	body{
		text-align:left;
		color: #646464;
		margin: 0 0 0 0;																	/* マージン */
		padding: 0 0 0 0;																	/* パディング */
		background: #0A2267; 												/* 背景画像の配置 */
	}
	
	h1 {
	font-size: 16px;
	height: 60px;
	margin: 0;
	padding: 0;
	}
/	
/***********************************************************************************
// メインコンテンツ
***********************************************************************************/

/*大枠BOX*/
#container {
	width: 985px;
	padding: 0 0 0 0;
 	overflow:hidden; 
  }

/*メインコンテンツ*/

/*バナーコンテンツ*/
#bannerContents {
	float: right;
	width: 180px;
	padding:0 0 0 0;
	background: #0A2267;
}

div.banner img {
float: left;
margin: 0px 0px 10px 0px;
}

/***********************************************************************************
// マージンの代わりにスペース
***********************************************************************************/
#space01 {
	height: 10px;
	padding:0 0 0 0;
}

/***********************************************************************************
// トップページ
***********************************************************************************/

#top_contentsLeft {
	float: left;
	width: 470px;
	margin: 10px 0px 10px 0px;
}

#top_contentsRight {
	float: right;
	width: 260px;
	margin: 10px 0px 10px 0px;
}

iframe  {
	width: 470px;
	height: 155px;
}

iframe.style01 { border: 1px #646464 solid; }


/* --- Site Guide Area --- */

#siteGuide {
width: 260px;
margin: 0 0 0 0;
text-align: right;
}

/* Google Search */
#siteGuide .search {
	width: 260px;
	float: right;
	background: url(../top/bg_serch.gif) no-repeat ;
}

#siteGuide .search form {
	margin: 0 0 0 0;
}

/***********************************************************************************
// 2009.12.28　Tsuzaki
// サイト内検索のスタイルをクラスを指定するように変更
// 「検索」ボタンの大きさを50pxに指定
// 「入力欄」の大きさを140pxに変更
***********************************************************************************/
	/*
	#siteGuide .search input[type="text"] {
		width: 120x;
		height: 1.8em;
	}
	#siteGuide .search input[type="submit"] {
		padding: 1px 10px;
	}
	*/
	
	#siteGuide .search input.form_text {
		width: 140px;
		height: 1.8em;
	}
	
	#siteGuide .search input.form_button01 {
		padding: 1px 10px;
		width: 50px;
	}

input, select, textarea {
color: #000000;
font-size: 90%;
}


div.leftbox img {
float: left;
margin: 0px 4px 0px 0px;
}

/***********************************************************************************
// イベント情報＆新着情報
***********************************************************************************/
table.event { 
	font-size: 80%;
	line-height: 140%
	}


/***********************************************************************************
// フォント
***********************************************************************************/
table.toptext01 { 
	font-size: 70%;
	}
	
table.toptext02 { 
	color: #ffffff;
	font-size: 80%;
	font-weight: bold;
	}

table.topright {
	font-size: 0.8em;
	line-height: 200%
	}
	
.topright03 { font-size: 0.8em; }
.topright04 { font-size: 0.8em; font-weight: bold; color: #78000A; }


.texttopright02 {
	color: #504691;
	font-size: 70%;
	font-weight: bold;
}


