@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/

10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
-------------------------------------------------------------------------------*/ 



/*******************************************************************************

 共通部分

 *******************************************************************************/

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dt,dd,address{
	margin:0;
	padding:0;
	line-height:1.5em;
	font-weight:normal;
	font-style:normal;
}
ul,ol{
	list-style-type: none;
}
ul.list-disc,
ol.list-disc{
	list-style-type:disc;
	margin-left:6em;
}
ul.list-decimal,
ol.list-decimal{
	list-style-type:decimal;
	margin-left:6em;
}


#wrapper,#header,#globalnav,#container,#contents,#footer,#sidebar,.sidemenu,.image{
	margin:0;
	padding:0;
}
#wrapper{
	background-color:#fff;
}


img{
	border:none;
}

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.clear{clear:both;}

strong{
	font-weight:bold;
	color:#FF3300;
}


body{
	color:#666;
	margin:0;
	padding:0;

}

#header{
	background: #fff;
/*	background: #D0EFFF;*/
	background-repeat: no-repeat;
	background-position: center top;

}
#footer{
	background: #eee;
/*	background: #D0EFFF;*/
	background-repeat: no-repeat;
	background-position: center top;

}

ul.comment{
	list-style-type:none;
	margin-left:6em;
	margin-right:1em;
	font-size:85%;
	color:#6D8492;
}

/*******************************************************************************

 コンテナ

 *******************************************************************************/

#container{
	width:900px;
	margin:0 auto;
	background-color:#fff;
}


/*******************************************************************************

 ヘッダー

 *******************************************************************************/

#header{
	/*background-image:url(/assets/templates/basic/header_bg.jpg);*/
	background-color:#fff;
	/*border-bottom:1px solid #111184;*/
}
#headerArea{
	width:900px;
	height:65px;
	margin:0 auto 60px;
	padding-top:35px;

}
#headerArea #header-left{
	float:left;
	width:360px;
	height:50px;
}
#headerArea #header-left p{
	top:10px;
	position: absolute;
}
#headerArea #header-right{
	float:right;
	width:540px;
	height:65px;
}
#headerArea #header-right p{
	top:10px;
	position: absolute;

}


/*******************************************************************************

 グローバルナビゲーション

 *******************************************************************************/

#globalNavi	{
	width: 900px;
	background: url(image/navi.jpg) repeat-x;
	height: 50px;
	margin-top:10px;
}

#nav {
	width: 900px;
	margin: 0 auto;
	position: relative;
	line-height:1;
	text-align: left;
}
#nav li {
	list-style: none;
	float: left;
	position: relative;
	border-bottom:none;
}

#nav ul {
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
}
* html #nav ul {
	line-height: 0;
}
#nav ul li {
	float: none;
}

#nav ul {
	width: 450px;
}
#nav ul ul {
	top: 6px;
	left: 450px;
}
#nav ul a { 
	display: block;
	width: 438px;
	/*background:#121212;*/
	padding: 6px;
	/*color: #FFF;*/
	border-bottom: 1px solid #FFF;
	opacity: 0.9;
	filter: alpha(opacity=90);
	zoom: 1;
	line-height: 1;
}
#nav ul a.hover {
	background: #444;
}

#nav ul#cat li a{	background-color:#666;	color:#eee;}
#nav ul#cat li a:hover{	background-color:#eee;	color:#666;}






/*******************************************************************************

 トップナビゲーション

 *******************************************************************************/

#topNavi{
	margin-top:20px;
	height:300px;
}
#topNavi ul{
	claer:left;
	height:100px;
	margin-bottom:0;
}
#topNavi ul li{
	float:left;
	width:300px;
}
#topNavi ul{

}





/*******************************************************************************

 コンテンツ

 *******************************************************************************/

#contents{
	width:900px;
	margin-top:20px;
}
#contents #main,
#contents #main-top{
	float:left;
	width:664px;
}
#contents #sub-1{
	float:left;
	width:218px;
	margin-left:18px;
	/*background-color:#999;*/
}
#contents #sub-1 h2{
	margin:0 0 10px;
}
#contents #sub-2{
	float:left;
	width:144px;
	margin-left:18px;
	/*background-color:#333;*/
}


