@charset "UTF-8";

html {
	height: 100%;
	}

body {
	background: #f1f1f1;
	font-family: Helvetica, Arial, Futura, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	vertical-align: bottom;
	}

h2, h3, h4, h5, h6, p, th, td, li, dt, dd {
	font-size: 100%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	}

/*上部タイトル*/
#upr_ttl h1{
	font-size:10px;
	color:#666;
	font-weight:normal;
	margin:2px auto;
}

/*下部タイトル*/
#lwr_ttl{
	font-size:10px;
	color:#666;
	font-weight:normal;
	margin:2px auto;
	border-top:dotted 1px;
	padding-top:2px;
}

* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6,
* html p,
* html th,
* html td,
* html li,
* html dt,
* html dd {
	vertical-align: baseline;
	}

dl, ul, ol {
	margin: 0;
	padding: 0;
	}

b {
	color: #42A255;
	}

em {
	color: #f30;
	font-style: normal;
	font-weight: bold;
	}

sub {
	font-size: smaller;
	vertical-align: baseline;
	}

a {
	color: #42A255;
	text-decoration: underline;
	}

a:hover {
	color: #f60;
	text-decoration: none;
	}

.Bg_kurumu {
	background: #42a255;
	color: #fff;
	}

.Fl_L {
	float: left;
	}

.Fl_R {
	float: right;
	}

.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 */

#Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	width: 100%;
	}

/* --------------------- #Header --------------------- */

#Wrapper #Header {
	height: 60px;
	margin: 0 auto;
	position: relative;
	width: 900px;
	}

#Wrapper #Header img {
	left: 0;
	position: absolute;
	top: 10px;
	}

/* --------------------- .Navi_global --------------------- */

ul.Navi_global {
	position: absolute;
	right: 0;
	top: 15px;
	width: 700px;
	}

ul.Navi_global li {
	display: inline;
	float: left;
	list-style: none;
	}

ul.Navi_global li a {
	background-image: url(../img/navi_global.gif);
	display: block;
	height: 0;
	margin: 0; 
	overflow: hidden;
	padding: 45px 0 0;
	width: 100px;
	}

ul.Navi_global li.Ng_about a {
	background-position: 0 0;
	}

ul.Navi_global li.Ng_about a:hover {
	background-position: 0 -45px;
	}

ul.Navi_global li.Ng_about_active a,
ul.Navi_global li.Ng_about a:active {
	background-position: 0 -90px;
	}

ul.Navi_global li.Ng_difference a {
	background-position: -100px 0;
	}

ul.Navi_global li.Ng_difference a:hover {
	background-position: -100px -45px;
	}

ul.Navi_global li.Ng_difference_active a,
ul.Navi_global li.Ng_difference a:active {
	background-position: -100px -90px;
	}

ul.Navi_global li.Ng_method a {
	background-position: -200px 0;
	}

ul.Navi_global li.Ng_method a:hover {
	background-position: -200px -45px;
	}

ul.Navi_global li.Ng_method_active a,
ul.Navi_global li.Ng_method a:active {
	background-position: -200px -90px;
	}

ul.Navi_global li.Ng_life a {
	background-position: -300px 0;
	}

ul.Navi_global li.Ng_life a:hover {
	background-position: -300px -45px;
	}

ul.Navi_global li.Ng_life_active a,
ul.Navi_global li.Ng_life a:active {
	background-position: -300px -90px;
	}

ul.Navi_global li.Ng_data a {
	background-position: -400px 0;
	}

ul.Navi_global li.Ng_data a:hover {
	background-position: -400px -45px;
	}

ul.Navi_global li.Ng_data_active a,
ul.Navi_global li.Ng_data a:active {
	background-position: -400px -90px;
	}

ul.Navi_global li.Ng_gallery a {
	background-position: -500px 0;
	}

ul.Navi_global li.Ng_gallery a:hover {
	background-position: -500px -45px;
	}

ul.Navi_global li.Ng_gallery_active a,
ul.Navi_global li.Ng_gallery a:active {
	background-position: -500px -90px;
	}

ul.Navi_global li.Ng_apply a {
	background-position: -600px 0;
	}

ul.Navi_global li.Ng_apply a:hover {
	background-position: -600px -45px;
	}

ul.Navi_global li.Ng_apply_active a,
ul.Navi_global li.Ng_apply a:active {
	background-position: -600px -90px;
	}

/* --------------------- .Push --------------------- */

#Wrapper .Push {
	height: 60px;
	}

/* --------------------- #Footer --------------------- */

#Footer {
	clear: both;
	height: 60px;
	margin: 0 auto;
	width: 900px;
	}

#Footer ul {
	float: left;
	height: 12px;
	margin: 10px 0 0;
	width: 590px;
	}

#Footer ul li {
	list-style: none;
	float: left;
	}

#Footer ul li a {
	background: url(../img/arrow_circle.gif) 0 center no-repeat;
	color: #606060;
	display: block;
	font-size: 68.75%;
	letter-spacing: 0.05em;
	margin-right: 15px;
	padding: 0 0 0 17px;
	text-decoration: none;
	}

#Footer ul li a:hover {
	color: #f60;
	text-decoration: underline;
	}

#Footer .Link_kobayashi a {
	background: url(../img/logo_kobayashi.gif) 0 0 no-repeat;
	display: block;
	float: right;
	height: 0;
	overflow: hidden;
	padding: 30px 0 0;
	width: 155px;
	margin:0 0 6px;
	}

#Footer .Link_soken a {
	background: url(../img/logo_soken.gif) 0 0 no-repeat;
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	padding: 30px 0 0;
	width: 135px;
	margin:0 0 6px;
	}

#Footer p {
	border-top: #999 1px solid;
	color: #666;
	font-size: 62.5%;
	letter-spacing: 0.5px;
	margin-top: 6px;
	padding-top: 6px;
	text-align: right;
	}

/* --------------------- #FooterLink --------------------- */

#FooterLink {
	font-size:xx-small;
	clear: both;
	margin: 0 auto;
	padding-bottom: 0px;
	width: 900px;
	/*----- option -----*/
	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.corp {
	color:#999999;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
}

#FooterLink a.corp: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;
}