@charset "Shift_JIS";

/*___________ 基本設定 ___________ */

body {

	margin:0;

	padding:0;

	text-align:center;

	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;

	background-image: url(../img/bg.gif);

	background-repeat: repeat-y;

	background-position: center;

	color: #333333;

	background-color: #F3F3F3;

}

#WRAP {

	width:810px;

	margin:0 auto;

	color:  #333333;

	background-color: #FFFFFF;

}

div,td {

	text-align:left;

}

p,pre {

	font:14px/18px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;

}

li {

	margin: 0;

	list-style-type: none;

}

ol, ul {

	margin: 0;

	padding:0;

}

/* ____ リンクテキスト用 ____ */

a {

	color: #0000FF;

	text-decoration: underline;

}

a:hover,

a:active, 		/* for IE (Keyboard) */

a:focus {		/* for Netscape (Keyboard) */

	color: #FF0000;

	text-decoration: none;

}

/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */

.clear {

	clear:both;

}

/* ____ テキスト用 ____ */

em {

	font-style: normal;

	font-weight: bold;

}

.b {

	font-weight: bold;

}

.s {

	text-decoration: line-through;

}

.u {

	text-decoration: underline;

}

.f10 {

	font-size: 10px;

	line-height:12px;

}

.f12 {

	font-size: 12px;

	line-height:14px;

}

.f16 {

	font-size: 16px;

	line-height:18px;

}

.f18 {

	font-size: 18px;

	line-height:22px;

}

.text-right {

	text-align: right;

}

.center {

	text-align: center;

}

/* ____ テキスト・色 ____ */

.red {

	color: #FF0000;

	font-weight: bold;

}

.blue {

	color: #0000FF;

	font-weight: bold;

}

.error {

	color: #CC0000;

	font-weight: bold;

}

/* ____ マージン用 ____ */

.mt4 {

	margin-top: 4px;

}

/* ____ 画像用 ____ */

img {

	border:0;

}

.float-left {

	float: left;

	margin-right: 6px;

}

.float-right {

	float: right;

}

.img-middle {

	vertical-align: middle;

}

/*___________ レイアウト設計【HEADER】 ___________ */

#HEAD {

	width: 770px;

	padding: 4px 20px 0 20px;

}

h1 {

	font-size:12px;

	line-height:14px;

	margin: 0;

	color:  #333333;

	background-color: #FFFFFF;

	float: left;

	font-weight: normal;

}

#HEAD p {

	font-size:12px;

	line-height:14px;

	float: right;

}

#HEAD a {

	color: #333333;

	text-decoration: underline;

}

#HEAD a:hover,

#HEAD a:active, 		/* for IE (Keyboard) */

#HEAD a:focus {		/* for Netscape (Keyboard) */

	color: #FF0000;

	text-decoration: none;

}

#TOP {

	width: 810px;

	background-image: url(../images/logo.jpg);

}

#TOP h2 {

	font-size:12px;

	margin: 0;

	padding: 110px 10px 0 0;

	color:  #333333;

	font-weight: normal;

	float: right;

}

#MENU {

	width: 810px;

	text-align: center;

}

#MENU p {

	font-size:14px;

	line-height:32px;

	margin: 0;

	padding: 4px 0 2px 0;

	font-weight: bold;

}

#MENU a {

	color: #FFFFFF;

	text-decoration: none;

	background-image: url(../img/bt_menu.gif);

	background-repeat: no-repeat;

	display: block;

	width: 201px;

	float: left;

}

#MENU a:hover,

#MENU a:active, 		/* for IE (Keyboard) */

#MENU a:focus {		/* for Netscape (Keyboard) */

	color: #FFFFFF;

	text-decoration: none;

	background-image: url(../img/bt_menu_o.gif);

	background-repeat: no-repeat;

}

/*___________ レイアウト設計【MAIN】 ___________ */

#MAINWRAP {

	width:810px;

	float:left;

	background-image: url(../img/bg_mainwrap.gif);

}

/*___________ レイアウト設計【CONTENTS】 ___________ */

#CONTENTS {

	width:570px;

	float:right;

}

.m-con {

	padding: 12px 30px 20px 0;

}

#CONTENTS h2 {

	font-size:14px;

	line-height:34px;

	margin: 20px 0 8px 0;

	background-image: url(../img/bg_h2.gif);

	background-repeat: no-repeat;

	background-position: left center;

	text-indent: 30px;

}

#CONTENTS h3 {

	font-size:14px;

	line-height:34px;

	margin: 20px 0 8px 0;

	background-image: url(../img/bg_h3.gif);

	background-repeat: no-repeat;

	background-position: left center;

	text-indent: 30px;

	color: #FFFFFF;

}

