@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;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ 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: #3d3d3d;
	text-decoration: underline;
}

a:visited {
	color: #3d3d3d;
	text-decoration: underline;
}

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

a:active {
	color: #3d3d3d;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #3d3d3d;
	text-align:center;
	line-height: 1.5;
	background: url(../../img/common/body_bg.gif) repeat left top;
}

#wrap {
	background: url(../../img/common/wrap_bg.jpg) no-repeat center top;
}

#container{
	margin: 0 auto;
	width: 962px;

	text-align: left;
}

#container h1{
font-weight:normal;
font-size:80%;
width:0px;
overflow:hidden;
height:0px;
}



#main {
	padding: 4px 24px 45px 25px;
	margin: 0 1px;
	clear: both;
	background: #fff url(../../img/common/main_bg.gif) no-repeat left top;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 13px 21px 0 1px;
	position: relative;
	height: 162px;
	overflow: hidden;
	zoom: 1;
}

#header img,
#gNavi img,
#conts img,
#sideBar img {
	display: block;
}

#header .logo {
	float: left;
	display: block;
	width: 528px;
}

#header .hPhoto {
	margin-top: 4px;
	float: right;
	width: 194px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	padding: 0 0 9px 31px;
	margin: 0 -3px 7px 0;
	position: relative;
	width: 934px;
	overflow: hidden;
	zoom: 1;
	background: url(../../img/common/gnavi_bg.jpg) no-repeat left top;
}

#gNavi li {
	margin: 6px 29px 0 0;
	float: left;
}

#gNavi .navi01 {
	margin-right: 25px;
}

#gNavi li a {
	display: block;
	float: left;
}

#gNavi .navi01 a {
	background: url(../../img/common/gnavi01_on.jpg) no-repeat left top;
}

#gNavi .navi02 a {
	background: url(../../img/common/gnavi02_on.jpg) no-repeat left top;
}

#gNavi .navi03 a {
	background: url(../../img/common/gnavi03_on.jpg) no-repeat left top;
}

#gNavi .navi04 a {
	background: url(../../img/common/gnavi04_on.jpg) no-repeat left top;
}

#gNavi .navi05 a {
	background: url(../../img/common/gnavi05_on.jpg) no-repeat left top;
}

#gNavi .navi06 a {
	background: url(../../img/common/gnavi06_on.jpg) no-repeat left top;
}

#gNavi .navi07 a {
	background: url(../../img/common/gnavi07_on.jpg) no-repeat left top;
}

#gNavi li a:hover img {
	opacity: 0.0;
	filter: alpha(opacity=0);
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 630px;

	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	margin-top: 15px;
	width: 236px;

	float: right;
}

#sideBar .sideBanner {
	margin: 0 0 0 6px;
}

#sideBar .sideBanner li {
	padding-bottom: 36px;
	float: left;
}

#sideBar .sideNavi {
	width: 213px;
	clear: both;
}

#sideBar .sideNavi li {
	margin-bottom: 9px;
	float: left;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 8px 0 24px;
	color: #fff;
	clear: both;
	background-color: #66b257;
}

#footer .fInner {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

#footer .fNavi {
	padding-left: 4px;
	font-size: 1.2em;
	text-align: center;
}

#footer .fNavi li {
	display: inline;
	line-height: 1.3;
}

#footer .fNavi li a {
	margin-right: 4px;
	color: #fff;
	text-decoration: none;
}

#footer .fNavi li a:hover {
	text-decoration: underline;
}

#footer .copy {
	padding-top: 32px;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.3;
}
