@charset "utf-8";
@import("reset.css");
@import("clearfix.css");
/*------------------------------------------------------全体--*/
* {
	color:#151515;
	font-family:"メイリオ", Arial, "ＭＳ Ｐゴシック", serif;
	font-size:12px;
	font-weight:normal;
	line-height: 150%;	
}
body {
	margin:0px;
	padding:0px;
}
em {
	font-weight:bold;
}
/*--------------------------------------------------<hx>タグ--*/
h1 {
	margin:0;
	padding:0;
}
h2 {
	font-size:18px;
	font-weight:bold;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #151515;
	padding-left:8px;
	padding-top:4px;
	margin-top:16px;
	margin-bottom:20px;
	line-height:100%;
}
/*--------------------------------------------------リンク色--*/
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:920px;
	margin-left:auto;
	margin-right:auto;
}
.top {
	height: 7px;
	width: 920px;
}
.contentwrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.contentwrap p{
	padding-bottom:10px;
}
.btn_contact {
	width:450px;
	height:62px;
	margin-top:50px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
.btn_samportal {
	width:517px;
	height:110px;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.btn_samportal p{
	padding-bottom:4px;
	margin:0;
	font-size:16px;
	text-align:center;
}
/*--------------------------------------------------パンくず--*/
.breadcrumb {
	padding-top:6px;
	padding-bottom:10px;
}
/*----------------------------------------------トップリンク--*/
.pagetop {
	width:80px;
	padding-left:12px;
	margin-left:auto;
	margin-right:0px;
	margin-bottom:5px;
	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;
}
.pagetop2 {
	width:80px;
	padding-left:12px;
	margin-left:auto;
	margin-right:0px;
	margin-bottom:5px;
	background-image: url(../images/ico_arrow_glay.png);
	background-repeat: no-repeat;
	background-position: left center;
	float:right;
}
.pagetop2 a {
	font-size:10px;
	letter-spacing: 0.1em;
	color:#666666 !important;
	text-decoration:none !important;
}
/*--------------------------------------------------ボトムナビ--*/
.bottomnavi {
	width:600px;
	margin-bottom:6px;
	float:left;
}
.bottomnavi a {
	font-size:12px;
}
/*----------------------------------------------------フッタ--*/
.footer {
	padding-bottom:15px;
}
.footer a {
	font-size:10px;
}
.outerlink {
	margin-top:10px;
	float:left;
}
.copyright {
	height:10px;
	margin-top:13px;
	float:right;
	color:#333333;
	font-size: 10px;
}