.map {

	border: 1px solid #999999;

}

#CONTENTS p {

	margin: 8px 16px 8px 16px;

}

.pagetop {

	text-align: right;

	font-size:11px;

	padding: 10px 0 20px 0;

}

#CONTENTS dl {

	clear:both;

	margin-left:15px;

	font-size: 12px;

}

#CONTENTS dt {

	float:left;

	margin-bottom:10px;

	width:120px;

}

#CONTENTS .mldt {

	margin-left: 135px;

}

/*___________【002link】 ___________ */

.link-t {

	text-align: center;

}

.link-t table {

	font-size:12px;

	background-color: #999999;

}

.link-t table th {

	background-color: #FFFFFF;

	font-weight: normal;

	width: 100px;

}

.link-t table td {

	background-color: #FFFFFF;

}

/*___________【003sitemap】 ___________ */

#CONTENTS ul {

	margin: 2px 16px 20px 16px;

}

#CONTENTS li {

	margin: 8px 16px 8px 16px;

	font-size: 12px;

	list-style-type: circle;

}

/*___________【一覧画面】 ___________ */

.detail-t {

	text-align: center;

}

.detail-t table {

	font-size:12px;

	background-color: #999999;

}

.detail-t table th {

	background-color: #FFFFCC;

	width: 100px;

}

.detail-t table td {

	background-color: #FFFFFF;

}

/*___________ レイアウト設計【LEFT】 ___________ */

#LEFT {

	width:210px;

	float:left;

}

.m-left {

	padding: 12px 0 20px 10px;

}

.left-t {

	font-size: 14px;

	line-height: 28px;

	padding: 0;

	margin: 0;

	color: #003366;

	background-color: #00CCFF;

	background-image: url(../img/left-t.gif);

	background-repeat: no-repeat;

	background-position: center top;

	font-weight: bold;

	text-align: center;

}

.left-m {

	background-image: url(../img/left-d.gif);

	background-repeat: no-repeat;

	background-position: center bottom;

	padding: 9px;

	margin: 0 0 20px 0;

}

.left-m ul {

	margin: 0;

}

.left-m li {

	margin: 2px 0 2px 0;

	font-size: 14px;

	line-height: 30px;

	text-indent: 30px;

	font-weight: bold;

}

.left-m li a {

	color: #000000;

	text-decoration: none;

	background-image: url(../img/bt_menu2.gif);

	background-repeat: no-repeat;

	display: block;

	width: 180px;

}

.left-m li a:hover,

.left-m li a:active, 		/* for IE (Keyboard) */

.left-m li a:focus {		/* for Netscape (Keyboard) */

	color: #FFFFFF;

	text-decoration: none;

	background-image: url(../img/bt_menu2_o.gif);

	background-repeat: no-repeat;

}

.left-m p {

	font-size: 12px;

	line-height: 16px;

	margin: 4px 10px 4px 10px;

}

.left-d {

	background-image: url(../img/left-d.gif);

	background-repeat: no-repeat;

	background-position: center bottom;

	padding: 9px;

	margin: 0 0 20px 0;

}

.left-d p {

	font-size: 12px;

	line-height: 16px;

	margin: 4px 10px 4px 10px;

}

.ul-map {

	font-size: 12px;

	line-height: 16px;

	margin: 4px 6px 12px 8px;

	font-weight: bold;

}

.li-map {

	margin:0px;

	padding:0px;

	float: left;

	width:84px;

}

/*___________ レイアウト設計【FOOTER】 ___________ */

#FOOTER {

	border-top-width: 2px;

	border-top-style: solid;

	border-top-color: #CCCCCC;

	text-align: center;

}

#FOOTER p {

	color: #666666;

	font-size:12px;

	line-height:24px;

	padding-bottom: 30px;

}

#FOOTER a {

	color: #666666;

	text-decoration: none;

}

#FOOTER a:hover,

#FOOTER a:active, 		/* for IE (Keyboard) */

#FOOTER a:focus {		/* for Netscape (Keyboard) */

	color: #666666;

	text-decoration: underline;

}

/*___________【BBS】 ___________ */

#BBS {

	margin: 20px 100px 60px 100px;

	text-align: center;

}

#BBS h2 {

	font-size:14px;

}

#BBS table {

	font-size:12px;

	background-color: #999999;

}

#BBS table th {

	background-color: #D3D9D5;

}

#BBS table td {

	background-color: #FFFFFF;

}

#BBS .w-t {

	width: 396px;

}