@charset "utf-8";
/* CSS Document */

/*!!基本的にフォルダ名をbodyにつけるID名にしていますが、
!!数字が先頭にくるID名は使えないので、
!!フォルダ名が数字だけの場合はなにか先頭につけてください*/


/*===================== 背景再設定 =====================*/

html { background-image: url("../image/bg_html.jpg");}
body { background-image: url("../image/bg.png");
	   background-position:center top;
	   background-repeat:repeat-x;}

#area_main {
	padding-top:0;
}

/*=====================area=====================*/

/*
#area_top{
	padding-top:12px;
	padding-left:20px;
	padding-right:20px;
	background-image:url("../image/area_top_index.png");
	background-repeat:no-repeat;
	background-position:0 0;
	height:130px;}

.tokyo01 #area_top{
	background-image:url("../image/area_top.png");
	background-repeat:no-repeat;
	background-position:0 0;
	position:relative;
	padding-top:0px;
	height:57px;}

#area_main{
	background-color:#fff;
}
*/

ul.left {
	width:330px;
}

ul.left, ul.left li {
	padding-right:0 !important;
}

/*=====================見出し=====================*/
#area h2{
	width:auto;
	height:100px;

	text-indent:0;
	padding:0 0 5px 0;
	margin:0;}

.tokyo01 #area_top h2{
	width:198px;
	height:32px;
	background-position:0 18px;
	background-repeat:no-repeat;
	margin:0 0 5px 18px;
	padding:50px 0 0 0 ;
	text-indent:-9999px;}
#area_main h3{
	border-bottom:none;
	margin-top:8px;}

#area_main h3 iframe {
	position:relative;
	left:20px;
	top:5px;
}
#area_main h4{
	background:none;
    color:#33321F;
	padding:0 0 0 0;
	margin:23px 0 3px 0;
	font-size:1.2em;
	width:auto;
	height:auto;
	border-bottom:none;}
#area_main h4 span{
	background-color:#d17f10; /*この色を変えると矢印の色が変わります*/
	width:15px;
	height:16px;
	display:block;
	margin:3px 5px 0 0;
	float:left;
	background-image:url("../image/h4_white.png");
	background-repeat:no-repeat;}
#area_main h5 {
	color:#fff;
	background-color:#807c4d;
	background-image:none;
	border:none;}


#dl_cut h5 , #dl_cut_one h5 , #aria_main #dl_pdf h5 {
	margin:5px auto 5px;
}

/*=====================タグ=====================*/
p.tag{
	margin:5px 0 0;}

/*=====================hr=====================*/
hr{
	border:dotted #beb7a6;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:18px 0 5px;
	clear:both;}


/*=====================更新用ゾーン=====================*/

#area_main ul.left {
    margin-bottom:10px;
}

#update{
    float:right;
    width:320px;
    margin:0 0 20px;}

#update #bn_list,#update #bn_print , #update #bn_notice {
    position:relative;
}

#update #bn_notice {
    margin-top:0;
}
    


#update p#bn_list span.date,#update p#bn_print span.date{
    width:80px;
    height:1em;
    display:block;
    position:absolute;
    top:23px;
    font-size:0.9em;
    right:0;}


#update #bn_list a,#update #bn_print a ,#update #bn_notice a ,#update  #bn_sururu_cam2 a {
    width:320px;
    height:52px;
    background-repeat:no-repeat;
    background-position:0 0;
    text-indent:-9999px;
    margin-bottom:5px;
    display:block;}

#update p#bn_notice a     {background:url(../image/bn_notice.png) no-repeat;}
#update p#bn_sururu_cam2 a {background:url(../../common/image/bn_sururu_cam.gif) no-repeat;}
#update p#bn_list a       {background-image:url(../image/bn_list.png);}
#update p#bn_print a      {background-image:url(../image/bn_print.png);}


#bn_kikaku a{
    width:320px;
    height:80px;
    display:block;
    background-repeat:no-repeat;
    background-position:0 0;
    text-indent:-9999px;
    margin-bottom:5px;}
    
#update p#bn_kikakulink , #update p#bn_kaitekilink {margin-bottom:5px;}

#update p#bn_sururu_cam2 {margin-top:5px;}
/*--------------募集状況---------------*/
/*募集状況の背景色の設定*/
#update dl#entry{
	padding:10px;
	border:1px solid #66633d;
	background-image:url("../image/sbg_none.gif");
	background-color:#fbd950;}

/*募集状況見出し*/
#update dl#entry dt{
	display:block;
	background-image:url("../image/entry_title.png");
	background-repeat:no-repeat;
	background-position:0 0;
	position:relative;
	height:20px;
	}
#update dl#entry dt p{
	display:none;}
#update dl#entry dt span.date{
	position:absolute;
	display:block;
	width:97px;
	height:1em;
	top:0;
	right:0px;
}

/*募集状況バー*/
#update dl#entry dd{
	margin-top:8px;
	display:block;
	height:30px;
	width:298px;
	border:1px solid #66633d;
	background-color:#fff;}
