@charset "UTF-8";
/* CSS Document */

/*clearfixの設定*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*共通*/

body{
	font-family:"メイリオ", sans-serif;
	color:#666;
	background:#fff;
}

a{
	color:#666;
	font-size:13px;
	line-height:1.6;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #00399F;
	margin: 0px;
}

/*レイアウト*/
#wrapper{
	width:100%;
	width:940px;
	margin:0 auto;
}

#wrapper_wrapper{
	width:100%;
	height:20px;
	background-color:#00489b;
}


/*ヘッダー*/
#header{
	width:100%;
	height:141px;
	/*border:#000 1px solid;*/
}

#header h1{
	padding-top:54px;
	margin-right:200px;
	float:left;
}

.ad_01{
	/*border:#000 1px solid;*/
}

.ad_02{
	/*border:#000 1px solid;*/
}

.ad ul{
	float:left;
	margin-top:54px;
	margin-left:10px;
	padding-left:5px;
	height:72px;
	width:186px;
	/*border:#000 1px solid;*/
	border-left:#e1e1e1 3px solid;
	color:#7e7c7b;
	font-size:12px;
	line-height:1.5em;
}

/*ナビゲーション*/
#globalnav li{
	float:left;
	margin-right:6px;
	padding-top:5px;
}

#globalnav{
	width:940px;
	height:72px;
	background-color:#f2f4f5;
	/*border:#000 1px solid;*/
	margin-bottom:15px;
}

.about{
	padding-left:8px;
}

.about a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 180px;
	background:url(../img/mainNavAbout.jpg) no-repeat;
    padding-top: 62px;
    text-align: center;
}

.about a:hover {
	background:url(../img/mainNavAbout_on.jpg) no-repeat;
}

.meeting a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 180px;
	background:url(../img/mainNavMeeting.jpg) no-repeat;
    padding-top: 62px;
    text-align: center;
}

.meeting a:hover {
	background:url(../img/mainNavMeeting_on.jpg) no-repeat;
}

.member a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 180px;
	background:url(../img/mainNavMember.jpg) no-repeat;
    padding-top: 62px;
    text-align: center;
}

.member a:hover {
	background:url(../img/mainNavMember_on.jpg) no-repeat;
}

.rules a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 180px;
	background:url(../img/mainNavRules.jpg) no-repeat;
    padding-top: 62px;
    text-align: center;
}

.rules a:hover {
	background:url(../img/mainNavRules_on.jpg) no-repeat;
}


.contact a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 180px;
	background:url(../img/mainNavContact.jpg) no-repeat;
    padding-top: 62px;
    text-align: center;
}

.contact a:hover {
	background:url(../img/mainNavContact_on.jpg) no-repeat;
}




/*コンテンツエリア*/
#contents{
	width:940px;
}

	
.first{
	margin-top: 20px;
	color: #00489b;
	font-size: 130%;
}
	
	
h2{
	margin-top:5px;
	background:url(../img/title_back.jpg) no-repeat;
	height:50px;
	padding-left:12px;
	font-size:150%;
	padding-top:20px;
}


h3{
	font-size:130%;
	color:#00489b;
	border-left:#00489b 6px solid;
	height:27px;
	padding:6px 0 0 10px;
	margin-top:50px;
	margin-bottom:15px;
}




/*ページの先頭へ戻る*/
#contents #to_top{
	margin-top:180px;
	background:url(../img/btnArrow.png) no-repeat 930px 9px;
	clear:both;
	text-align:right;
	padding-right:13px;
	text-decoration:underline;
	/*border:#000 1px solid;*/
}
#to_top,
#to_top a{
	color:#00489b;
}

#to_top a{
	font-size:90%;
	letter-spacing:0.2em;
}



/*フッター*/

#footer{
	width:100%;
	background:#00489b;
	min-height:73px;
	margin-top:5px;
	font-size:0.6;
}

#footer p#copy{
	width:940px;
	margin:0 auto;
	margin-top:3px;
	text-align:center;
	color:#fff;
	padding-top:15px;
	font-size:85%
}
