@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

}

body {
	font-size: 12px;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #189C2F;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 920px;
	color: #333;
	text-align:center;
	line-height: 1.5;
}

#container{
	background: #f2f2f2 url(../../img/common/container_bg.png) no-repeat center top;
}

#main,
#header,
#gNavi,
#pagePath,
#footer .inner,
#footer .copyright p {
	margin: 0 auto;
	width: 900px;

	text-align: left;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main {
	width: 904px;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-bottom: 21px;
}

#header h1 {
	padding: 9px 1px 6px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
}

#header h2 {
	margin-top: 6px;
	float: left;
}

#header img,
#sideBar img,
#conts img {
	display: block;
}

#header .hInner {
	margin-left: 18px;
	float: right;
	width: 261px;
}

#header .hInner img.hcontact {
	display: block;
	float: left;
}

#header .hInner dl {
	float: right;
	width: 181px;
	color: #4D4D4D;
	font-size: 10px;
	line-height: 1.2;
}

#header .hInner dl dt {
	margin-bottom: 6px;
}

#header .hNavi {
	margin-top: 9px;
	float: right;
	width: 249px;
	background: #f6f5f1 url(../../img/common/hnavi_bg.png) no-repeat left bottom;
}

#header .hNavi ul {
	padding: 5px 0 5px 13px;
	font-size: 11px;
	line-height: 1.2;
	background: url(../../img/common/hnavi_top.png) no-repeat left top;
}

#header .hNavi li {
	padding-left: 15px;
	float: left;
	width: 83px;
	background: url(../../img/common/icon/icon01.gif) no-repeat left 3px;
}

#header .hNavi li a {
	color: #4D4D4D;
}

#header .hNavi li a:hover {
	color: #189C2F;
}

#header .hNavi .hNavi02 {
	width: 122px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	clear: both;
}

#gNavi li {
	float: left;
}

#gNavi li a {
	display: block;
	width: 150px;
}

#gNavi .navi01 a {
	background: url(../../img/common/gnavi01_on.jpg) no-repeat;
}

#gNavi .navi02 a {
	background: url(../../img/common/gnavi02_on.jpg) no-repeat;
}

#gNavi .navi03 a {
	background: url(../../img/common/gnavi03_on.jpg) no-repeat;
}

#gNavi .navi04 a {
	background: url(../../img/common/gnavi04_on.jpg) no-repeat;
}

#gNavi .navi05 a {
	background: url(../../img/common/gnavi05_on.jpg) no-repeat;
}

#gNavi .navi06 a {
	background: url(../../img/common/gnavi06_on.jpg) no-repeat;
}

#gNavi li a:hover img {
	opacity: 0.0;
	filter: alpha(opacity=0);
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	width: 896px;
	padding: 13px 0 9px;
	color: #189C2F;
	font-size: 11px;
	line-height: 1.2;
}

#pagePath li {
	margin-right: 5px;
	float: left;
}

#pagePath li a {
	padding-right: 11px;
	text-decoration: underline;
	background: url(../../img/common/icon/icon03.gif) no-repeat right center;
}

#pagePath li a:hover {
	text-decoration:none;
}

/*------------------------------------------------------------
	.pagetop
------------------------------------------------------------*/
.pagetop {
	margin: 5px 0 39px 0;
	padding: 0 5px;
	clear: both;
	font-size: 11px;
	text-align: right;
}

.pagetop a {
	padding-left: 20px;
	display: inline-block;
	background: url(../../img/common/icon/icon05.gif) no-repeat left center;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 678px;

	float: left;
}

#conts .mainConts {
	zoom: 1;
	background: url(../../img/common/mainconts_bg.jpg) repeat-y left top;
}

#conts .mainConts .cInner {
	padding: 45px 31px 23px;
	zoom: 1;
	background: url(../../img/common/mainconts_inner_bg.jpg) no-repeat left top;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 220px;
	float: right;
	right:0;
}

#sideBar .section {
	padding: 15px 14px 27px 15px;
	background: url(../../img/common/snavi_bg.png) no-repeat left bottom;
}

#sideBar ul {
	padding-top: 3px;
	border-top: 1px solid #ececec;
}

#sideBar ul li {
	margin-bottom: 3px;
	padding-bottom: 2px;
	float: left;
	border-bottom: 1px solid #ececec;
}

#sideBar ul li a {
	display: block;
	width: 190px;
}

#sideBar ul .snavi01 a {
	background: url(../../img/company/snavi01_on.png) no-repeat left top;
}

#sideBar ul .snavi02 a {
	background: url(../../img/company/snavi02_on.png) no-repeat left top;
}

#sideBar ul .snavi03 a {
	background: url(../../img/company/snavi03_on.png) no-repeat left top;
}

#sideBar ul li a:hover img {
	opacity: 0.0;
	filter: alpha(opacity=0);
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	clear: both;
}

#footer .pagetop {
	padding: 0;
	margin: 0 auto;
	width: 910px;
	line-height: 1.2;
	text-align: left;
}

#footer .pagetop a {
	padding: 10px 8px 4px 40px;
	position: relative;
	margin: -3px 0 -6px;
	display: block;
	float: right;
	width: 97px;
	background: url(../../img/common/pagetop_bg.png) no-repeat left top;
}

#footer .pagetop a:hover {
	background-image: url(../../img/common/pagetop_over_bg.png);
}

#footer .fInner {
	padding: 22px 0 11px;
	background: #f1eedd url(../../img/common/footer_bg.jpg) repeat-x left top;
}

#footer .fInner .inner {
	width: 900px;
	overflow: hidden;
	zoom: 1;
}

#footer .fLogo {
	margin: 9px 36px 0 0;
	float: left;
	display: block;
	width: 122px;
}

#footer dl {
	float: left;
	width: 240px;
	line-height: 1.5;
}

#footer dl dt {
	margin-bottom: 3px;
	color: #1A1A1A;
	font-size: 12px;
	font-weight: bold;
}

#footer dl dd {
	font-size: 11px;
}

#footer .fNavi {
	margin: 4px -5px 0 0;
	position: relative;
	float: right;
	width: 410px;
	overflow: hidden;
	zoom: 1;
}

#footer .fNavi li {
	padding: 8px 0 0 20px;
	float: left;
}

#footer .fNavi li a {
	padding-left: 15px;
	display: inline-block;
	font-size: 11px;
	line-height: 1.2;
	background: url(../../img/common/icon/icon02.gif) no-repeat left center;
}

#footer .fNavi li a:hover {
	background: url(../../img/common/icon/icon01.gif) no-repeat left center;
}

#footer .copyright {
	background-color: #fff;
}

#footer .copyright p {
	padding: 8px 0;
	text-align: center;
}