/*******************************************************************************

 共通コンテンツ

 *******************************************************************************/
.gheader{}
.gheader h2{
	font-size:123.1%;
	margin:0 !important;
	padding-top:0.8em;
	/*line-height:0.4em;*/
	line-height:1.1em;
	color:#900;
}
.gheader p{
	font-size:77%;
	margin:0 0 1.5em !important;
	line-height:0.7em;

}

/*******************************************************************************

 メイン（トップ）

 *******************************************************************************/

#contents #main-top h2,h3,h4,h5,h6,p,ol,ul,dl{
	margin-bottom:1em;
}

.topmessage{
	margin:10px 0;
	border:1px solid #999;
	padding:10px;
}
.topmessage h1{
	font-size:146.5%;
	font-weight:bold;
	color:#690;
}
.topmessage p{
	margin-top:1em;
	margin-bottom:1em;
}

/*******************************************************************************

 メイン（その他）

 *******************************************************************************/

#contents #main h1,h2,h3,h4,h5,h6,p,ol,ul,dl{
	margin-bottom:1em;
}
#contents #main p{
	margin-left:20px;
}
#contents #main p.end{
	margin-bottom:3em;
}
#contents #main p,ol,ul,dl{
	margin-bottom:2em;
}


#contents #main div.hwrap{
	width: 664px;
	background: url(/assets/templates/basic/header1-bg_r2_c1.png) left top repeat-y;
	margin-bottom: 20px;
}

#contents #main div.hwrap h1.title{
	padding-top: 5px;
	font-size:146.5%;
	background: url(/assets/templates/basic/header1-bg_r1_c1.png) left top no-repeat;
}

#contents #main div.hwrap span{
	padding: 5px 15px 10px;
	display:block;
	color:#fff;
	background: url(/assets/templates/basic/header1-bg_r3_c1.png) left bottom no-repeat;
}
#contents #main h2{
	padding:0.5em 0.5em 0.2em;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #ddd;
	border-left:6px solid #111184;
	background-color:#F6F6F6;
	/*font-weight:bold;*/
	font-size:131%;
}
#contents #main h3{
	padding:0.5em 0.5em 0.2em;
	border-left:3px solid #ddd;
	font-size:131%;
}
#contents #main h4{
	padding:0.5em 0.5em 0.2em;
}
#contents #main h5{
	padding:0.5em 0.5em 0.2em;
}
#contents #main h6{
	padding:0.5em 0.5em 0.2em;
}
#contents #main p{
}
#contents #main ul,
#contents #main ol{
	margin-left:4em;
}
#contents #main dl ul{
	margin-left:0;
}



#contents #main .img{
	margin-left:0;
}

#contents #main blockquote{
	margin:20px;
	background-color:#f6f6f6;
	border:1px solid #666;
	padding:1em;
}


#contents #main p.textbtn{
	text-align:center;
	font-size:123.1%;
	font-weight:bold;
	margin:0 20px 40px;
}
#contents #main p.textbtn a{
	display:block;
	margin:0;
	padding:20px 20px 15px;
	border:1px solid #8DA824;
	color:#333;
	/*line-height:1em;*/
	background-color:#DFEDAB;
}
#contents #main p.textbtn a:hover{
	color:#fff;
	background-color:#8DA824;
}

/*******************************************************************************

 DLを使ったテーブル

 *******************************************************************************/

dl.table {
	margin: 1em 20px 2em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ffc;
}

dl.table dt {
	margin: 0;
	margin-right: -13em;
	padding: 0.2em 0;
	border-top: 1px solid #ccc;
	float: left;
	clear: both;
	display: inline;
	width: 13em;
	text-indent: 10px;
}

dl.table dd {
	margin-left:13em;
	padding: 0.2em 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #fff; 
}

