@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	margin: 6px;
	padding: 4px;
	border: 1px none #666666;
}



/*リンク設定（全般）
---------------------------------------------------------------------------*/
a {
	color: #333333;
}

a:hover {
	color: #314F81;
	text-decoration: none;
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer_bg.gif);	/*フッター用の背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#head {
	height: 220px;
	width: 938px;
	position: relative;
}

/*h1タグ*/
#head h1 {
	font-size: 10px;		/*文字サイズ*/
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;			/*文字色*/
	position: absolute;
	left: 9px;				/*ヘッダーに対する位置指定（左から15px）*/
	top: 127px;				/*ヘッダーに対する位置指定（上から0px）*/
}

/*ロゴ画像の位置*/
#head #logo {
	position: absolute;
	left: 0px;				/*ヘッダーに対する位置指定（左から0px）*/
	top: 50px;				/*ヘッダーに対する位置指定（上から50px）*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	width: 918px;
	position: absolute;
	left: 0px;				/*ヘッダーに対する位置指定（左から0px）*/
	top: 152px;				/*ヘッダーに対する位置指定（上から152px）*/
	background-image: url(images/menu_bg.jpg);	/*メニューブロック背景画像*/
	background-repeat: no-repeat;
	height: 68px;
	padding-left: 20px;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}



/*コンテンツ（左右のブロックを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	padding-top: 50px;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 610px;
	padding-bottom: 50px;
}

/*h2タグ*/
#main h2 {
	font-size: 100%;
	line-height: 36px;
	color: #FFFFFF;
	background-image: url(images/title_bg1.gif);
	background-repeat: no-repeat;
	height: 36px;
	overflow: hidden;
	padding-left: 10px;
}

/*段落タグ*/
#main p {
	padding: 0.5em 10px 1em;
}




/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 270px;
	padding-bottom: 50px;
}

/*h3タグ*/
#side h3 {
	font-size: 100%;
	line-height: 56px;
	background-image: url(images/sidetitle_bg1.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 56px;
	overflow: hidden;
}

/*段落タグ*/
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドコンテンツ内　サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-bottom: 1em;
}

ul.sidemenu a {
	text-decoration: none;
	display: block;
	width: 260px;
	border-bottom: 1px solid #d9d9d9;	/*下線*/
	padding: 5px;						/*余白*/
}

ul.sidemenu a:hover {
	background-color: #EDF1F7;			/*マウスオン時の背景色*/

}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #7EA3DA;		/*文字色*/
	font-size: 11px;	/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔*/
}

#footer a {
	color: #7EA3DA;
}




/*メインコンテンツ内の「更新情報・お知らせ」部分
---------------------------------------------------------------------------*/
#main .new dl {
	width: 600px;			/*ボックスの幅*/
	height: 200px;			/*ボックスの高さ*/
	overflow: auto;
	padding-left: 10px;
}

#main .new dt {
	font-weight: bold;	/*日付の色を太字にする*/
	color: #314F81;		/*日付の文字色*/
}

#main .new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとの下線*/
}



/*テーブル
---------------------------------------------------------------------------*/
.d1, .d1 td, .d1 th{
	border: 1px solid #314F81;	/*枠線設定*/
	
}

.d1 {
	width: 610px;
	
}

.d1 td, .d1 th{
	padding: 10px;	/*余白*/
}

.d1 th.title{
	text-align: center;
	background-color: #35568C;
	width: auto;
	
}

.d1 th{
	background-color: #05C55B;
	width: 150px;
	text-align: center;
	color: #FFFFFF;
	
}

.d1 th a {
	color: #FFFFFF;
	
}



/*FAQページ
---------------------------------------------------------------------------*/
.faq dt {
	background-image: url(images/faq_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	font-weight: bold;
	color: #192F5C;
}

.faq dd {
	background-image: url(images/faq_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 1em;
	padding-bottom: 1em;
}



/*細々
---------------------------------------------------------------------------*/
.pagetop {
	text-align: right;
	padding-top: 2em !important;
}

.mb1em {
	margin-bottom: 1em;
	
}

ul.listmark {
	padding: 0.5em 10px 1em 20px;
	list-style: disc;
}

.color1 {
	color: #FF0000;
}
.smallimageFO {
background-color: #fff;
border: 1px solid #CCC;
padding: 3px;
margin: 2px 2px 2px 2px 2px;
}


#mainImg {
	
	height: 250px;
}
#imgArea {
	width: 900px;
	margin: 0 auto;
}
