@charset "UTF-8";
/* CSS Document */

/*------------------------
/ *
/ wrapper
/ header
/ container
/ footer
------------------------*/



/* --------------------------------------------------------------
*
-------------------------------------------------------------- */
* {
	font-family:メイリオ,"MS UI Gothic";
	/*font-family:"MS UI Gothic";*/
}
p {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
}
li {
	font-size: 14px;
	line-height: 22px;
}
h1 {
	font-size: 10px;
	line-height: 10px;
	color: #A5A5A5;
	font-weight: normal;
}
h2 {
	display: none;
}
h3 {
	clear: both;
	/* width: 685px; */
	width: 665px;
	height: 38px;
	font-size: 16px;
	font-weight: bold;
	color: #004474;
	letter-spacing: 1px;
	line-height: 40px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	background: url(../image/h3.gif) no-repeat;
}
hr {
	display: none;
}
.clear {
	clear: both;
}
.img_bottom {
	vertical-align: text-bottom;
}



/* --------------------------------------------------------------
wrapper
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
}



/* --------------------------------------------------------------
header
-------------------------------------------------------------- */
#header {
	width: 100%;
	height: 138px;
	/*border-top: 2px solid #6F1818;*/
	border-top: 2px solid #416CD2;
	background: url(../image/header_bg.gif) 0 72px repeat-x;
}
#header img {
	border: 0;
}
#header .contents_area {
	width: 910px;
	/*height: 87px;*/
	height: 97px;
	padding: 0 20px 0 20px;
}
/*
left_conts
--------------------------------------------*/
#header .contents_area .left_conts {
	float: left;
	width: 630px;
	/*height: 87px;*/
	height: 87px;
	text-align: left;
}
/*
description (h1)
-------------------------*/
#header .left_conts .description {
	clear: both;
	padding: 5px 0 0 0;
}
/*
logo
-------------------------*/
#header .left_conts .logo img {
	margin: 14px 0 0 0;
	vertical-align: text-bottom;
}
/*
right_conts
--------------------------------------------*/
#header .contents_area .right_conts {
	float: right;
	width: 280px;
	/*height: 87px;*/
	height: 97px;
}
/*
sub_menu
-------------------------*/
#header .right_conts .sub_menu ul {
	clear: both;
	margin: 0 0 0 59px;
	width: 220px;
	height: 18px;
	padding: 5px 0 0 0;
	background-color: #F7F7F7;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}
#header .right_conts .sub_menu ul li {
	float: left;
	padding: 0 10px 0 15px;
}
#header .right_conts .sub_menu ul li img {
	border: 0;
	vertical-align: text-top;
}
/*
freedial
-------------------------*/
#header .right_conts .freedial {
	clear: both;
	padding: 15px 0 0 0;
	text-align: right;
}
#header .right_conts .freedial img {
	vertical-align: text-bottom;
}
/*
menu_area
--------------------------------------------*/
#menu_area {
	clear: both;
	width: 100%;
	height: 41px;
	background: url(../image/menu_bg.gif) repeat-x;
}
#menu_area #menu {
	width: 910px;
	height: 41px;
	padding: 0 20px 0 20px;
}
#menu_area #menu ul {
	width: 910px;
}
#menu_area #menu ul li {
	float: left;
	width: 110px;
}
#menu_area #menu ul #nav3 {
	width: 130px;
}
#menu_area #menu ul #nav5 {
	width: 210px;
}
#menu_area #menu ul #nav7 {
	width: 130px;
}
#menu_area #menu ul li a span {
	display: none;
}
#menu_area #menu ul li a {
	display: block;
	overflow: hidden;
	width:100%;
	height: 0 !important;
	height/**/:41px;
	padding-top:41px;
	background-image: url(../image/menu.gif);
}
#nav1 a { background-position: 0px 0; }
#nav2 a{ background-position: -110px 0; }
#nav3 a{ background-position: -220px 0; }
#nav4 a{ background-position: -350px 0; }
#nav5 a{ background-position: -460px 0; }
#nav6 a{ background-position: -670px 0; }
#nav7 a{ background-position: -780px 0; }
#nav1 a.stay{ background-position: 0 -41px; }
#nav2 a.stay{ background-position: -110px -41px; }
#nav3 a.stay{ background-position: -220px -41px; }
#nav4 a.stay{ background-position: -350px -41px; }
#nav5 a.stay{ background-position: -460px -41px; }
#nav6 a.stay{ background-position: -670px -41px; }
#nav7 a.stay{ background-position: -780px -41px; }
#nav1 a:hover{ background-position: 0 -41px; }
#nav2 a:hover{ background-position: -110px -41px; }
#nav3 a:hover{ background-position: -220px -41px; }
#nav4 a:hover{ background-position: -350px -41px; }
#nav5 a:hover{ background-position: -460px -41px; }
#nav6 a:hover{ background-position: -670px -41px; }
#nav7 a:hover{ background-position: -780px -41px; }



