@charset "utf-8";
/* reset
-------------------- */
html,body,img{
	margin:0;
	padding:0;
	border:none;
	outline:none;
}

html{
	color:#333631;
	font:12px/1.5 "メイリオ", Meiryo, Helvetica, Tahoma, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

body,h1,h2{font-size:100.01%;}

li{list-style:none;}

a,
a:hover{
	color:#58B9FF;
	text-decoration:none;}

a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;}

/* body
-------------------- */
body{
	background:url(img/wall.png) repeat-x left top #FFF;
	position:relative;}

/* header
-------------------- */
#h_group{
	background:url(img/header_bg.jpg) no-repeat center 72px;
	width:980px;
	min-height:483px;
	margin:auto auto;
	overflow:hidden;}

#top{
	background:url(img/top_bg.jpg) no-repeat center top;
	height:71px;}

#h_group h1{
	line-height:0;
	margin:0 auto;
	overflow:hidden;}

#h_group h1::after{
	content:url(img/_h1_img.jpg);
	margin-top:-1em;}

#h_group p{
	background:url(img/head_text_bg.png) repeat;
	width:568px;
	margin:0 28px;
	padding:14px;
	font-size:1.5em;
	float:left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;}

.btn1{position:relative;}

.btn1:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;}

.btn1 img{
	margin-right:28px;
	float:right;}

._over{
	background:#FFF;
	width:300px;
	height:101px;
	display:none;
	position:absolute;
	right:-300px;
	z-index:5;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	opacity:0.15;}

.btn1:hover ._over{
	display:block;}


/* contents
-------------------- */
#contents{
	background:#FFF;
	width:924px;
	margin:auto auto;
	padding:0 28px;}

#contents h2{
	line-height:0;
	margin:0 auto;
	overflow:hidden;}

#contents h2::after{
	content:url(img/title_h2.gif);
	margin-top:-1em;}

#contents ul{
	background:url(img/middle.jpg) no-repeat;
	height:311px\9;
	margin:28px 0 14px;
	margin-bottom:28px\9;
	padding:0;
	overflow:hidden;}

#contents ul li{
	width:300px;
	height:150px;
	height:auto\9;
	margin:0 0 14px 12px;
	overflow:hidden;
	line-height:0;
	float:left;}

#contents ul li:first-child,
#contents ul li:nth-child(4){
	margin-left:0;}

#contents ul li p{
	text-indent:-28em;}

.btn2{
	width:868px;
	margin:0 auto 28px;
	display:block;
	text-align:center;}

/* footer
-------------------- */
#footer{
	background:url(img/footer_bg.png) no-repeat top center;
	width:924px;
	margin:auto auto;
	padding:28px;
	overflow:hidden;}

#footer p{
	padding:14px 28px;
	float:left;}

._facebook{
	max-width:80px;}

.btn3 img{
	margin:14px 28px 0 0;
	float:right;}

/* copy
-------------------- */
.copy{
	width:980px;
	margin:14px auto;
	text-align:center;
	color:#58B9FF;}

