@charset "UTF-8"

* {
    margin: 0;
    }

html {
	height: 100%;
	}

body {
	background: #F2EED6 url(../../common/img/bg_main.png) 0 0 repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Futura, "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	vertical-align: bottom;
	}

h1, h2, h3, h4, h5, h6, p {
	color: #444;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	}

dl, ul, ol {
	margin: 0;
	padding: 0;
	}

table {
	border-collapse: collapse;
	}

th, td {
	color: #444;
	font-size: 70%;
	}

a {
	color: #B07643;
	text-decoration: underline;
	}

a:hover {
	color: #f60;
	text-decoration: none;
	}

em {
	color: #f60;
	font-style: normal;
	font-weight: bold;
	}

.Clear {
	clear: both;
	}

.Clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}

.Clearfix {
	display: inline-block;
	}

/* Hides from ie-mac \*/
* html .Clearfix {
	height: 1%;
	}

.Clearfix {
	display: block;
	}
/* End hide from ie-mac */

.Fl_L {
	float: left;
	}

.Fl_R {
	float: right;
	}

.Mb_10 {
	margin-bottom: 10px;
	}

.Mb_20 {
	margin-bottom: 20px;
	}

.Mr_10 {
	margin-right: 10px;
	}

.Mr_15 {
	margin-right: 15px;
	}

.Mr_20 {
	margin-right: 20px;
	}

.Mt_10 {
	margin-top: 10px;
	}

.Pb_10 {
	padding-bottom: 10px;
	}

.Pb_20 {
	padding-bottom: 20px;
	}

.Pl_10 {
	padding-left: 10px;
	}

.Pl_20 {
	padding-left: 20px;
	}

.Pr_10 {
	padding-right: 10px;
	}

.Pt_10 {
	padding-top: 10px;
	}

/* --------------------- #Wrapper --------------------- */
#Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -80px; /* #Footer の高さ分 margin-bottom をマイナス　*/
	width: 100%;
	}

#Wrapper .Push {
	height: 80px;/* #Footer の高さにあわせる　*/
	}

/* --------------------- #Header --------------------- */

#Wrapper #Header {
	background: url(../img/bg_header.gif) 100% 50% no-repeat;
	height: 95px;
	margin: 0 auto;
/*	position: relative;
*/	width: 900px;
	}

#Wrapper #Header img {
	margin-top: 10px;
/*	left: 0;
	position: absolute;
	top: 10px;
*/	}

/* --------------------- .Navi_head --------------------- */

ul.Navi_head {
	float: right;
	padding-top: 15px;
	}

ul.Navi_head li {
	display: inline;
	float: left;
	list-style: none;
	}

ul.Navi_head li a {
	background-image: url(../../common/img/navi_head.png);
	display: block;
	height: 0;
	margin: 0; 
	overflow: hidden;
	padding: 24px 0 0;
	width: 128px;
	}

ul.Navi_head li.Nh_outline a {
	background-position: 0 0;
	}

ul.Navi_head li.Nh_outline a:hover {
	background-position: 0 -24px;
	}

ul.Navi_head li.Nh_outline_active a,
ul.Navi_head li.Nh_outline a:active {
	background-position: 0 -48px;
	}

ul.Navi_head li.Nh_service a {
	background-position: -128px 0;
	}

ul.Navi_head li.Nh_service a:hover {
	background-position: -128px -24px;
	}

ul.Navi_head li.Nh_service_active a,
ul.Navi_head li.Nh_service a:active {
	background-position: -128px -48px;
	}

ul.Navi_head li.Nh_blog a {
	background-position: -256px 0;
	}

ul.Navi_head li.Nh_blog a:hover {
	background-position: -256px -24px;
	}

ul.Navi_head li.Nh_blog_active a,
ul.Navi_head li.Nh_blog a:active {
	background-position: -256px -48px;
	}

/* --------------------- .Navi_global --------------------- */

ul.Navi_global {
	clear: both;
	padding-top: 10px;
	}

ul.Navi_global li {
	display: inline;
	float: left;
	list-style: none;
	}

ul.Navi_global li a {
	background-image: url(../../common/img/navi_global.png);
	display: block;
	height: 0;
	margin: 0; 
	overflow: hidden;
	padding: 35px 0 0;
	width: 128px;
	}

ul.Navi_global li.Ng_concept a {
	background-position: 0 0;
	}

ul.Navi_global li.Ng_concept a:hover {
	background-position: 0 -35px;
	}

ul.Navi_global li.Ng_concept_active a,
ul.Navi_global li.Ng_concept a:active {
	background-position: 0 -70px;
	}

ul.Navi_global li.Ng_location a {
	background-position: -128px 0;
	}

ul.Navi_global li.Ng_location a:hover {
	background-position: -128px -35px;
	}

ul.Navi_global li.Ng_location_active a,
ul.Navi_global li.Ng_location a:active {
	background-position: -128px -70px;
	}

ul.Navi_global li.Ng_access a {
	background-position: -256px 0;
	}

ul.Navi_global li.Ng_access a:hover {
	background-position: -256px -35px;
	}

