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

body#oc {
	background: #FFF53C;
	text-align: center;
	margin:0;
	padding:0;
}

#oc .none {
	display: none;
}

#oc a img {
	border-style: none;
}


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

#oc .btnArea a,
#oc .btnArea a:link,
#oc .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;
}

#oc .btnArea a:hover,
#oc .btnArea a:active { background: url(../../common/imgs/oc/btn_01.gif) no-repeat center bottom; }
#oc #clause a {
	background: url(none);
	display: inline;
}


#oc #btn01{
	background: url(../../common/imgs/oc/btn_bg01.jpg) repeat-y center; 
}

#oc #btn02 {
	background: url(../../common/imgs/oc/btn_bg02.jpg) repeat-y center;
}

#oc #btn03 {
	background: url(../../common/imgs/oc/btn_bg03.jpg) repeat-y center;
}

#oc #btn05 {
	background: url(../../common/imgs/oc/btn_bg05.jpg) repeat-y center;
}


#oc #btn04 a,
#oc #btn04 a:link,
#oc #btn04 a:visited {
	background: url(../../common/imgs/oc/btn_02.gif) no-repeat center top;
	height: 64px;
	width: 684px;
}

#oc #btn04 a:hover,
#oc #btn04 a:active {
	background: url(../../common/imgs/oc/btn_02.gif) no-repeat center bottom;
}

#oc .summer{
	margin:0 auto 20px;
	position:relative;
	width:900px;
}

#oc .entry-summer{
	position:absolute;
	height:50px;
	width:410px;
	top:233px;
	left:434px;

}

#oc .entry-summer a{
	height:50px;
	width:410px;
	display:block;
	background:url(../../common/imgs/oc/summer_btn.jpg) no-repeat top left;
	text-indent:-9999px;
}

#oc .entry-summer a:hover{
	background:url(../../common/imgs/oc/summer_btn.jpg) no-repeat 0 -50px;
}

#oc .oc_afterBaner{
	margin:15px 0;
	padding-left:55px;
}





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

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

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

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


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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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