<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 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: #009900;
	text-decoration: underline;
}

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

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

a:active {
	color: #009900;
	text-decoration: none;
}

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

#container{
	margin: 0 auto;
	text-align: left;
}

#main {
	padding-bottom: 60px;
	margin: 0 auto;
	width: 1000px;
	background: url(../img/main_bg.gif) repeat-y left top;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header .hBox {
	background-color: #66CC66;
	padding: 11px 0 7px;
	zoom: 1;
}

#header h1 {
	color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 972px;
}

#header .section {
	background: url(../img/head_bg.jpg) repeat-x left top;
}

#header .inner {
	padding: 16px 0 12px;
	margin: 0 auto;
	width: 1000px;
}

#header .section .textLeft {
	padding-left: 11px;
	float: left;
}

#header .section .textLeft .text {
	margin-bottom: 9px;
}


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

#gNavi ul {
	margin: 0 auto;
	width: 1000px;
	clear: both;
}

#gNavi li {
	float: left;
	width: auto;
}

#gNavi .navi01 a {
	background: url(../img/g_navi01_over.jpg) no-repeat;
}

#gNavi .navi02 a {
	background: url(../img/g_navi02_over.jpg) no-repeat;
}

#gNavi .navi03 a {
	background: url(../img/g_navi03_over.jpg) no-repeat;
}

#gNavi .navi04 a {
	background: url(../img/g_navi04_over.jpg) no-repeat;
}
#gNavi .navi05 a {
	background: url(../img/g_navi05_over.jpg) no-repeat;
}
#gNavi .navi06 a {
	background: url(../img/g_navi06_over.jpg) no-repeat;
}

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

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

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding-top: 2px;
	float: right;
	width: 680px;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	padding-top: 15px;
	float: left;
	width: 285px;
}

#sideBar .inner01 {
	margin: 0 0 25px 20px;
}

#sideBar .inner01 .photoBox {
	margin: -16px 10px 5px 5px;
	font-size: 1.4em;
	line-height: 1.33;
	text-align: center;
}

#sideBar .inner01 .photoBox span {
	font-size: 1.28em;
}

#sideBar .inner01 .photoBox img {
	margin: 0 0 8px -9px;
}

#sideBar .dis {
	margin-left: 16px;
	display: block;
}

#sideBar .inner02 {
	margin: 0 5px 0 16px;
	padding: 3px 24px 5px 18px;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: normal;
	background: url(../img/side_bg.gif) repeat-y left top;
}

#sideBar .inner02 .fsP6 {
	margin-bottom: 5px;
	font-size: 1.6em;
}

#sideBar .inner02 .fsP7 {
	font-size: 1.7em;
	line-height: 1.5;
}

#sideBar .inner02 img {
	margin-bottom: 9px;
}

#sideBar .inner02 .fsP20 {
	font-size: 2.0em;
}

#sideBar .inner02 .text01 {
	padding-bottom: 4px;
	margin: -3px 0 10px;
	font-size: 1.4em;
	line-height: 1.5;
	background: url(../img/line01.gif) repeat-x left bottom;
}

#link {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 170%;
	line-height: 1.5;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 4px 0 15px;
	background-color: #66CC66 ;
	clear: both;
}

#footer ul {
	padding: 15px 0 20px;
	text-align: center;
	background-color: #fff;
}

#footer ul li {
	margin: 0 12px;
	display: inline;
	font-size: 1.3em;
	
}

#footer ul li a {
	padding: 3px 0 1px 20px;
	background: url(../img/icon01.gif) no-repeat left center;
	text-decoration: none;
}

#footer p {
	margin: 15px auto 0;
	width: 978px;
	font-size: 1.2em;
	color: #fff;
	text-align: right;
	
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.vaTop { vertical-align: top !important; }
.vaMiddle { vertical-align: middle !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.1em !important; }
.fsP2 { font-size: 1.2em !important; }
.fsP3 { font-size: 1.3em !important; }
.fsP4 { font-size: 1.4em !important; }
.fsP5 { font-size: 1.5em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 1em !important; }
.fsM2 { font-size: 0.9em !important; }
.fsM3 { font-size: 0.8em !important; }
.fsM4 { font-size: 0.7em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

.clear {
	clear: both;
}

.dis {
	display: block !important;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

.mainImg {
	text-align: center;
	background: url(../img/main_img_bg.gif) repeat left top;
}</pre></body></html>