@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("clearfix.css");
@import url("global.css");
/*------------------------------------------------------全体--*/
* {
	color:#000000;
	font-family:"メイリオ", Arial, "ＭＳ Ｐゴシック", serif;
	font-size:12px;
	font-weight:normal;
	line-height: 150%;	
}
body {
	position:relative; top:-7px;
}
table tr td {
	vertical-align:top;
}
em {
	font-weight:bold;
}
dd {
	margin-left:18px;
}
/*--------------------------------------------------<hx>タグ--*/
h1 {
	text-align:right;
	position:relative; top:10px;
	color:#333333;
	font-size:10px;
}
h1 a:link {
	text-decoration:none;
	color:#333333;
	font-size:10px;
}
h1 a:visited {
	text-decoration:none;
	color:#333333;
	font-size:10px;
}
h1 strong {
	font-size:10px;
}
h2 {
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	background-color:#000000;
	height:38px;
	margin-bottom:24px;
	padding-left:20px;
	vertical-align: top;
	position:relative; top:-4px;
}
/*safari用*/
html[xmlns*=""] body:last-child h2 {
	color:#FFFFFF;
	font-size:20px;
	font-weight:lighter;
	background-color:#000000;
	height:38px;
	margin-bottom:24px;
	padding-left:20px;
	vertical-align: top;
	position:relative; top:-4px;
}
/*opera用*/
*+html:first-child h2 {
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	background-color:#000000;
	height:38px;
	margin-bottom:24px;
	padding-left:20px;
	vertical-align: top;
	position:relative; top:-4px;
}
h3 {
	color:#231f20;
	font-size:14px;
	font-weight:bold;
	height:24px;
	padding-left:8px;
	padding-top:6px;
	margin-bottom:16px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #D53E33;
	background-color: #F5F5F5;
}
h4 {
	font-size:18px;
	font-weight:bold;
	line-height:23px;
	margin-bottom:26px;
}
h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:24px;
}
h6  {
	padding-left:6px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	background-color: #F5F5F5;
}
/*--------------------------------------------------リンク色--*/
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #7FB2CC;
	text-decoration: underline;
}
a:active {
	color: #006699;
	text-decoration: underline;
}
/*--------------------------------------------------ボックス--*/
.wrapper {
	width:912px;
	margin-left:auto;
	margin-right:auto;
}
.gnavi {
	width:912px;
	height:39px;
	margin-top:10px;
	margin-bottom:16px;
}
.contentwrap {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
}
.content_01 {
	width:842px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.btn_request {
	height:90px;
	margin-bottom:16px;
	background-color:#f5f5f5;
	text-align:center;
}
.btn_request p {
	padding-top:14px;
	padding-bottom:8px;
}
/*----------------------------------------------トップリンク--*/
.pagetop {
	width:80px;
	padding-left:12px;
	margin-left:auto;
	margin-right:0px;
	background-image: url(../images/ico_arrow_glay.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.pagetop a {
	font-size:10px;
	letter-spacing: 0.1em;
	color:#666666 !important;
	text-decoration:none !important;
}
/*----------------------------------------------------フッタ--*/
.footer a {
	font-size:10px;
}
.outerlink {
	float:left;
}
.copyright {
	height:10px;
	padding-top:3px;
	float:right;
	color:#333333;
	font-size: 10px;
}

