@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

/* resetCSS */

img{border:none;}

a {outline:none;}

body, input, textarea, select {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'ＭＳＰゴシック', Arial, verdana, sans-serif;
}

body{
	font-size:81.25%;
	line-height:1.5;
	color:#1a1300;
}

textarea {
	font-size:88%;
	max-width:555px;
}

/* layout */
/*background関係の指定は、なぜかbackground.cssにあるので、そこで指定すること*/

html, body {
	width:100%;
	height:auto;
}

html{
	/*background-image: url("../image/bg_html.jpg");
	background-repeat:repeat-x;
	background-position: center top;
	background-color:#0b8bd5;*/}

body{
	/*background-image: url("../image/bg.png");
	background-repeat:no-repeat;
	background-position: center top;*/
	font-size:0.8em;
}

#wrapper{
	position:relative;
	width:100%;
	background:none;
	min-height:100%;
}

* html #wrapper {
	padding-top:0;
}

/*html,body,#wrapper,#contents {
	height:100%;
	}*/
body > #contents {
	height: auto;
	min-height: 100%;
	}
img{
	border:none;}
	
.t_right {
	text-align:right;
	font-weight:normal;
	font-size:11px;
	margin-right:10px;
}

.centerarea {
	text-align:center;
	margin:20px auto;
}

/*=====================リンク=====================*/
a{
	color:#2e7b9b;}
a:hover{
	color:#c3505c;
	text-decoration:none;}


/*=====================header=====================*/
#header{
	width:980px;
	height:145px;
	margin:0 auto;
	padding-top:37px;
	position:relative;
	background:none;
	left:0;
	top:0;
	
	}
	
#header p{
	font-size:11px;
	float:right;
	height:28px;
	line-height:28px;
	margin-top: -7px;
	
	color:#f2ece7;
/*
text-shadow:
		#ffffff 0px -1px 0px , #ffffff 1px 0px 0px , #ffffff 0px 1px 0px , #ffffff -1px 0px 0px ,
		#ffffff 0px -2px 1px , #ffffff 2px 0px 1px , #ffffff 0px 2px 1px , #ffffff -2px 0px 1px/* , #eabb00 2px 3px 1px;
		
*/

}
	
h1 a{
	width:300px;
	height:120px;
	display:block;
	float:left;
	background:url(../image/h1.png) no-repeat;
	text-indent:-9999px;
	margin-right:18px;
	position:absolute;
	left: 0px;
	top: 59px;
}
	
/*-----------menu-----------*/
#header ul{
	list-style:none;
	width:670px;
	height:83px;
	right:0;
	top:89px;
	background-image:url("../image/menu_bg.png");
	background-repeat:no-repeat;
	background-position:0 0;
	position: absolute;}

#header li{
	float:left;
}
/*
#header li:first-child{
	margin-left:2px;}
	*/
#header li a{
	display:block;
	height:83px;
	text-indent:-9999px;
	background-image:url("../image/menu.png");
	background-repeat:no-repeat;}


#header li#m01 a { width:105px; background-position:   0px 0px;}/*はじめに*/
#header li#m02 a { width:129px; background-position:-105px 0px;}/*サークル参加*/
#header li#m03 a { width: 97px; background-position:-234px 0px;}/*一般参加*/
#header li#m04 a { width: 95px; background-position:-331px 0px;}/*コスプレ*/
#header li#m05 a { width: 63px; background-position:-426px 0px;}/*募集*/
#header li#m06 a { width: 76px; background-position:-489px 0px;}/*リンク*/
#header li#m07 a { width:105px; background-position:-565px 0px;}/*お問合わせ*/

#header li#m01 a:hover {background-position:   0px -83px;}/*はじめに*/
#header li#m02 a:hover {background-position:-105px -83px;}/*サークル参加*/
#header li#m03 a:hover {background-position:-234px -83px;}/*一般参加*/
#header li#m04 a:hover {background-position:-331px -83px;}/*コスプレ*/
#header li#m05 a:hover {background-position:-426px -83px;}/*募集*/
#header li#m06 a:hover {background-position:-489px -83px;}/*リンク*/
#header li#m07 a:hover {background-position:-565px -83px;}/*お問合わせ*/




/*=====================contents=====================*/	
#contents{
	width:980px;
	height:auto;
	
	margin:10px auto 0;
	padding-bottom:200px;
	min-height: 560px;
}
*:first-child+html #contents {display:table;height:auto;}

#contents:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*=====================schedule=====================*/
#schedule{
	width:240px;
	float:left;
	font-size:12px;
}
	
#schedule strong{
	font-style:normal;
	font-weight:bold;
	color:#222;
}
	
#sche_top , #onlycom_top{
	height:55px;
	background-image:url("../image/sche/sche_top.png");
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0;}
#sche_main , #onlycom_main{
	background-image:url("../image/sche/sche_bg.png");
	background-repeat:repeat-y;
	background-position:0 0;
	padding:0 15px;
	width:210px;}
#sche_bottom , #onlycom_bottom{
	height:40px;
	background-image:url("../image/sche/sche_bottom.png");
	background-repeat:no-repeat;
	background-position:0 0;
	margin-bottom:10px;}

#schedule #sche_main ul , #schedule #onlycom_main ul{
	width:210px;
	margin:0 auto;
	padding-bottom:1px;
	list-style:none;
	list-style-image:none;}
#schedule #sche_main li , #schedule #onlycom_main li{
	border-top:1px dotted #afa68f;
	padding:5px 0 0 0;
	margin: 0 0 5px 0;}
#schedule #sche_main li:first-child{
	border:none;}
#schedule #sche_main li p{
	height:18px;
	margin:1px 0 0 0;}


/* 追加設定 */