#update dl#entry dd p{
	background-color:#fbd950; /*ここを変えると、募集状況のバーの色が変わります*/
	display:block;
	height:20px;
	padding:5px 0;
	}
#update dl#entry dd p span{
	color:#333333;
	font-weight:bold;
	width:40px;
	display:block;
	margin:0 auto;}


/*=====================table=====================*/
th{
	background-color:#807c4d;
	border:1px solid #66633d;
	color: #fff;
	padding:5px;}
td{
	border:1px solid #66633d;
	vertical-align:top;
}

/*募集要項部分に使用*/
#top #area_main table{
	margin-bottom:8px;
	border-collapse:collapse;
	width:680px;}
#top #area_main th{
	width:60px;}
#top #area_main td{
	padding:3px 5px;
	border-width:1px;
	border-style:solid;
	background-color:#fff;}

.price , .deadline_day {
	width:250px;
	vertical-align:middle;}

.deadline , .joining {
	width:350px;
}


/*table:サークルリストに使用*/
/*
#list table{
	width:90%;
	margin:10px auto;}
#list table td{
	border:none !important;
	vertical-align:top;}
	
#list table table{
	width:300px;
	border-collapse:collapse;}
#list table table td{
	padding:3px 5px;
    border: 1px solid #66633D !important;
	background-color:#fff;}

.sp_no{
	width:25%;}
*/

/*table:サークルリストに使用*/
#area_main #list table{
	width:90%;
	margin:10px auto;}

#top #area_main #list td{
	width:50%;
	
	border:none;
	vertical-align:top;
	background-color:transparent;
}
	
#top #area_main #list table table{
	width:300px !important;
	border-collapse:collapse;}

#top #area_main #list table table td{
	padding:3px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#B35C00;
	background-color:#fff;
}

#area_main #list th {
	width:70%;
}

#area_main #list th.sp_no{
	width:30%;
}



.sp_no{
	width:25%;}


/*五十音リスト*/
#pan_list{text-align:center;}

#pan_list li{
	  text-align:right;
	  margin-left:0;
	  padding:0 5px;

	  display:inline;
	  list-style:none;
	  border-left:solid 1px #ccc;
}

#pan_list li:first-child{
	border-left:none;}

/*=====================リンク=====================*/
dl#event_link {
	margin-top:10px;}
#event_link dt{
	width:100px;
	height:20px;
	border-right:3px solid #99955C;}
#event_link dd{
	margin-left:120px;
	margin-top:-20px;
	margin-bottom:5px;}
#event_link dd textarea{
	font-size:1em;}

/*=====================要項ダウンロード=====================

h4#h4_yk{
	width:360px;
	height:20px;}

h4#h4_yk p.text{
	float:left;
	width:80px;}

p#bn_yk {
	float:right;
}

p#bn_yk, p#bn_yk a {
	width:170px;
	height:20px;
}

p#bn_yk a{
	display:block;
	text-indent:-9999px;
	background-image:url("../image/bn_yk.png");
	background-repeat:no-repeat;
	background-position:0 0;
}*/

/*=====================要項ダウンロード=====================*/
h4#h4_yk{
	width:270px;
	height:20px;}
h4#h4_yk p.text{
	float:left;
	width:80px;}
p#bn_yk a{
	width:170px;
	height:20px;
	display:block;
	text-indent:-9999px;
	background-image:url("../image/bn_yk.png");
	background-repeat:no-repeat;
	background-position:0 0;
	float:right;}


/*=====================ダウンロードボタン=====================*/

/*#area_mainの幅によって変えてください*/
#dl_pdf{
	width:680px;
	margin:0 0 20px; }
#dl_cut{
	width:680px;
	margin:5px 0 20px;}
#dl_cut ul{
	width:250px;
	float:right;
	margin:0;
	padding:0;}
#dl_pdf ul{
	width:450px;
	float:right;
	margin:0;
	padding:0;}
/*直接参加1SP・2SP・委託が同じカットの場合*/
#dl_cut_one{
	width:680px;
	margin:5px 0 20px;}
#dl_cut_one ul{
	width:450px;
	float:right;
	margin:0;
	padding:0;}


/*申込用紙ダウンロードボタン設定（基本変更なし）*/
#area_main #dl_pdf h6{
	font-size:13px;
	margin:0;
	padding:0;
	text-align:left;
	border:none;
	background:none;}
#area_main #dl_pdf h6 a{
	background-position:0 0;
	background-repeat:no-repeat;
	width:192px;
	height:78px;
	display:block;
	padding-left:8px;
	padding-top:2px;
	text-decoration:none;
	background-image:url("http://www.youyou.co.jp/only/common/image/bn_pdf.png");
	float:left;}

/*カットダウンロードボタン設定（基本変更なし）*/
#area_main #dl_cut h6,#area_main #dl_cut_one h6{
	font-size:13px;
	margin:0;
	padding:0;
	text-align:left;
	border:none;
	background:none;
	}
