@charset "utf-8";
/* CSS Document */


* {
	margin:0 auto;
	padding:0;
	color:#333333;
	font-family:Verdana, sans-serif;
}

a,img {
	border:none;
}

a,a:hover {
	text-decoration:none;
}


div#wrap {
	width:970px;
	background:#ffffff url(../img/center_bg.jpg) repeat-y top ;
}

body {
	background:url(../img/center_bg.jpg) repeat-y top;
}

/*********************************************************

ヘッダー

**********************************************************/
div#header {
	width:970px;
	background:url(../img/header_top_bg.jpg) no-repeat top;
	padding-top:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 5px;
}	


div#header div#header_left {
	width:310px;
	float:left;
}


div#header div#header_left p#h_caption {
	font-size:10px;
	margin-left:35px;
	line-height: 120%;
}

div#header div#header_left h1 {
	margin-left:35px;
	margin-bottom:2px;
	margin-top:2px;
	background:url(../img/site_id.jpg) no-repeat;
	width:274px;
	height:62px;
}

div#header div#header_right {
	margin-left:138px;
	float:left;
	width:490px;
	position:relative;
}

div#header div#header_right ul#h_menu {
	margin-top:3px;

	
}

div#header div#header_right ul#h_menu li {
	background:url(../img/h_menu_sitemap.jpg) no-repeat top left;
	margin-right:4px;
	padding-left:14px;
	font-size:10px;
	list-style:none;
	float:left;
	margin-bottom:16px;
}


div#header div#header_right form {
	float:left;
	margin-top:-5px;
	display:block;
}

div#header div#header_right #kensaku_btn {
	background:url(../img/btn_header_search.jpg) no-repeat top;
}

div#header div#header_right input#form_width {
	width:100px;
}


div#header div#header_right div#sxl_logo {
	position:absolute;
	top:0;
	right:5px;
	clear:both;
}

div#header div#header_right div#h_right_bottom {
	margin-left:144px;
	clear:both;
}

div#header div#header_right div#h_right_bottom img {
	margin-left:8px;
}



/*********************************************************

グローバルナビ

**********************************************************/


ul#g_navi {
	width:912px;
	clear:both;
	margin-bottom:3px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}


ul#g_navi li{
	list-style:none;
	float:left;
}





/*********************************************************

コンテンツ

**********************************************************/
p#pan {
	font-size:12px;
	width:900px;
	margin-bottom:5px;
}



div#contents {
	clear:both;
	width:904px;
	overflow:hidden;
	margin-bottom:10px;
}

p.page_top {
	background:url(../img/btn_page_top.gif) no-repeat top left;
	padding-left:18px;
	font-size:10px;
	height:15px;
	clear:both;
	margin-left:840px;
	margin-bottom:10px;
}


div#bnr_h_right {
	width:217px;
	border:1px solid #333;
	float:left;
}


/*********************************************************

フッター

**********************************************************/

div#footer {
	width:904px;
}

div#footer ul.f_menuA {
	width:900px;
	clear:both;
}

div#footer ul.f_menuA li{
	float:left;
	margin:0 1px;
	list-style:none;
}

div#footer ul.f_menuA li {
	float:left;
	margin:0 1px;
	list-style:none;
}

div#footer ul#f_menuB {
	width:900px;
	clear:both;
	margin-bottom:5px;
	margin-top:12px;
}

div#footer ul#f_menuB li{
	float:left;
	margin:0 1px;
	list-style:none;
	font-size:12px;
	margin-bottom:5px;
	vertical-align: top;
}

div#footer div#key {
	clear:both;
	padding-left:3px;
	margin-bottom:5px;
}

div#footer ul#f_menuC {
	width:900px;
	clear:both;
	margin-bottom:5px;
}

div#footer ul#f_menuC li{
	float:left;
	margin:0 1px;
	list-style:none;
	font-size:10px;
	margin-bottom:1px;
}


div#footer_bottom {
	width:904px;
	background:url(../img/footer_bg.gif) no-repeat top;
	height:40px;
	clear:both;
	position:relative;
}

div#footer_bottom p#f_contact {
	position:absolute;
	top:13px;
	left:32px;
	font-size:10px;
}

div#footer_bottom p#f_sitemap {
	position:absolute;
	top:13px;
	left:112px;
	font-size:10px;
}

div#footer_bottom p#f_privacy {
	position:absolute;
	top:13px;
	left:184px;
	font-size:10px;
}

div#footer_bottom div#f_sxl {
	position:absolute;
	right:0;
	top:2px;
}

/*********************************************************

概算シミュレーション

**********************************************************/
div#contents div#plan_box {
	overflow:hidden;
	clear:both;
	border: 1px solid #999999;
}

div#contents p.txt3 {
	font-size:14px;
	color: #333333;
	font-weight: normal;
	line-height: 120%;
}

div#contents p.txt4 {
	font-size:16px;
	color: #333333;
	font-weight: bold;
	line-height: 150%;
}

div#contents p.txt5 {
	font-size:16px;
	line-height:1.5;
	margin-bottom:4px;
	color: #FFFFFF;
	padding-left: 6px;
	margin-top: 4px;
}

div#contents p.txt9 {

	font-size:16px;
	color: #333333;
}

div#contents p.txt10 {
	font-size:18px;
	color: #333333;
	font-weight: bold;
}



/*  clearfix
------------------------------------------------------------------------*/

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}


/* Hides from IE-mac \*/
.clearfix{display: block;}
/* End hide from IE-mac */

.clear{
	clear:both;
}