ul.Navi_global li.Ng_access_active a,
ul.Navi_global li.Ng_access a:active {
	background-position: -256px -70px;
	}

ul.Navi_global li.Ng_plan a {
	background-position: -384px 0;
	}

ul.Navi_global li.Ng_plan a:hover {
	background-position: -384px -35px;
	}

ul.Navi_global li.Ng_plan_active a,
ul.Navi_global li.Ng_plan a:active {
	background-position: -384px -70px;
	}

ul.Navi_global li.Ng_model a {
	background-position: -512px 0;
	width: 132px;
	}

ul.Navi_global li.Ng_model a:hover {
	background-position: -512px -35px;
	width: 132px;
	}

ul.Navi_global li.Ng_model_active a,
ul.Navi_global li.Ng_model a:active {
	background-position: -512px -70px;
	width: 132px;
	}

ul.Navi_global li.Ng_construction a {
	background-position: -644px 0;
	}

ul.Navi_global li.Ng_construction a:hover {
	background-position: -644px -35px;
	}

ul.Navi_global li.Ng_construction_active a,
ul.Navi_global li.Ng_construction a:active {
	background-position: -644px -70px;
	}

ul.Navi_global li.Ng_apply a {
	background-position: -772px 0;
	}

ul.Navi_global li.Ng_apply a:hover {
	background-position: -772px -35px;
	}

ul.Navi_global li.Ng_apply_active a,
ul.Navi_global li.Ng_apply a:active {
	background-position: -772px -70px;
	}

/* --------------------- #Footer --------------------- */

#Footer {
	background: #2C2113;
	border-top: #e0e0e0 1px groove;
	height: auto;
	padding: 9px 0 0;
	width: 100%;
	}

#Footer .Footer_item {
	margin: 0 auto;
	width: 900px;
	}

#Footer .Footer_item p {
	color: #fff;
	font-size: 60%;
	padding-bottom: 2px;
	}

#Footer .Footer_item .Soken {
	float: left;
	margin-right: 30px;
	overflow: hidden;
	padding-bottom: 5px;
	text-decoration: none;
	width: 108px;
	}

#Footer .Footer_item .Soken .h4 a {
	color: #444;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-weight: bold;

	background: url(../../common/img/logo_soken.gif) 0 0 no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 25px 0 0;
	width: 108px;
	}

#Footer .Footer_item .Sofu {
	float: left;
	width: 142px;
	}

#Footer .Footer_item .Sofu .h5 a {
	color: #444;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-weight: bold;

	background: url(../../common/img/logo_kurumu.gif) 0 0 no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 25px 0 0;
	width: 51px;
	}

#Footer .Footer_item .Carnavi,
#Footer .Footer_item .Tel {
	float: right;
	margin-left: 30px;
	}

#Footer .Footer_item .Carnavi .h6 {
	color: #444;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-weight: bold;

	color: #fff;
	font-size: 100%;
	letter-spacing: 0.2em;
	margin-top: 0.05em;
	}

#Footer .Footer_item .Tel .h6 {
	color: #444;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-weight: bold;

	background: url(../../common/img/tel_free.gif) 0 50% no-repeat;
	color: #fff;
	font-size: 125%;
	letter-spacing: 0.2em;
	line-height: 1.2;
	padding-left: 25px;
	}

#Footer .Footer_item p.Copy {
	text-align:right;
	clear: both;
	color: #f0f0f0;
	font-size: 57.5%;
	letter-spacing: 0.5px;
	padding-top: 2px;
	}

/* --------------------- #FooterLink --------------------- */

#FooterLink {
	font-size:xx-small;
	clear: both;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 900px;
	/*----- option -----*/
	border-bottom:#999999 1px dotted;
	border-top: #999999 1px dotted;
	padding-top:6px;
	}

#FooterLink em {
	color:#999999;
	text-decoration: none;
}

#FooterLink a {
	color:#999999;
	text-decoration: none;
	padding-left:5px;
	padding-right:0px;
}

#FooterLink a:hover {
	color:#666666;
	text-decoration: underline;
}

#FooterLink a.connect_1st {
	color:#999999;
	text-decoration: none;
	padding-left:4px;
	padding-right:0px;
}

#FooterLink a.connect_1st:hover {
	color:#666666;
	text-decoration: underline;
}

#FooterLink a.area_1st {
	color:#999999;
	text-decoration: none;
	padding-left:30px;
	padding-right:0px;
}

#FooterLink a.area_1st:hover {
	color:#666666;
	text-decoration: underline;
}

#FooterLink a.lead {
	color:#999999;
	text-decoration: none;
	padding-left:85px;
	padding-right:0px;
}

#FooterLink a.lead:hover {
	color:#666666;
	text-decoration: underline;
}

#FooterLink a.recommend_1st {
	color:#999999;
	text-decoration: none;
	padding-left:12px;
	padding-right:0px;
}

#FooterLink a.recommend_1st:hover {
	color:#666666;
	text-decoration: underline;
}

#FooterLink a.corp {
	color:#999999;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
}

#FooterLink a.corp:hover {
	color:#666666;
	text-decoration: underline;
}