#area_main #dl_cut h6 a,#area_main #dl_cut_one h6 a{
	background-position:0 0;
	background-repeat:no-repeat;
	width:192px;
	height:118px;
	display:block;
	padding-left:8px;
	padding-top:2px;
	text-decoration:none;}


/*カット・申込用紙共通：ダウンロードボタンの色*/
#area_main #dl_pdf h6 a,#area_main #dl_cut h6 a,#area_main #dl_cut_one h6 a{
	background-color:#d17f10; /*この色を変えるとボタンの色が変わります*/
	}	
/*カット・申込用紙共通：マウスオーバー時のダウンロードボタンの色*/	
#area_main #dl_pdf h6 a:hover,#area_main #dl_cut h6 a:hover,#area_main #dl_cut_one h6 a:hover{
	background-color:#fbd950; /*この色を変えるとマウスオーバー時のボタンの色が変わります*/
	text-decoration:underline;}

/*直接参加1SP・2SP・委託共通*/
h6#bn01 a{
	background-image:url("http://www.youyou.co.jp/only/common/image/bn_01.png");
	float:left;}

/*直接参加1SP・2SP共通*/
h6#bn02 a{
	background-image:url("http://www.youyou.co.jp/only/common/image/bn_02.png");
	float:left;
	margin-right:10px;}
	
/*委託専用*/
h6#bn03 a{
	background-image:url("http://www.youyou.co.jp/only/common/image/bn_03.png");
	float:left;}

/*直接参加1SP・委託参加共通*/
h6#bn04 a{
	background-image:url("http://www.youyou.co.jp/only/common/image/bn_04.png");
	float:left;
	margin-right:10px;
	}
/*直接参加2SP専用*/
h6#bn05 a{
	background-image:url("http://www.youyou.co.jp/only/common/image/bn_05.png");
	float:left;
	}
/*新しいカット[031の場合]*/
h6#bn06 a{
	background-image:url("http://www.youyou.co.jp/only/common/image/bn_06.png");
	font-size:0.86em;
	float:left;}
	
/*=====================オンリーコミュ=====================*/

#onlycom {
	/zoom : 1;
}

#onlycom:after {
    content: ""; 
    display: block; 
    clear: both;
}

#onlycom dl {
	margin:0px 10px 10px 0px;
	padding:0 10px 10px 10px;
	font-size:11px;
}

#onlycom dl dt {
	width:200px;
	height:40px;
	float:left;
}

#onlycom dl dd {
	float:left;
	width:450px;
	margin:0 0 10px 10px;
}

#onlycom dl dd p {
	width:670px;
	margin:5px 0 0 -210px;
}

#onlycom hr {
	border:dotted #FC6;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	clear:both;}
	
/*=====================コスプレのおしらせ=====================*/	
	
#area_main #notice_cos {
	margin:0 0 20px 0;
}

#area_main #notice_cos th {
	width:130px;
}

#area_main #notice_cos td {
	vertical-align:middle;
}

#area_main #notice_cos .price_cos {
	width:80px;	
	text-align:center;
}


/*=====================オンリーコミュ=====================*/

#onlycom {
	/zoom : 1;
}

#onlycom:after {
    content: ""; 
    display: block; 
    clear: both;
}

#onlycom dl {
	margin:0px 10px 10px 0px;
	padding:0 10px 10px 10px;
	font-size:11px;
}

#onlycom dl dt {
	width:200px;
	height:40px;
	float:left;
}

#onlycom dl dd {
	float:left;
	width:450px;
	margin:0 0 10px 10px;
}

#onlycom dl dd p {
	width:670px;
	margin:5px 0 0 -210px;
}

#onlycom hr {
	border:dotted #FC6;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	clear:both;}
	
	
/*=====================オンリーライブとか=====================*/	

#onlylivearea {
	padding:0 0 20px 0;
	margin-top:20px;
	clear:both;
}


#live_list {
	width:670px;
	color:#000;
	padding:10px;
	margin:0 0 -23px 0;
	border:solid 1px #CCC;
	box-shadow:0px 0px 5px #CCC;
	-webkit-box-shadow:0px 0px 5px #CCC;
	-moz-box-shadow:0px 0px 5px #CCC;
	border-radius:10px;		/* CSS3草案 */
	-webkit-border-radius:10px;	/* Safari,Google Chrome用 */
	-moz-border-radius:10px;	/* Firefox用 */
}


dt#live_img , dt#live_img:hover  {
	cursor:pointer;
	width:670px;
	padding:0;
	margin:0;
}

dt#live_img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	color:#fff;
}


#live_list dd div {
	overflow:hidden;
	background:#fff;

}


#area_main #live_list table {
	width:670px;
	margin:10px auto 0 auto;
}


/*==========================================
メイングラフィックの画像を複数枚で切り替え
==========================================*/

#image_fade , #image_fade li {
	margin:0;
	padding:0;
	background:none;
	list-style:none;
}

.addthis_toolbox {
	margin-bottom:10px;
}