/*CSS Document

/*■初期設定*/

body{
	overflow-y:auto;
	color:#333333;
	text-align:center;
	background:repeat url(common/img/bg_body.jpg);
	}
_html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}
a{
	color:#333333;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#EB588F;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示*/
	}

/*■初期設定ここまで*/


*{ margin:0; padding:0;}
img{ 
    border:0;
	vertical-align: top;
	}
a img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 14px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    _font: 80%; /* IE 6以下 */
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
p,th,td,li{
	font-size:13px;
	*font-size:100%;
	*font:100%;
	}


/***見出しタグ***/
h1{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-align:;left;
	}
h2{
	float:left;
	margin:-3px 0px 0px 0px;
	clear:both;
	}

h3{
	font-size:12px;
	color:#FF0099;
	text-indent:0;
	vertical-align:top;
	margin:0px 0 0px 0px;
}
h4{
	font-size:12px;
	color:#FF0099;
	text-indent:0;
	height:20px;
	line-height:20px;
	margin:0px 0 0 10px;
	padding:8px 0 0 0px;
}
h5{
	font-size:12px;
	color:#333333;
	text-indent:0;
	vertical-align:top;
	line-height:20px;
	margin:0px 0 0px 0px;
}

.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;
	padding:20px 0 0 30px;}
	
.Red{ color:#F00}	

/**レイアウト**/
#bg{
	background:repeat-x top url(img/bg_head.png);
	height:360px;
	text-align:center;
}
#header{	
	width:950px;
	height:97px;
	margin:0 auto 0 auto;
	}
#header .logo{
	float:left;
	margin:37px 0px 0px 5px;
	clear:both;
	}
#header .title{
	float:left;
	margin:20px 0px 0px 0px;
	text-align:;left;
	clear:both;
	}		
#main_img{	
	width:955px;
	height:236px;
	margin:0px auto 0 auto;
	}	
/*メインメニュー*/
#main_menu{
	float:right;
	width:544px;
	margin:30px 5px 0px 0px;
	}
#main_menu ul{
	display:block;
	list-style-type:none;
	}
#main_menu ul li{
	float:left;
	margin:0px 0px 0px 0px;
	_font-size:1px;/* IE 6以下 */
	line-height:0;
	}
/*メインコンテンツ*/
#wrap{
	width:950px;
	margin:0px auto 0px auto;
	text-align:center;
	}
#content{
	float:left;
	width:700px;
	margin:20px auto 40px 10px;
	text-align:center;
	border-right:#000 dotted 1px;
	}
#banner_area{
	width:200px;
	float:left;
	margin:4px 0px 0px 15px;
	text-align:left;
	}	
#banner_area ul{
	float:left;
	width:175px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
	}	
#banner_area ul li{
	float:left;
	margin:15px 0px 0px 15px;
	}		
#content .title{
	float:left;
	margin:0px 0px 20px 20px;
	}
#content .subtitle{
	float:left;
	margin:10px 0px 0px 30px;
	}	
#content p{
	float:left;
	margin:0px 0px 20px 17px;
	}
#content .box{
	width: 649px;
	border:#e01c66 solid 1px;
	float:left;
	margin:0px 0px 0px 20px;
	}	
#content .content_tbl{
	float:left;
	width: 590px;
	margin:10px 0px 30px 30px;
	}
#content .content_tbl th {
 	text-align: left;
 	vertical-align: top;
	width: 120px;
	border-bottom: 1px dotted #08087f;
	padding: 10px 10px 10px 15px;
 	font-size:14px;
	line-height:160%;
}
#content .content_tbl td {
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dotted #08087f;
	text-align:left;
	font-size:14px;
	line-height:160%;
}		
#content .content_tbl2{
	float:left;
	width: 620px;
	margin:10px 0px 30px 30px;
	}
#content .content_tbl2 th {
 	text-align: left;
 	vertical-align: top;
	width: 120px;
	border-bottom: 1px dotted #08087f;
	padding: 10px 10px 10px 15px;
 	font-size:14px;
	line-height:160%;
}
#content .content_tbl2 td {
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dotted #08087f;
	text-align:left;
	font-size:14px;
	line-height:160%;
}		
/*フッター*/
#footer{
	background:repeat-x top url(img/bg_foot.jpg);
	background-color:#ffffff;
	color:#333333; /*コピーライトのテキストの色*/
    clear:both;
	font-size:13px;
	height:90px;
	margin:0px auto 0px auto;
	*margin:40px auto 0px auto;
	}
#footer_menu{
	width:950px;
	margin:0px auto 0px auto;
	padding:7px 0px 0 0px;
	*margin:3px auto 0px auto;/* IE 7 */
	text-align:left;	
	}
#footer_menu p{
	float:right;
	*margin:0px 0px 0 -15px;/* IE 7 */
	font-size:13px;
	line-height:200%;
	text-align:right;
	}	
#footer_menu ul{
	float:left;
	padding:0px 0 0 0px;
	*margin:0px 0px 0 -10px;/* IE 7 */
	list-style-type:none;
	text-align:left;
	line-height:200%;
 	}	
#footer_menu ul li{
	margin:0px 0px 0 0px;
	}
#footer_menu ul li a{
	color:#333333;
	font-size:13px;
	*margin:0px 0px 0px 0px;/* IE 7 */
	padding:0px 10px 0px 0px;
	text-decoration:none;
	}
#footer_menu ul li a:hover{
	color:#EB588F;
	text-decoration:underline;
	}