@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #151515;
	background-color: #F3F3F3;
	background-repeat: repeat-x;
	background-image: url(../image/main_bg.jpg);
}
#WRAP {
	width:900px;
	color:  #333333;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
#WRAP-BG {
	width:920px;
	color:  #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
	background-image: url(../image/bg01.jpg);
	background-repeat: no-repeat;
}

div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 140%;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* ____ リンクテキスト ____ */
a {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: underline;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:11px;
	color:  #999999;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: right;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
}
#TOP {
	height: 115px;
	position: relative;
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 4px;
	margin-top: 10px;
	height: 21px;
}
#MENU-HOME {
	text-align: center;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	background-image: url(../image/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#MENU {
	float:left;
}
.menu {
	float: left;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	height: 10px;
	padding-top: 10px;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	padding-top: 10px;
	float: left;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}
#LEFT {
	width: 690px;
	float: left;
}

#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	float:right;
	background-color: #FFFFFF;
	width: 500px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #990000;
	background-color: #F6F6F6;
	background-image: url(../images/ttl_0.jpg);
	margin-right: 8px;
	margin-bottom: 10;
	margin-left: 8px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 5px;
	background-repeat: no-repeat;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #990000;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#CONTENTS h2 {
	background-image: url(../image/h2_01.jpg);
	background-position: left center;
	line-height: 32px;
	background-color: #FFFFFF;
	font-size: 15px;
	padding-left: 20px;
}


#CONTENTS h4 {
	font-size:14px;
	color: #CC0033;
	background-color: #F2F2F2;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 5;
	margin-left: 6px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 8px;
}
.pan {
	font-size:11px;
	color: #333333;
	background-color: #F2F2F2;
	margin-top: 0px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	color: #171B39;
	background-image: url(../image/side_h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0F6FD9;
	font-size: 14px;
	line-height: 34px;
	text-indent: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.side {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: none;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.side  li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.cat01 li {
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 12px;
	margin: 0;
	padding-top: 0px;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 12px;
	background-image: url(../image/allow2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 120%;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	margin: 0;
	background-position: 3px center;
	background-color: #FFFFFF;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../img-layout/li_arrow02.gif) no-repeat 2px center;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	color: #333333;
}
#F-MENU {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#FOOTER {
	color: #333333;
	background-image: url(../image/bg_footer_01.jpg);
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 290px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#F-MENU2 {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#FOOTER p {
	font-size: 12px;
	background-image: url(../images/bg_wasi01.jpg);
	padding: 0;
	margin: 0;
}
#FOOTER a {
	text-decoration: none;
	color: #333333;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	text-decoration: underline;
	color: #666666;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。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;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
#LOGO-SITE {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 610px;
	margin-top: 25px;
}

#LOGO-CONTACT {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 680px;
	margin-top: 25px;
}
.bg-pio {
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.bg-pio2 {
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/pio/pio_bg.jpg);
	background-repeat: no-repeat;
}
#MENU-HOME2 {
	width: 800px;
	height: 36px;
	float:left;
	background-image: url(../images/menu_bg1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: bottom;
}
.muscat-bg1 {
	background-image: url(../images/muscat/muscat_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.muscat-bg2 {
	background-image: url(../images/muscat/muscat_bg2.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.muscat-bg3 {
	background-image: url(../images/muscat/muscat_bg3.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.suiho-bg1 {
	background-image: url(../images/suiho/bg1.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.aki-bg1 {
	background-image: url(../images/aki/aki_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.aki-bg2 {
	background-image: url(../images/aki/aki_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.sitemap-ul {
	padding-left: 20px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.shimizu-bg1 {
	background-image: url(../images/shimizu/shimizi_img1-2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.shimizu-bg2 {
	background-image: url(../images/shimizu/shimizi_img2-2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.shimizu-bg3 {
	background-image: url(../images/shimizu/shimizi_img3-2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.pay_form_bg1 {
	background-color: #FFFFFF;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.pay_form_padd {
	background-color: #FFFFFF;
	font-size: 12px;
	float: right;
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.form_ttl1 {
	color: #990000;
	background-color: #EEEEEE;
	font-weight: bold;
	margin-top: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
	margin-left: 0px;
}
#MAG2-2 {
	border: 1px solid #999999;
	padding-top: 30px;
	background-image: url(../image/side_mag_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 5px;
	margin: 0px;
}
#MAG2-2 form {
	font-size: 12px;
	margin: 5px;
	padding: 0px;
}
.bg-yell2 {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	padding: 10px;
	margin: 20px;
}
.bg-yell3 {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 10px;
}
.bg-yell4 {
	background-color: #FFF0FF;
	margin: 20px;
	padding: 10px;
	border: 1px solid #FFD9FF;
}
.bg-yell4-form {
	background-color: #FFFFFF;
	border: 1px solid #99CCFF;
	background-image: url(../image/maga_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.flo-l2 {
	margin-left: 30px;
	float: left;
}
#SIDE2 {
	width:180px;
	float:right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#SIDE2 h2 {
	color: #000033;
	background-image: url(../image/side_h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0F6FD9;
	font-size: 14px;
	line-height: 34px;
	text-indent: 24px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.ad-menu {
	margin-top: 5px;
	margin-bottom: 5px;
}
#MENU-HOME a {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

