@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 top;
	color: #333333;
	background-color: #F3F3F3;
	background-attachment: fixed;
}

#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: #0066FF;
	text-decoration: underline;

}

a:hover,

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

a:focus {		/* for Netscape (Keyboard) */
	color: #FF6633;
	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;

}

.ma {
	font-size: 14px;
	line-height:120%;

}
.text-right {

	text-align: right;

}

.center {

	text-align: center;

}

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

.red {

	color: #FF0000;

	font-weight: bold;

}
.pi {
	color: #FF6600;
	font-weight: bold;

}
.pi2 {
	color: #FF6666;
}
.m1 {
	color: #663399;
}
.blue {

	color: #0000FF;

	font-weight: bold;

}
.orange {
	color: #FF6600;
	font-weight: bold;

}
.navy {
	color: #000099;

}
.inf {
	color: #333399;

}

.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;
	font-weight: normal;
	float: right;
	padding-top: 145px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;

}

#MENU {
	width: 810px;
	text-align: center;
	padding: 0px;
	margin: 0px;

}

#MENU p {
	font-size:14px;
	line-height:32px;
	margin: 0;
	padding: 4px 0 2px 0;
	font-weight: bold;
	letter-spacing: 1px;

}

#MENU a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/bt_menu.gif);
	background-repeat: no-repeat;
	display: block;
	width: 161px;
	float: left;

}

#MENU a:hover,

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

#MENU a:focus {		/* for Netscape (Keyboard) */
	color: #FF6600;
	text-decoration: none;
	background-image: url(../img/bt_menu_o.gif);
	background-repeat: no-repeat;

}
.y {
	font-size: smaller;
}


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

#MAINWRAP {

	width:810px;

	float:left;

}

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

#CONTENTS {
	width:800px;
	float:left;

}

.m-con {
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 5px;

}

#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;
	letter-spacing: 1px;

}

#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: #333333;
	letter-spacing: 1px;
}

#CONTENTS h4 {
	font-size:14px;
	line-height:34px;
	margin: 20px 0 8px 0;
	background-image: url(../img/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
	color: #FF3333;
	letter-spacing: 1px;
}

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

}


/*___________ レイアウト設計【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: 10px;

}

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

}

.dlord{
 position: relative !important;
 top:      8px !important;
 left:     4px !important;
}