#sche_main {
	width:240px;
	padding:10px 0 0;
}

#other_link img {margin-bottom: 5px;}

#compny_link img {margin-bottom: 5px;}

#compny_link {text-align: center;}

.compny_font {text-align:left;width: 210px;margin-left: 19px; font-size: 11px;}

/* 締切変更・日程変更・会場変更用 */
#sche_main li>strong {
	color:#c00;
}


	
/*-----------オンリーコミュ部分-----------*/	
#schedule #onlycom_main p {
	font-size:11px;
	margin:0;
	padding-bottom:1em;
}

#schedule #onlycom_bn {
	margin-top:5px;
	padding:10px 0 0 0;
	border-top:1px dotted #AFA68F;
	text-align:center;
}
#schedule #onlycom_main #onlycom_list {
	margin:0 0 5px 4px;
	padding:0;
}

#schedule #onlycom_main #onlycom_list li {
	margin-right:7px;
}
#schedule #onlycom_main #onlycom_list li a {
    font-size:1em;
    font-weight:normal;
    color:#000;
    text-decoration:none;
    padding:0;
    margin:0 0 5px 1px;
    line-height:1.3em;}
	
#schedule #onlycom_main #onlycom_list a:hover {
	text-decoration:underline;
}


	
/*-----------募集状況タグ-----------*/
.app_50,.app_60,.app_70,.app_80,.app_90,.app_100,.app_accep,.app_dead,.app_end,.app_full{
	width:58px;
	height:18px;
	text-indent:-9999px;
	display:block;
	margin:0 3px 0 0;
	padding:0;
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;}
/*申込み50％*/
.app_50{
	background-image:url("../image/sche/app_50.png");}
/*申込み70％*/
.app_60{
	background-image:url("../image/sche/app_60.png");}
/*申込み70％*/
.app_70{
	background-image:url("../image/sche/app_70.png");}
/*申込み80％*/
.app_80{
	background-image:url("../image/sche/app_80.png");}
/*申込み90％*/
.app_90{
	background-image:url("../image/sche/app_90.png");}
/*満了*/
.app_100{
	background-image:url("../image/sche/app_100.png");}
/*申込み受付中*/
.app_accep{
	background-image: url("../image/sche/app_accep.png");}
/*締切り間近*/
.app_dead{
	background-image:url("../image/sche/app_dead.png");}
/*募集終了*/
.app_end{
	background-image:url("../image/sche/app_end.png");}
/*満了間近*/
.app_full{
	background-image:url("../image/sche/app_full.png");}


/*=====================area=====================*/
#area{
	width:730px;
	float:right;
	/*padding-bottom:160px;*/
	}

#area_image{
	background-image:url(../image/area_image.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:690px;
	height:270px;
	padding:20px;
	margin-bottom:10px;
}

#area_top{
	background-image:url(../image/area_top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	position:relative;
	height:75px;
}
	
#area_bottom{
	height:40px;
	background-image:url("../image/area_bottom.png");
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0;}
#area_main{
	background-image:url("../image/area_bg.png");
	background-repeat:repeat-y;
	background-position:0 0;
	padding-bottom:10px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;}


/*=====================footer=====================*/
#footer{
	clear:both;
	position:absolute;
	bottom:0;
	left:0;
	font-size:0.9em;
	width:100%;
	height:152px;
	/*margin: -150px auto 0;*/
	margin: 0 auto;
	/margin: 0 auto;
/*	padding:0px 30px;*/
	background:url(../image/footer.png) center bottom repeat-x;
}

#footerinner {
	width:920px;
	margin:0 auto;
	padding:20px 30px 0 30px;
}


	
/*ページトップ*/

#footer p#pagetop {
	position:relative;
}

#footer p#pagetop a{
	position:absolute;
	width:172px;
	height:30px;
	display:block;
	right: 0px;
	top: -131px;
	text-indent:-9999px;
	background-image:url(../image/pagetop.png);
}

/*コンテンツリンク*/

#footer {
	color:#fff;

}

#footer a{
	color:#e8cb70;
	font-weight:bold;
	text-decoration:none;
}
	
#footer a:hover{
	color:#fce59d;
}
		
#footer ul{
	list-style:none;
	padding:13px 0 15px 0;
	/padding:25px 0 15px 0;
	margin:0 0 10px 0;
	height:50px;
	border-bottom: 1px solid #999;
/*    -webkit-box-shadow: 0 1px 0 #8f742b;
    -moz-box-shadow: 0 1px 0 #8f742b;
    box-shadow: 0 1px 0 #8f742b;*/
	/*border-bottom:1px solid #afa68f;*/
	/*background-image:url("../image/footer_line.gif");
	background-repeat:repeat-x;
	background-position:0 bottom;*/
}

#footer li{
	float:left;
	border-right:1px solid #999;
	padding:0 5px 0 0;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;

}

#footer li.li_right{
	border-right:none;
}

#footer li.return{
	clear:both;
}
	
/*コピーライト*/	
#footer p{
	margin:0;
	padding:0;
}


	
/*=====================IE6警告文=====================*/
#ie6{
	clear:both;
	background-color:#fff;
	padding:5px;
	border:1px solid #000;
	margin-top:20px;
	zoom : 1;
}

#ie6 p {
	color:#333;
}



/* テストコンソール */

/*
#console a {
	display:inline-block;
	
	width:30px;
	height:30px;
	line-height:30px;
	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#333;
	
text-shadow:
0 1px 0 #fff,
1px 0 0 #fff,
0 -1px 0 #fff,
-1px 0 0 #fff;
}

html {background-color:#0065b3;}

#area .frame {background-color:#a1cc3d;}

#schedule .frame {background-color:#65bbff;}
*/