@charset "utf-8";
@import url("../../common/css/common.css");
@import url("../../common/css/component.css");
@import url("../../common/css/fonts.css");

body#summer {
	background:url(../../common/imgs/oc/summer/summer_bg.jpg) repeat 0 0;
	text-align: center;
	margin:0;
	padding:0;
}

#summer .inerbg{
	background:url(../../common/imgs/oc/summer/iner_bg.png) repeat-y 0 0;
	width:844px;
	margin:0 auto;
}

#summer .none { display: none; }
#summer a img { border-style: none; }


#summer .btnArea {
	padding: 10px 0 24px 0;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#summer .btnArea a,
#summer .btnArea a:link,
#summer .btnArea a:visited {
	background: url(../../common/imgs/oc/btn_01.gif) no-repeat center top;
	height: 44px;
	width: 304px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#summer .btnArea a:hover,
#summer .btnArea a:active { background: url(../../common/imgs/oc/btn_01.gif) no-repeat center bottom; }
#summer #clause a {
	background: url(none);
	display: inline;
}


/*2011サマーイベント
----------------------------*/
#summer2011{
	background:#298BD9 url(../../common/imgs/summer2011/bg_main.jpg) no-repeat top center;
	text-align: center;
	margin:0;
	padding:0;
	height:100%;
}

#summer2011 #mainContents{
	width:900px;
	text-align:left;
	margin:auto;
	padding-bottom: 15px;
}

#summer2011 #mainContents .entryBtn{
	text-align:center;
	padding:20px 0;
}

#summer2011 .closeBtn{
	text-align:center;
	margin:10px auto;
}



/*フォーム*/
#summer #formArea{
	width:800px;
	background:#FBFAF9;
	margin:auto;
	text-align:left;
}

#summer #formArea h1{
	padding:5px 0 0 0;
}

#summer #formArea h2.headline{
	margin-bottom:12px;
}

#summer #formArea h3.subttl{
	margin-bottom:6px;
}


#summer #formArea #content{
	padding:0 10px;
}

#summer #formArea .contentsHeader{
	margin:20px 0;
}


#summer #formArea .center{
	text-align:center;
	padding:15px 0;	
}

#summer #formArea table#reserve{
	background-color:#bbb;
}

#summer #formArea table#reserve th,td{
	text-align:left;
	color:#004456;
}


#summer #formArea table#reserve th{
	background:#EBF1F2;
	white-space:nowrap;
}

#summer #formArea table#reserve td{
	background-color:#ffffff;
}

#summer #formArea table#item{
	background-color:#CCCCCC;
	width:100%;
}

#summer #formArea table#item th{
	white-space:nowrap;
	font-weight:bold;
}

#summer #formArea table#item th.red1{
	background-color:#EC0000;
	color:white;
}

#summer #formArea table#item th.red2{
	background-color:#D20000;
	color:white;
}

#summer #formArea table#item th.red3{
	background-color:#C60500;
	color:white;
}

em.red{
	font-style:normal;
	color:red;
}
em.blue{
	font-style:normal;
	color:#0099FF;
}

#summer #formArea .input, select,
#summer #formArea textarea{
	border-style: solid;
	border-width: 1px;
	border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
	vertical-align: middle;
	color: #666666;
	background: #f1f1ed;
}

#summer #formArea .input100{
	width:100%;
}

#summer #formArea .input:focus,
#summer #formArea select:focus,
#summer #formArea textarea:focus{
	background: #ffffff;
}

#summer #formArea .texts{
	font-size:0.8em;
}

