@charset "Shift_JIS";
html{
	overflow-y:scroll;
}
body{
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	color: #323232;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",meiryo,"ＭＳ Ｐゴシック","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
ul{
	list-style-type: none;
}
img{
	border: 0;
}
.noOutline {
	outline: none;
}
a:link,
a:visited{
	color: #773311;
	text-decoration: none;
}
a:hover{
	color: #662200;
	text-decoration: underline;
}
/*--- clearfix ---*/
.cf:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.cf {display: inline-block;}
/* ------------------------
	COMMON
------------------------ */
#headbar{
	width: 100%;
	height: 56px;
	background-color: #000;
}
#headbar_inner{
	position: relative;
	height: 56px;
	min-width: 960px;
	width: 100%;
	background: #000;
}
#headbar_inner .p1{
	position: absolute;
	left: 20px;
	top: 18px;
}
#headbar_inner .p2{
	position: absolute;
	right: 20px;
	top: 12px;
}
#container{
	width: 960px;
	margin: 0 auto;
}
#container_inner{
	width: 960px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
#footer{
	height: 150px;
	background: url(../img/foot_bg.png) center bottom no-repeat;
}
#footer p{
	width: 940px;
	margin: 0 auto;
	padding: 90px 0 0 0;
	text-align: right;
}
#footer_menu{
	width: 100%;
	min-width: 960px;
	color: #afafaf;
	border-top:solid 30px #ff0434;
	background-color: #000;
	padding: 0 0 10px 0;
}
.btm_menu{
	padding: 20px 0 10px 0;
 	position: relative;
	overflow: hidden;
}
.btm_menu ul{
	position: relative;
	left: 50%;
	float: left;
}
.btm_menu li{
	font-size: 11px;
	position: relative;
	left: -50%;
	float: left;
	padding: 0 20px;
	background: url(../img/li_line.png) 0 0 no-repeat;
}
.btm_menu li.noline{
	background-image: none;
}
.btm_menu li a{
	color: #fff;
}
/* ------------------------
	CONTENTS
------------------------ */
#cnt_head{
	width: 960px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}
#cnt_head li a,
#cnt_head li a img{
	width: 211px;
	height: 71px;
}
#cnt_head li:first-child a,
#cnt_head li:first-child a img{
	width: 210px;
	height: 70px;
}

#cnt_head .cnt_logo{
	position: absolute;
	left: 3px;
	top: 30px;
}
#cnt_head li#cbtn1 a{
	position: absolute;
	left: 300px;
	top: 27px;
}
#cnt_head li#cbtn2 a{
	position: absolute;
	left: 526px;
	top: 27px;
}
#cnt_head li#cbtn3 a{
	position: absolute;
	left: 754px;
	top: 27px;
}
#cnt_head li#cbtn4 a{
	position: absolute;
	left: 800px;
	top: 27px;
}
#cnt_head li#cbtn1 a img,
#cnt_head li#cbtn2 a img,
#cnt_head li#cbtn3 a img,
#cnt_head li#cbtn4 a img{
	position: absolute;
	top: 0px;
	left: 0px;
}
#cnt_head li#cbtn1_view{
	position: absolute;
	left: 300px;
	top: 27px;
}
#cnt_head li#cbtn2_view{
	position: absolute;
	left: 526px;
	top: 27px;
}
#cnt_head li#cbtn3_view{
	position: absolute;
	left: 754px;
	top: 27px;
}
#cnt_head li#cbtn4_view{
	position: absolute;
	left: 800px;
	top: 27px;
}