html{
	height:100%;
}

body {
	color:#3E3D32;
	font-size:16px;
	line-height:1.6;
	margin:0px;
	padding:0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

a:link,
a:visited {
	color:#006CD8;
	outline: none;
}

a:hover {
	color:#2F97FF;
	text-decoration:underline;
	outline: none;
}

#wrapper {
	width:100%;
	position:relative;
	z-index:100;
}

/*------------------------------------------------
リセット
------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
}

address, caption, cite, code, dfn, em, strong, var{
	font-style:normal;
	font-weight:normal;
}

ol, ul{
	list-style:none;
}

caption, th{
	text-align:left;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%; font-weight:normal;
}

area {
	border:none;
	outline:none;
}

/*
q:before, q:after{
	content:".";
}
*/

abbr, acronym{
	border:0;
}
/* ------------------コンテンツ------------------ */
/*#page {
	width:880px;
	margin:0 auto;
}*/
/* ------------------ヘッダー------------------ */
#header {
	width: 100%;
	overflow: hidden;
	background: #E3E3DB url(../img/header_bg.jpg) repeat-x;
	border-bottom: 6px solid #321F21;
}

#header .inner {
	max-width:900px;
	margin: 0 auto;
	position: relative;
}

#header .inner .top {
	height: 54px;
	overflow: hidden;
}

#header .inner .top #logo {
	float: left;
	display: inline;
	padding-top: 16px;
	margin: 0 16px;
}

#header .inner .top #btn_top {
	float: left;
	display: inline;
	padding-top: 11px;
}

#header .inner .top #child_seat {
	float: right;
	display: inline;
	padding-top: 14px;
	margin-right: 16px;
}

#header .inner #menu ul {
	border-left: 1px solid #FFF;
	min-width:332px;
}

#header .inner #menu ul li {
	float: left;
	display: inline;
	width: 49.7%;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

	#submenu {
		margin: 0 5%;
	}

/* ------------------メイン------------------ */

#main_image {
	width: 100%;
	background-color: #F8F7F2;
}

#main_image .inner {
	max-width:894px;
	width: 99.3%;
	margin: 0 auto;
	position: relative;
	padding: 37px 0 30px;
}

#main_image .inner p {
	width: 90%;
}

/* ------------------コンテンツ------------------ */

#contents {
	width: 100%;
	background-color: #F8F7F2;
	padding-bottom: 30px;
}

#contents_bottom {
	width: 100%;
	background-color: #FFF;
}

#contents .inner {
	text-align:left;
	max-width:900px;
	margin: 0 auto;
	padding: 0px 0 20px;
	position: relative;
}

#contents .inner h2 {
	text-align: center;
	margin-bottom: 13px;
}

#contents .inner .txt_area{
	width: 95%;
	padding-top: 50px;
	margin: 0 auto 30px;
	color:#FF1F00;
}

#contents .inner #movie_area1 {
	width: 95%;
	margin: 0 auto;
	position: relative;
}



#contents .inner #movie_area1 .movie_frame {
	background-color: #CCC;
	padding: 3px;
	border-radius: 8px;
}

#contents .inner #movie_area1 div.movie {
	float: right;
	display: inline;
}

#contents .inner #movie_area1 .movieWrapper {
	position: relative;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding-top: 33px;
	padding-bottom: 50%;
	overflow: hidden;
	border-radius: 8px;
}

#contents .inner #movie_area1 .movieWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

#contents .inner p.tit {
	position: absolute;
	top: -15px;
	left: 3%;
	z-index: 2000;
}

#contents p.totop {
	padding-left: 24px;
	background: url(../img/totop_icon.jpg) no-repeat 0 0.35em;
	font-size:12px;
	float: right;
	display: inline;
	margin-right: 10px;
	clear: both;
}

#contents p.totop a:link,
#contents p.totop a:visited {
	color:#EC4100;
	text-decoration: none;
}

#contents p.totop a:hover {
	color:#00005D;
}


#submenu .category {

}

#submenu .cate1 {
	margin-bottom: 20px;
}

#submenu .cate2 {

}

#submenu .category li {
	margin-bottom: 15px;
	width: 49%;
	float: right;
}
#submenu .category li:first-child {
	float: left;
}


/* ------------------フッター------------------ */

#footer {
	width: 100%;
	overflow: hidden;
	background-color: #454545;
}

#footer .inner {
	max-width:900px;
	margin: 0 auto;
	position: relative;
	padding: 25px 0;
}

#footer .inner p {
	text-align: center;
	margin: 0 auto;
	width: 245px;
}

.clear {
	clear:both;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

/*.clearfix {
	zoom:1;
}*/

.tac {
	text-align: center!important;
}

.fwb {
	font-weight: bold!important;
}


.rover:hover{
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
	zoom:1;
}

.pc_disp {
	display: none!important;
}

.mb20 {
	margin-bottom: 20px!important;
}