@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html {
	min-width:788px;
}
body {
	font-size:14px;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../img/bg_body.gif) left top;
	color:#000000;
	text-align:center;
}
* html body {
	font-size:87.5%;
	line-height:1.65;
}
*:first-child+html body {
	font-size:87.5%;
}
head~/**/body {
 font-size:87.5%;
}
h1, h2, h3{
	line-height:1;
}
img {
	border:none;
	vertical-align:top;
	font-size:0!important;
}
ul {
	list-style:none;
}
/* コンテンツ */
#page {
	width:801px;
	padding:198px 117px 0 109px;
	min-height:2807px;
	margin:0 auto;
	text-align:left;
	background:url(../img/bg_page.png) left top no-repeat;
}
*html body #page{
	width:1027px;
	height:auto!important;
	height:3005px;
	}
p {
	margin-bottom:1.5em;
}
/* ヘッダー */
#header {
	width:788px;
	margin-bottom:43px;
}
* html body #header{
	margin-bottom:60px;
	}
*:first-child+html body #header{
	margin-bottom:60px;
	}
#header h1 {
	margin:0 0 20px;
}
#header p {
	font-size:128.6%;
	line-height:1.8;
	margin-bottom:20px;
	font-weight:bold;
}
#header p span{
	font-size:55.6%;	
	}
#header p.caution{
	font-size:85.7%;
	margin-bottom:25px;
	}
/* コンテンツ */
.pg {
	width:801px;
	margin:0 0 55px;
}
* html body .pg{
	margin:0 0 65px;
	}
*:first-child+html body .pg{
		margin:0 0 65px;
		}
.bg1{
	background:url(../img/bg1.jpg) right 84px no-repeat;
	}
.pg h2 {
	margin:0 0 40px;
}
.pg p{
	margin-bottom:1.6em;
	line-height:1.68;
	}
.pg p a{
	text-decoration:underline;
	color: #924C10;
	font-weight:bold;
	}
.pg p a:hover{
	text-decoration:none;
	}
.pg p.width1{
	width:415px;
	}
.pg p.width2{
	width:400px;
	}
.pg p.width3{
	width:450px;
	float:right;
	}
.pg p.ph_right,.pg p.ph_left{
	clear:both;
	}
.pg p.ph_right{
	float:right;
	padding-right:53px;
	}
.pg p.ph_left{
	float:left;
	margin-right:35px;
	}
/**/
.bg_data{
	width:100%;
	background:url(../img/bg_data.gif) left bottom repeat-x;
	}
.bg_data .bgin_data{
	width:1027px;
	padding:30px 0 0 ;
	height:356px;
	margin:0 auto;
	background:url(../img/bgin_data.png) left bottom no-repeat;
	}
* html body .bg_data .bgin_data{
	height:386px;
	width:1027px;
	}
.bg_data .bgin_data div.pg_data{
	width:438px;
	margin:0 auto;
	}
.bg_data .bgin_data div.pg_data div{
	background:url(../img/bg_data.png) left top no-repeat;
	padding:22px 18px 0;
	text-align:left;
	}
.bg_data .bgin_data div.pg_data div p.qr{
	float:right;
	margin:3px 0 0 ;
	}
.bg_data .bgin_data div.pg_data div h3{
	margin-bottom:15px;
	line-height:1.2;
	font-size:114.3%;
	}
.bg_data .bgin_data div.pg_data div dt,.bg_data .bgin_data div.pg_data div dd{
	font-size:85.7%;
	}
.bg_data .bgin_data div.pg_data div dl{
	width:285px;
	}
.bg_data .bgin_data div.pg_data div dt{
	float:left;
	clear:left;
	width:60px;
	}
.bg_data .bgin_data div.pg_data div dd{
	margin-left:60px;
	}
.bg_data .bgin_data div.pg_data div dd a{
	color:#000000;
	text-decoration:underline;
	}
.bg_data .bgin_data div.pg_data div dd a:hover{
	text-decoration:none;
	}
/* ---------------------------------フッター--------------------------------- */
#footer {
	color:#CCCCCC;
	background-color:#000000;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:71.5%;
	line-height:1.4;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:9px 0 20px;
}
#footer p {
	width:1027px;
	min-width:1027px;
	margin:0 auto 14px;
}
#footer p span{
	font-weight:bold;
}
/*共通クラス*/
.alphafilter{}
.mb0 {
	margin-bottom:0!important;
}
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
	font-size:0!important;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
