/* CSS Document */

/* グローバル */
*{
	margin:0;
	padding:0;
	text-indent:0px;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ ゴシック',sans-serif;
}
a:hover{
	border:none;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}
h1{
	margin:0 0 20px 0;
	}
h2{
	height:30px;
	font-size:18px;
	padding:5px 0 0 10px;
	color:#CC3;
	font-weight:normal;
	margin:0 0 20px 0;
	}
h3{
	font-size:25px;
	color:#999900;
	font-weight:normal;
	margin:0 0 10px 20px;
	}
h4{
	margin:0 0 20px 0;
	}
h5{
	color:#D37D33;
	border-bottom:#999999 solid 1px;
	margin:0 0 5px 0;
	}
h6{
	color:#D37D33;
	margin:0 10px 5px 10px;
	font-size:11px;
	float:left;
	}
h3.bottom{
	font-size:16px;
	color:#999900;
	font-weight:normal;
	margin:0 0 10px 40px;
	}
li{
	float:left;
	font-size:11px;
	list-style:none;
	}
dl dt{
	float:left;
	margin:0 20px 0 10px;
	color:#666666;
	font-size:11px;
	}
dl dt.text{
	float:left;
	margin:0 20px 0 40px;
	color:#666666;
	font-size:11px;
	width:70px;
	}
dl dd{
	color:#666666;
	font-size:10px;
	margin:0 0 0 0;
	float:none;
	width:460px;
	}
dl dd.long{
	color:#666666;
	font-size:10px;
	margin:0 0 0 0;
	float:none;
	width:750px;
	}
dl dd.long.img{
	margin-left:57px;
	margin-top:10px;
}
dl dd.long.terms{
	float:left;
	margin-bottom:5px;
	}
dl dd.red{
	color:#C00;
	font-weight:bold;
	float:none;
	}
p{
	text-align:center;
	margin:20px auto 20px auto;
	color:#333333;
	font-weight:normal;
	}
p.small.red{
	font-size:10px;
	color:#CC0000;
	float:left;
	margin:0;
	text-align:left;
	}
p.answer{
	float:left;
	margin:0 20px 0 0;
	}
p.name{
	font-size:16px;
	font-weight:bold;
	}
input{
	margin:5px 5px 5px 5px;
	}
input[type="image"]{
	margin:0;
	padding:0;
	}
input[type="button"]{
	margin:0 0 0 5px;
	}
input[type="image"]:hover{
	border:none;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}
input[type="text"]{
	width:300px;
	}
input.short_type{
	width:60px;
	}
select{
	margin:5px 5px 5px 5px;
	}
textarea{
	margin:5px 5px 5px 5px;
	}
textarea.type_01{
	width:570px;
	height:55px;
	}
textarea.type_02{
	width:570px;
	height:300px;
	}
/*///////////////////////////////////////// table */
table{
	border:none;
	margin:0 auto 20px auto;
	}
table th{
	text-align:right;
	vertical-align:middle;
	}
table th.red{
	color:#CC0000;
}
table td.required{
	color:#C00;
	}
table th.required{
	color:#C00;
	}
table td{
	text-align:left;
	vertical-align:middle;
	}
table.registration{
	width:450px;
	}
table.registration th{
	width:150px;
	}
table.main{
	width:800px;
	}
table.main th{
	width:195px;
	}
table.kanri{
	width:800px;
	border:solid none;
	}
table.kanri th{
	border-bottom:solid 1px #999;
	border-right:solid 1px #999999;
	text-align:center;
	}
table.kanri tr.back{
	background-color:#CFC;
	}
table.kanri td{
	border-bottom:solid 1px #999;
	border-right:solid 1px #999999;
	text-align:center;
	}
table.kanri td li{
	float:none;
	margin:0 0 3px 0;
}
table.kanri th.right{
	border-right:none;
}
table.kanri td.right{
	border-right:none;
}
/*///////////////////////////////////////// wrapper */
#wrapper{
	width:1024px;
	margin:auto;
	}
/*///////////////////////////////////////// header */
#header{
	height:90px;
	margin:9px 0 0 0;
	}
#header_logo{
	width:263px;
	height:90px;
	float:left;
	margin:0 18px 0 0;
	}
#header_advertisement{
	width:740px;
	height:90px;
	float:left;
	}
/*///////////////////////////////////////// header_bottom */
#header_bottom{
	height:40px;
	padding:10px 0 0 0;
	}
#header_bottom ul#enrollment{
	float:right;
	margin-top:16px;
	}
#header_bottom ul#enrollment_top{
	float:right;
	}
#header_bottom ul#btn{
	float:right;
	}
/*///////////////////////////////////////// sidemenu */
#sidemenu{
	width:200px;
	float:left;
	}
#sidemenu li{
	float:none;
	}
#contents .new_event_item ul{
	float:left;
	width:120px;
	margin:0 10px 0 10px;
}
/*///////////////////////////////////////// contens */
#contents{
	width:800px;
	float:right;
	}
#contents .area{
	border-radius:5px;
	border:solid 1px;
	border-color:#CCCCCC;
	padding:20px 0 0 0;
	margin:0 0 20px 0;
	}
#contents .new_event{
	border-radius:5px;
	border:solid 1px;
	border-color:#CCCCCC;
	padding:20px 0 0 0;
	margin:0 0 20px 0;
	}
#contents .new_event_item{
	margin:0 auto 0 auto;
	width:700px;
	}
#contents .new_event_item li{
	float:none;
	margin-bottom:5px;
	}
#contents .new_event_item li.bottom{
	margin-bottom:0px;
	float:left;
	width:70px;
	height:11px;
	font-size:10px;
	}