/* --------------------------------------------------------------
page_img_area
-------------------------------------------------------------- */
#page_img_area {
	clear: both;
	width: 100%;
	/*background-color: #f8f8f8;*/
	/*background: url(../image/page_img_bg.gif) repeat;*/
}
#page_img_area p {
	display: none;
}



/* --------------------------------------------------------------
container
-------------------------------------------------------------- */
#container {
	width: 100%;
	background: url(../image/contents_top.gif) top repeat-x;
}
/*
contents
--------------------------------------------*/
#container #contents {
	width: 910px;
	padding: 35px 20px 0 20px;
}
/*
main_conts
-------------------------*/
#contents .main_conts {
	float: right;
	text-align: left;
	width: 685px;
}
/*
sub_conts
-------------------------*/
#contents .sub_conts {
	float: left;
	text-align: left;
	width: 225px;
}
#contents .sub_conts .page_menu {
	clear: both;
	width: 195px;
	border: 1px solid #DFDFDF;
	padding: 3px 3px 3px 3px;
	margin: 0 0 20px 0;
}
#contents .sub_conts .page_menu ul li {
	clear: both;
	width: 195px;
	height: 40px;
	/* -----------------
	入りきらないため
	font-size: 13px;
	----------------- */
	font-size: 12px;
	letter-spacing: 0;
	line-height: 40px;
	background: url(../image/page_menu_bg.gif) 0 20px repeat-x;
	border-bottom: 1px solid #CCCCCC;
}
#contents .sub_conts .page_menu ul li img {
	margin: 0 7px 0 10px;
}
/* text_long_ver */
#contents .sub_conts .page_menu ul li .icon {
	float: left;
}
#contents .sub_conts .page_menu ul li .icon img {
	margin: 0 0 0 0;
	padding: 15px 0 0 10px;
}
#contents .sub_conts .page_menu ul li .text {
	float: left;
	padding: 0 0 0 7px;
	line-height: 20px;
}
/* banner */
#contents .sub_conts img {
	border: 0;
}
#contents .sub_conts .banner ul li {
	margin: 0 0 16px 0;
}
#contents .sub_conts .banner ul li img {
	border: 0;
	vertical-align: text-bottom;
}
#contents .sub_conts .banner .partner ul {
	width: 201px;
	text-align: center;
	padding: 16px 0 0 0;
	margin: 0 0 16px 0;
	border: 1px solid #CCCCCC;
}
/* ALESCO */
#contents .sub_conts .banner .partner ul li {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 18px;
}
/* Toex */
#contents .sub_conts .banner .partner ul li span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}



/* --------------------------------------------------------------
go_top
-------------------------------------------------------------- */
.go_top {
	clear: both;
	width: 910px;
	height: 26px;
	padding: 50px 20px 0 20px;
	text-align: right;
}
.go_top p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
}



/* --------------------------------------------------------------
footer
-------------------------------------------------------------- */
#footer {
	width: 100%;
	height: 124px;
	padding: 20px 0 0 0; 
	background: url(../image/footer_bg.gif) repeat-x;
}
#footer .f_contents {
	width: 910px;
	padding: 0 20px 0 20px;
}
#footer .f_contents .footer_menu {
	text-align: left;
}
#footer .f_contents .footer_menu ul {
	clear: both;
	padding: 0 0 24px 15px;
}
#footer .f_contents .footer_menu ul li {
	float: left;
	line-height: 14px;
	font-size: 13px;
	color: #6D6D6D;
	padding: 0 15px 0 15px;
	border-right: 1px solid #6D6D6D;
}
#footer .f_contents .footer_menu ul .li_start {
	padding: 0 15px 0 5px;
}
#footer .f_contents .footer_menu ul .li_end {
	border-right: 0;
}
#footer .f_contents .footer_menu a {
	color: #6D6D6D;
}
#footer .f_contents .copyright {
	clear: both;
	text-align: left;
	margin: 30px 0 0 0;
}
#footer .f_contents .copyright img {
	height: 1px;
	vertical-align: text-bottom;
	margin: 0;
	padding: 0;
}
#footer .f_contents .copyright p {
	color: #6D6D6D;
	font-size: 11px;
	line-height: 11px;
	padding: 0 0 0 15px;
}