@charset "euc-jp";



/*----- PC / スマホ -------*/
.only_sp{ display: none; }
.only_pc{ display: block; }

div#anc_pgtop{
	margin: 0px;
	padding: 0px;
}

/*-----------------------*/

img { /* すべてのimgをresponsive 2015 */
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/*-----------------------*/

div#pre_header {
	background: #510D00;
	text-align: center;
	color: #D29544;
}



div#header {
	width: 800px;
	/*background: url(images/main_logo.gif) no-repeat;*/
	height: 92px;
	margin: 0px auto;
	padding: 0px;
	
	
background: #ffffff;
background:    -moz-linear-gradient(top,  #ffffff 50%, #f7efdd 100%);
background: -webkit-linear-gradient(top,  #ffffff 50%,#f7efdd 100%);
background:         linear-gradient(to bottom,  #ffffff 50%,#f7efdd 100%);

	
}
div#anc_head_body, 
div#head_body { 
}
div#anc_head_body div#h2_area,
div#head_body div#h2_area {
	background: url(images/bg_flash.jpg) no-repeat;
	margin: 0px auto;
	width: 800px;
	padding: 0px;
}

div#container_body { 
}
div#container {
	padding: 0px;
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
}
div#content {
	width: 575px;
	float: right;
	background: #FFFFFF;
}
div#sidebar {
	float: left;
	width: 180px;
}
div#content_end {
	clear: both;
	font-size: 9px;
	text-indent: -2000px;
}


div#footer_body { 
}
div#footer {
	margin: 0px auto;
	width: 770px;
	padding: 70px 15px 0px;
	height: 55px;
	font-size: 8pt;
	background: url(images/footer_logo.gif) no-repeat;
}
div#footer p#cpright{
	color: #999999;
	text-align: right;
}

div#post_footer {
}
div#post_footer a {
	color: #999999;
}

div#header h1 {
}
div#header h1 a {
	display: block;
	width: 300px;
	float: left;
	height: 80px;
	background: url(images/h1_logo.png) no-repeat left top;
	background-size: contain;
	padding: 0;
	margin: 13px 0 10px 20px;
}
div#header h1 a b{
	display: none;
}





/* GO PAGE TOP リンク*/
p.go_pagetop {
	margin: 20px 20px 10px auto;
	clear: both;
	width: 90px;

}
p.go_pagetop a {
	height: 0px !important;
	height /**/: 20px;
	overflow: hidden;
	padding-top: 20px;
	width: 90px;
	display: block;
	text-decoration: none;
	background: url(images/bg_gopagetop.gif) no-repeat center top;	
}
p.go_pagetop a:hover {
	background-position: left -20px; /* not BOTTOM */
}