#contents li.good_icon{
	font-size:10px;
	color:#FC963B;
	float:right;
	height:11px;
	}
#contents .category_menu{
	width:210px;
	float:left;
	border-radius:5px;
	border:solid 1px;
	border-color:#CCCCCC;
	padding:3px 0 0 4px;
	}
#contents .category_menu li{
	float:none;
	}
#contents .topic_event{
	width:560px;
	float:right;
	border-radius:5px;
	border:solid 1px;
	border-color:#CCCCCC;
	padding:3px 0 0 4px;
	}
#contents .topic_event ul{
	float:left;
	width:260px;
	margin:0 10px 20px 10px;
	}
#contents .topic_event li{
	font-size:10px;
	width:115px;
	float:left;
	margin:0 0 0 0;
	}
#contents .topic_event li.bottom{
	margin-bottom:3px;
	float:left;
	width:70px;
	height:11px;
	font-size:10px;
	}
#contents .topic_event li.img{
	width:120px;
	float:left;
	margin:0 10px 0 0;
	}
#contents li.title{
	font-weight:bold;
	font-size:12px;
	}
#contents .btn_area{
	border-radius:5px;
	border:solid 1px;
	border-color:#CCCCCC;
	padding:20px 0 20px 0;
	margin:0 0 20px 0;
	}
#contents .btn{
	width:200px;
	height:40px;
	margin:auto;
	}
#contents .btn.left{
	float:left;
	margin:0 20px 0 0;
	}
#contents .btn.right{
	float:left;
	}
#contents .btn.left.type02{
	height:60px;
	}
#contents .btn.right.type02{
	height:60px;
	}
#contents .btn.type_02{
	width:200px;
	height:40px;
	margin:0 auto 20px auto;
	}
#contents .choice_backimg{
	width:700px;
	margin:0 auto 10px auto;
	}
#contents .choice_backimg ul{
	float:left;
	}
#contents .choice_backimg li{
	float:none;
	margin:0 10px 0 10px;
	text-align:center;
	width:120px;
	}
#contents .review{
	height:500px;
	border:solid 1px #CCC;
	margin:0 0 20px 0;
	}
#contents .nagare_01{
	height:250px;
	margin:0 0 20px 0;
	background-image:url(../images/nagare_01.png);
}
#contents .nagare_02{
	height:250px;
	margin:0 0 20px 0;
	background-image:url(../images/nagare_02.png);
}
#contents .nagare_03{
	height:250px;
	margin:0 0 20px 0;
	background-image:url(../images/nagare_03.png);
}
#contents .koumoku{
	margin:0 0 20px 0;
}
/*///////////////////////////////////////// kannri */
#contents .event_kannri_review{
	width:56px;
	height:79px;
	float:left;
	margin:3px 10px 5px 5px;
	}
#contents dl.event_kanri{
	text-align:left;
	}
#contents dl.event_kanri dt{
	font-size:13px;
	font-weight:bold;
	margin:0px;
	float:none;
	}
#contents dl.event_kanri dd{
	width:280px;
	line-height:130%;
}
#contents dl.event_kanri dd.good_icon{
	font-size:10px;
	color:#FC963B;
	float:none;
	height:11px;
	width:230px;
	}
#contents ul.event_genre li{
	font-size:10px;
	}
/*///////////////////////////////////////// demo_review */
/* prologue */
#contents #demo_review{
	width:595px;
	height:842px;
	padding:5px 0 0 0;
	margin:0 auto 20px auto;
}
#contents #demo_review #event_title{
	font-size:24px;
	margin:20px 0 100px 20px;
	width:550px;
	font-weight:bold;
	}
#contents #demo_review #event_comment{
	width:180px;
	height:500px;
	font-size:14px;
	line-height:140%;
	margin:0 0 0 20px;
	float:left;
	}
#contents #demo_review #event_qrcode{
	width:100px;
	height:100px;
	margin:10px 0 0 0;
	background-color:#999999;
	}
#contents #demo_review #event_day{
	width:150px;
	float:right;
	margin:350px 30px 0 0;
	font-size:16px;
	font-weight:bold;
	}
#contents #demo_review #event_day ul li{
	font-size:16px;
	float:none;
	line-height:120%;
}
#contents #demo_review #event_day ul li.region{
	font-size:12px;
}
/* epilogue */
#contents #demo_review #event_comment_epilogue{
	width:90%;
	height:150px;
	font-size:18px;
	line-height:140%;
	margin:400px 0 30px 20px;
	float:left;
	}
#contents #demo_review #event_privilege_epilogue{
	width:90%;
	height:40px;
	font-size:35px;
	line-height:140%;
	margin:0 20px 0 0;
	float:right;
	text-align:right;
	color:#CC0000;
	}
/*///////////////////////////////////////// footer */
#footer{
	margin:20px 0 0 0;
	}
#footer .news{
	width:500px;
	float:left;
	margin:0 50px 20px 10px;
	}
#footer .user{
	width:150px;
	float:left;
	margin:0 50px 20px 0;
	}
#footer .support{
	width:150px;
	float:left;
	}
#footer li{
	font-size:11px;
	color:#666666;
	margin:0 0 0 10px;
	float:none;
	}
#footer ul.group{
	float:left;
	margin:0 50px 0 10px;
	}
#footer ul.group li{
	float:left;
	}
#footer a{
	color:#666;
	text-decoration:none;
	}
p.copyright{
	font-size:11px;
	}
/*///////////////////////////////////////// その他設定 */
.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
	margin:0;
	padding:0;
}

	