/* reset style
--------------------------------------------------*/

body,h1, h2, h3, h4, h5, h6, p, br, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin:				0;
	padding:			0;
	border:				none;
	font-style:			normal;
	font-weight:		normal;
	font-size:			100%;
	text-align:			left;
	list-style-type:	none;
}

textarea {
	font-size:			125%; 
}

img {
	vertical-align:		bottom;
}
span {
	margin: 0px;
	padding: 0px;
}
a{
	display:block;
	overflow:hidden;
}

/* clear style
--------------------------------------------------*/

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	*zoom: 1;
}
* html .clearfix {
	height: 1%;
	display: inline-block;
}

/* base style
--------------------------------------------------*/

body{
	width:100%; height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;/* 12px=デフォルト */
	line-height:1.8;
	color:#000;
}
a{
	color:#000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none !important;
}
.inner{
	width:981px;
	margin: 0 auto;
}

/* head style
--------------------------------------------------*/

#head{
	height:80px;
	background: url(../img/head/head_bg.png) repeat-x left top;
}
#head .site_name{
	float:left;
	margin-top:30px;
	margin-right:28px;
}
#head .head_text{
	float:left;
	font-size: 91.67%; /* 11px */
	line-height:1;
	padding-top:37px;
	color:#f1f1f1;
	text-shadow: 1px -1px #000;
}
#head .link_block{
	width:113px;
	float:right;
	margin-top:15px;
}
#head .link_block ul{
	margin-bottom:11px;
}
#head .link_block li{
	height:12px;
	line-height:1;
}
#head .link_block li img{
	opacity:1 !important;
}
#head .link_block li.fll{
	padding-right:8px;
	margin-right:8px;
	border-right: 1px solid #999;
}

#g_navi{
	background: url(../img/head/g_navi_bg.png) repeat-x left top;
	padding-bottom:3px;
	margin-bottom:-3px;
	position:relative;
	z-index:10000;
}
#g_navi li{
	float:left;
	position:relative;
	overflow:hidden;
}
#g_navi li a{
	position:relative;
	z-index:10;
}
#g_navi li .bg,
#g_navi li .bg_ac{
	width:164px; height:101px;
	content: ".";
	display:block;
	background: url(../img/head/gnavi_bg.png) no-repeat left top;
	position:absolute;
}
#g_navi li .bg{
	top:-50px; left:0;
}
#g_navi li .bg_ac{
	top:1px; left:0;
}
#g_navi li img{
	opacity:1 !important;
}

/* foot style
--------------------------------------------------*/

#page_top{
	width:980px;
	margin: 0 auto -1px;
	text-align:right;
	position:relative;
	z-index:10;
}
#page_top img{
	opacity:1 !important;
}
#page_top a{
	display:block;
	width:110px;
	margin-left:870px;
}
#foot{
	padding-top:26px;
	background: url(../img/foot/foot_bg.png) repeat left top;
	position:relative;
	z-index:1;
}
#foot a{
	color:#fff;
	text-decoration: none;
}
#foot a:hover{
	text-decoration: underline;
}
#foot .top_block{
	padding-bottom:22px;
	border-bottom: 1px solid #1d1e21;
}
#foot .link_block{
	float:left;
	width: 740px;
	border-right: 1px solid #1d1e21;
}
#foot .link_block ul,
#foot .link_block dl{
	float:left;
	margin-right:38px;
}
#foot .link_block .last{
	margin-right:0px;
}
#foot .link_block li{
	margin-bottom:10px;
}
#foot .link_block li a{
	font-weight:bold;
}
#foot .link_block dl{
}
#foot .link_block dt{
	color:#fff;
	font-weight:bold;
	margin-bottom:4px;
}
#foot .link_block dd{
	margin-bottom:4px;
}
#foot .link_block dd a{
	background: url(../img/foot/foot_link_icon.png) no-repeat left center;
	padding-left:10px;
	display:block;
}
#foot .link_block a:hover{
	color:#f00;
}

#foot .company_info_block{
	float:left;
	padding-left:29px;
	border-left: 1px solid #4c4c4c;
}
#foot .company_info_block dt{
	margin-bottom:18px;
}
#foot .company_info_block dd{
	font-size:91.67%; /* 11px */
	color:#fff;
}
#foot .company_info_block .btn{
	margin-top:13px;
}
#copy_right{
	display:block;
	text-align:right;
	line-height:1;
	border-top: 1px solid #4c4c4c;
	padding: 18px 0;
}
/* form style
--------------------------------------------------*/
.caution,
.ERR{
	color:#e70f0f;
}
#copyright{
	display:none;
}
.input_long{
	width:240px;
}
.input_long_long{
	width:300px;
}
.contents_body .entry_form.completion{
	padding:35px 0 40px;
}
.completion p{
	text-align:center;
}
#back_top{
	text-align:center;
}

/* sub style
--------------------------------------------------*/

.fll{
	float:left;
}
.flr{
	float:right;
}
.mt_0{
	margin-top:0 !important;
}
.no_style{
	
	height:auto !important;
	background: none !important;
	padding:0 !important;
	margin:0 !important;
}