@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: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" , sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

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

a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	color: #333;
	min-width: 910px;
}

#container{

	text-align: left;
}

#main {
	margin: 0 auto;
	width: 910px;
	
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding-bottom: 8px;
	margin: 0 auto;
	width: 910px;
	background: url(/images/common/hd_bg.gif) repeat-x left bottom;
}

#header h1 {
	padding-top: 22px;
	float: left;
}

#header .tel {
	float: right;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	background: url(/images/common/g_navi_bg.gif) repeat-x left top;
	clear: both;
}

#gNavi ul {
	padding: 5px 0 2px;
	margin: 0 auto;
	width: 910px;
}

#gNavi ul li {
	float: left;
}

#gNavi ul li a,
#gNavi ul li img {
	display: block;
}

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

#gNavi ul li.navi01 a{
	background: url(/images/common/g_navi01_over.jpg) no-repeat;
}

#gNavi ul li.navi02 a{
	background: url(/images/common/g_navi02_over.jpg) no-repeat;
}

#gNavi ul li.navi03 a{
	background: url(/images/common/g_navi03_over.jpg) no-repeat;
}

#gNavi ul li.navi04 a{
	background: url(/images/common/g_navi04_over.jpg) no-repeat;
}

#gNavi ul li.navi05 a{
	background: url(/images/common/g_navi05_over.jpg) no-repeat;
}

#gNavi ul li.navi06 a{
	background: url(/images/common/g_navi06_over.jpg) no-repeat;
}

#gNavi ul li.navi07 a{
	background: url(/images/common/g_navi07_over.jpg) no-repeat;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto;
	padding: 14px 0 6px;
	width: 910px;
}

#pagePath li {
	margin-right: 10px;
	float: left;
	font-size: 1.1em;
	color: #727272;
}

#pagePath li a {
	padding-right: 12px;
	color: #619833;
	background: url(/images/common/icon/icon01.gif) no-repeat right center;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
}

.mainImg {
	margin-bottom: 32px;
	padding: 19px 0 7px;
	text-align:center;
	border-bottom: solid 1px #EDEDED;
	background-color: #F8F8F8;
}

#main .pageTop {
	margin: 48px -1px 0 0;
	text-align: right;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 17px 0 5px;
	overflow: hidden;
	border-top: solid 5px #64B82A;
	background: url(/images/common/ft_bg.gif) repeat left top;
	clear: both;
}

#footer .footer {
	margin: 0 auto;
	width: 910px;
}

#footer .footer .innerFl {
	width: 570px;
	float: left;
	font-size: 1.3em;
	color: #fff;
}

#footer .footer .innerFl .logo {
	margin-bottom: 36px;
	text-indent: -999px;
	background: url(/images/common/ft_logo.png) no-repeat;
}

#footer .footer .innerFl .logo  a {
	width: 240px;
	height: 46px;
	display: block;
}

#footer .footer .innerFl a {
	color: #fff;
}

#footer .innerFr {
	width: 315px;
	float: right;
}

#footer .innerFr ul {
	margin-right: -14px;
	padding: 2px 0 8px;
	width: 330px;
}

#footer .innerFr ul li {
	padding-right: 13px;
	float: right;
}

#footer .innerFr p {
	color: #fff;
	clear: both;
	letter-spacing: 1px;
	font-size: 0.8em;
	text-align: right;
}