@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;
}

/*レイアウト*/
#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(../../shared/img/mainNavAbout.jpg) no-repeat;
    padding-top: 62px;
    text-align: center;
}

.about a:hover {
	background:url(../../shared/img/mainNavAbout_on.jpg) no-repeat;
}

.meeting a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 180px;
	background:url(../../shared/img/mainNavMeeting.jpg) no-repeat;
    padding-top: 62px;
    text-align: center;
}


.meeting a:hover {
	background:url(../../shared/img/mainNavMeeting_on.jpg) no-repeat;
}

.member a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 180px;
	background:url(../../shared/img/mainNavMember.jpg) no-repeat;
    padding-top: 62px;
    text-align: center;
}

.member a:hover {
	background:url(../../shared/img/mainNavMember_on.jpg) no-repeat;
}

.rules a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 180px;
	background:url(../../shared/img/mainNavRules.jpg) no-repeat;
    padding-top: 62px;
    text-align: center;
}

.rules a:hover {
	background:url(../../shared/img/mainNavRules_on.jpg) no-repeat;
}


.contact a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 180px;
	background:url(../../shared/img/mainNavContact.jpg) no-repeat;
    padding-top: 62px;
    text-align: center;
}

.contact a:hover {
	background:url(../../shared/img/mainNavContact_on.jpg) no-repeat;
}


/*メイン画像*/
/* 　一度画像を全てを非表示にして、absoluteを指定して画像を重ねる */

#stage img{
	display:none;
	position:absolute;
}

/* 1枚目の画像だけを表示 */
#stage #img1{
	display:block;
}


/*コンテンツレフト*/
#contents_left{
	width:690px;
	float:left;
	/*border:#000 1px solid;*/
	margin-top:300px;
}


h2{
	padding-left:12px;
	font-size:140%;
	border-bottom:#00489b 3px solid;
	padding-bottom:3px;
	margin-bottom:8px;
}
h2.second{
	/*margin-top:80px;*//*新着情報の行が増えたらmarginを生かす*/
}

/*新着情報*/
.contents_a{
    width: 690px;
    height: 690px;
    overflow: auto;
	/*margin-top:14px;*/
	/*margin-bottom:60px;*/
}

.contents_a dt{
	float: left;
	padding-left: 17px;
	padding-top: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
	color: #e20010;
	width: 8em;
	background: url(../../shared/img/btn.png) no-repeat 0 5px;
	/*border:#000 1px solid;*/
}

.contents_a dd{
	width:37em;/*これ以上広くすると横のスクロール印がでる*/
	margin-left:94px;
	margin-bottom:10px;
	/*border:#000 1px solid;*/
}

.contents_a{
	font-size:110%;
}
.contents_a a{
	font-size:100%;
	text-decoration:underline;
}
/*.contents_a p,
.contents_a a,
.contents_a dt,
.contents_a dd{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}*/


/*研究会情報*/

/*.contents_b p{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:110%;
}*/

.big a{
	font-size:100%;
}

.meeting_box{
	/*border:#000 1px solid;*/
	background:url(../img/box.jpg) no-repeat;
	margin-bottom:0px;
}

.meeting_box_last{
	background:url(../img/box.jpg) no-repeat 0 10px;
	padding-top:10px;
}



.gazo{
	margin:10px 20px 0 10px;
	float:left;
	padding-bottom:10px;
}


h3{
	padding-top:10px;
	margin-bottom:3px;
}

h3,
h3 a{
	font-size:120%;
}

.a,.b,.c{
	/*border:#000 1px solid;*/
	padding-left:115px;
}

.c{
	width:400px;
	/*border:#000 1px solid;*/
}

.a p,.b p{
	font-size:100%;
	line-height:1.5em;
}

.c p{
	font-size:100%;
	line-height:1.3em;
}

.a,.b{
	padding-bottom:26px;
	/*border:#000 1px solid;*/
}

.right{
	text-align:right;
	margin-right:10px;
	margin-top:-19px;
}
.right p{
	font-family:"メイリオ", sans-serif;
	font-weight:bold;
}

.c{
	/*border:#000 1px solid;*/
	margin-bottom:px;/*cに中身が少ないとき必要*/
	/*border:#000 1px solid;*/
}

.c_right{
	width:150px;
	/*border:#000 1px solid;*/
}

.appli{
display:block;
width:136px;
height:30px;
background-image:url(../img/btnEntry_02.gif);
text-indent:-9999px;
}

.appli:hover{
background-position:left bottom;
}


.appli{
	margin-left:540px;
	margin-top:-20px;
	/*padding-bottom:25px;*/
}


/*サイドバー*/
/*
a.clm{
display:block;
width:200px;
height:68px;
background-image:url(../img/bnr_clm_02.jpg);
text-indent:-9999px;
}
a.quiz{
display:block;
width:200px;
height:68px;
background-image:url(../img/bnr_q_02.jpg);
text-indent:-9999px;
}
a.conf{
display:block;
width:200px;
height:68px;
background-image:url(../img/bnr_conf_02.jpg);
text-indent:-9999px;
}
.clm:hover,
.quiz:hover,
.conf:hover{
background-position:left bottom;
}*/

a.admission{
display:block;
width:200px;
height:68px;
background-image:url(../img/btnAdmission_02.gif);
text-indent:-9999px;
}
.admission:hover{
background-position:left bottom;
}

.bnr img:hover{
filter:alpha(opacity=80);
opacity:0.7;
}

.conf{
	padding-bottom:30px;
}

#sidebar{
	width:204px;
	float:right;
	margin-right:8px;
	/*border:#000 1px solid;*/
	margin-top:300px;
}

#sidebar p{
	margin-bottom:10px;
}



#link{
	width:196px;
	margin-top:40px;
	margin-left:12px;
	border:#e5e6e7 2px solid;
	background-color:#f5f6f4;
}

#sidebar ul{
	padding:0 12px 12px 12px;
}

#sidebar li{
	background:url(../../shared/img/btn_01.png) no-repeat 0 4px;
	/*border:#000 1px solid;*/
	margin-bottom:8px;
	padding-left:18px;
	text-decoration:underline;
	color:#00489b;
}

#sidebar li a{
	color:#00489b;
	font-size:90%;
}



#sidebar p{
	margin-top:12px;
	margin-left:12px;
	font-size:115%;
	
}

/*ページの先頭へ戻る*/
#contents #to_top{
	padding-top:180px;
	background:url(../../shared/img/btnArrow.png) no-repeat 930px 189px;
	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%
}
