@charset "UTF-8";

/** 共通**/
body {
	width:100%;
	max-width:100%;
	background:url(../img/bg.gif);
	}
img {
	max-width: 100%;
	height: auto;
}
h1{
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0;
}
h2{
	font-size: 15px;
	height: 48px;
	padding-top: 12px;
	background:url(../img/h2_bg.gif) no-repeat top left;
	font-weight:bold;
	color:#fff;
	padding-left: 96px;
	line-height: 1.3em;
}
h3{
	font-size:15px;
	background:url(../img/h3_bg.png) no-repeat left;
   	padding: 20px 10px 15px 190px;
    	margin: 30px 15px 0px 12px;
	color:#fff;
}







/** ヘッダーまわり **/
.line1{
	font-size: 15px;
	height: 37px;
	padding-top: 23px;
	padding-right: 5px;
	}


#head_line{
	background:url(../img/head_line.gif) repeat-x;
	height:20px;
	position:fixed;
	top:0;
	z-index:300;
	width:100%;
}

#header {
	width: 1000px;
	max-width: 1000px;
	padding:60px 5px 10px 5px;
	margin:0 auto;
	position:relative;
}
#header #credit{
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:200;
	margin-right: 12px;
	width:30%;
}
#header .main{
	float: left;
	width: 680px;
	padding-top: 0;
	text-align: left;
    	margin: 0 auto;
	margin-left: 7px;
}



#header .lead{
    float: right;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    width: 300px;
    text-align: left;
    padding-top: 100px;
	margin: 0 auto;
    margin-right: 9px;
}





/** コンテンツ部分 **/


#wrapper {
	width: 1000px;
	max-width: 1000px;
	padding:0 5px;
	margin:0 auto;
}


#wrapper .box {
	width:480px;
	float:left;
	padding:10px;
	margin:0 auto;
}
#wrapper .box .box_bg{
	border-right:1px #333 solid;
	border-left:1px #333 solid;
	border-bottom:1px #333 solid;
	background:#fff;
}

#wrapper .box .box_bg .img {
	float:left;
	width:180px;
	padding:5px;
	display:block;
}

#wrapper .box .box_bg .text {
	float:right;
	width:270px;
	font-size:14px;
	line-height:1.8em;
	padding:5px;
}


#wrapper .box .box_bg .img_sp {
	float:left;
	width:268px;
	padding:5px;
}
#wrapper .box .box_bg .btn{
	text-align:center;
	margin-top: 3px;
}

#wrapper #hint_area {
	width:100%;
	float:left;
}
#wrapper #hint_area #hint_box{
	margin:2px 8px;
}


#wrapper #hint_area #hint_box ul li{
	float:left;
	list-style:none;
	margin: 3px;
}
#wrapper #hint_area #hint_box ul li .hint_btn{
	width:190px;
}



#wrapper #hint_area .more{text-align:right;}
#wrapper #ad {
	width:29%;
	float:left;
	padding-top: 10px;
	text-align: center;
}




/** フッター **/

#footer{
   	width: 980px;
   	max-width: 980px;
   	padding: 20px 30px;
   	margin: 0 auto;
   	font-size: 12px;
   	clear:both;
	font-weight:bold;
	color:#00712f;
	}
#footer .p {
	font-weight:bold;
	color:#00712f;
	text-align:left;
}