dl.table {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

dl.table::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*******************************************************************************

 DLを使ったテーブル2

 *******************************************************************************/

dl.table-2 {
	margin: 1em 20px 2em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ffc;
}

dl.table-2 dt {
	margin: 0;
	margin-right: -16em;
	padding: 0.2em 0;
	border-top: 1px solid #ccc;
	float: left;
	clear: both;
	display: inline;
	width: 16em;
	text-indent: 10px;
}

dl.table-2 dd {
	margin-left:16em;
	padding: 0.2em 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #fff; 
}

dl.table-2 {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

dl.table-2::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*******************************************************************************

 テーブル

 *******************************************************************************/

table.table-1 {
	border: 1px #E3E3E3 solid;
	border-spacing: 0;
	background-color: #ffc;
	margin: 1em 20px 2em;
	border-collapse: collapse;
	width:95%;
}

table.table-1 th {
	border: 1px #E3E3E3 solid;
	background-color: #ffc;
	font-weight: bold;
	line-height: 120%;
	height:2em;
}
table.table-1 td {
	background-color:#fff;
	border: 1px #E3E3E3 solid;
}
table.table-1 th p,
table.table-1 td p,
table.table-1 td dl,
table.table-1 td ul,
table.table-1 td ol{
	margin:0.5em !important;
	padding:0 !important;
}

/*******************************************************************************

 オフィスリスト

 *******************************************************************************/

#officeList{
	width:900px;
	height:100px;
	margin:100px auto 0;
	padding:0;
}
#officeList ul li{
	float:left;
}


/*******************************************************************************

 フッター

 *******************************************************************************/

#footer {
	background-image: url(/assets/templates/basic/footernav_bg.png);
	background-color:#1e68d6;

}

/*******************************************************************************

 フッターナビ

 *******************************************************************************/

#footerArea{
	width:900px;
	margin:0 auto;
	border-bottom:1px dotted #fff;
}


/*******************************************************************************

 フッターリスト

 *******************************************************************************/

.footerList{
	float:left;
	margin:10px;
}
.footerList h5{
	color:#111184;
	background-color:#fff;
	padding:0.3em 0.5em 0.2em;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
.footerList ul li{
	margin-left:1em;
	color:#fff;
}
.footerList ul li a:link,
.footerList ul li a:visited,
.footerList ul li a:active{
	color:#fff;
}
.footerList ul li a:hover{
	color:#fff;
	text-decoration:none;
}


/*******************************************************************************

 コピーライト

 *******************************************************************************/

#copyright{
	padding:20px;
}
#copyright p{
	text-align:center;
	color:#fff;
}

/*******************************************************************************

 問い合わせ誘導用バナー

 *******************************************************************************/
#contact-banner{
width:900px;	
margin:40px 0 20px;
}
#contact-banner p{
	margin:0 !important;
	padding:0;
text-align:left;
}

/*******************************************************************************

 アクセス解析

 *******************************************************************************/

#googleAnalytics{
	display:none;
}


/*******************************************************************************

 お問い合わせフォーム

 *******************************************************************************/
.validationmessage{
	margin-bottom:40px;
}
.validationmessage .errors{
	padding:3em 3em 3em 4em;
	background-color:#ff9;
	border-right:1px solid #cc9;
	border-bottom:1px solid #cc9;
}
.validationmessage .errors strong{
	font-size:123.1%;
	margin-left:-1em;
	margin-bottom:1em;
}

.formstyle{
	margin-bottom:20px;
}


/*******************************************************************************

 個別デザイン

 *******************************************************************************/
.miraisouzou{
}
.miraisouzou h2{
}
.miraisouzou dd{
	margin:0 0 1em 83px;
}

.tiikishigen{
	background-color:#ffc;
}

.hounintei{}

.hounintei .step{}
.hounintei .step ol{}
.hounintei .step ol li{
	border:1px solid #999;
	margin-bottom:1em;
	padding:0.5em;
}
.hounintei .step ol li.last{
	border:2px solid #f00;
	background-color:#ffc;
}
.hounintei .support{}
.hounintei .support ul{}

.hounintei .point{}
.hounintei .point ul{}
