﻿@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	background-color: #F8F5ED;
}
#WRAP {
	width:900px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 0px 5px 0px;
	padding: 5px;
	padding-top: 2px;
}
ol, ul {
	padding: 0;
	margin-left: 70px;
	margin-top: 0px;
	margin-bottom: 0px;

}
li {
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #57471E;
	text-decoration: underline;
	font-size: 14px;
}
a:visited {
	color: #57471E;
	text-decoration: underline;
	font-size: 14px;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #57471E;
	text-decoration: none;
	font-size: 14px;
	background-color: #F1EFDF;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #333333;
	background-color: #FFFFFF;
	font-weight: bold;
	margin:3px 0 3px 3px;
	padding: 2px 0 2px 0;
}
#MENU {
	width: 900px;
	height: 30px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:900px;
	float:left;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	float:right;
	width: 600px;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}

.top {
	width: 593px;
	margin: 0;
	font-size: 14px;
	border-right-color: #EBE4CA;
	border-bottom-color: #EBE4CA;
	border-left-color: #9A7A25;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	clear: both;
	margin-bottom: 10px;

}

.top img {
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.top2 {
	width: 600px;
	margin: 0;
	font-size: 14px;
	clear: both;
}

.top2 img{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.topkakaku{
	text-align:center;
	font-weight:bold;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #337B0B;
	font-size: 16px;
}

.topkakaku2{
	text-align:center;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #333333;
	font-size: 14px;
}

.topkuwashiku{
	text-align:right;
	margin-top: 5px;
	padding-right: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.topkuwashiku a{
	font-size:14px;
	color: #57471E;
}

.topkuwashiku a:hover,
.topkuwashiku a:active, 		/* for IE (Keyboard) */
.topkuwashiku a:focus {		/* for Netscape (Keyboard) */
	color: #605124;
	text-decoration: none;
	font-size: 14px;
	background-color: #F1EFDF;
}

.toptitle{
	margin-top:3px;
	margin-bottom:3px;
	font-weight: bold;
	color: #348006;
}

.topcontent{
	font-size:12px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 13px;
}
.topkochira{
	text-align:center;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 10px;
	clear:both;
	color: #57471E;
	padding: 0;
	padding-top: 8px;
}

.toplist {
	clear: both;
	margin-bottom: 5px;
}

.toplist ul {
}

.toplist li {
	font-size: 11pt;
	list-style-type : none;
	line-height: 11pt;
	background-image: url(../image/check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-left: 15px;
}

.toplist2 {
	margin: 0;
	margin-top: 5px;
}

.toplist2 ul {
	margin: 0;
	margin-left: 50px;

}

.toplist2 li {
	font-size: 11pt;
	list-style-type : none;
	line-height: 11pt;
	padding-top: 4px;
	padding-bottom: 4px;
}

.toplist3 {
	margin: 0;
}

.toplist3 ul {
	margin: 0;
	margin-left: 90px;
	margin-top: 0px;
	margin-bottom: 10px;

}

.toplist3 li {
	font-size: 11pt;
	list-style-type : none;
	line-height: 11pt;
	padding-top: 4px;
	padding-bottom: 4px;
}

.watashitachi {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #3B8013;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

.watashitachi img {
	clear: both;
	margin: 0 117px 5px 117px;
	float: inherit;
}

.box {
	margin: 0;
	padding-left: 100px;
	padding-left: 100px;
	padding-left: 70px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}

.box2 {
	margin: 0;
	font-size: 14px;
	padding-top: 10px;
	line-height: 20px;
}

.box2 img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 3px;
}

.box3 {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	height: 181px;
}

.box3 img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.box4 {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	border-top-color: #4F8D4F;
	border-top-style: dotted;
	padding-top: 5px;
}

.box4 img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.box5 {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
	height: 126px;
}

.box5 img {
	float: right;
}

.otobox{
	font-size: 14px;
	background-color: #F1EEE0;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	height: 120px;
}

.otobox img{
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: -5px;
}

.staff {
	width: 565px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	clear: both;
	height: 215px;
}

.staff img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}

.staff p{

}

.staff ul{
	margin-top: 10px;


}

.staff li{
	font-size: 11pt;
	list-style-type : none;
	line-height: 11pt;
	padding-bottom: 7px;
}

.staff li a{
	font-weight: normal;
}
.staff a:hover{
	color: #4D8B4D;
	text-decoration: underline;
}

.staff2 {
	width: 570px;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	margin-top: -10px;
	clear: both;
	height: 170px;
}

.staff2 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-top: 5px;
	clear: both;
}

.staff3 {
	font-size: 14px;
	padding-left: 5px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: -10px;
}

.jari {
	width: 570px;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	margin-top: -10px;
	clear: both;
}

.jari img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: -5px;
	clear: both;
}

.pad{
	padding-left: 70px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin-top: -10px;
	margin-bottom: 10px;
}

.pad img {
	margin: 0;

}

.pad_gold{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 15px;
	background-image: url(../image/gold_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}

.pad_gold img {
	margin: 0;

}

.pad_platinum{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 15px;
	background-image: url(../image/platinum_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}

.pad_plarinum img {
	margin: 0;

}

.pad_suport{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 15px;
	background-image: url(../image/suportkaiin_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}

.pad_suport img {
	margin: 0;

}

.pad_kakaku {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.pad_saiteki {
	padding-left: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #345F34;
	margin-bottom: 10px;
}

.pad2{
	padding-left: 50px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 10px;
	margin-top: 5px;
}

.formbox {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.formbox2 {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.linkbox {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	margin-top: 10px;
}

.moubox {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 8px;
	line-height: 20px;
}

.moubox p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 0;
}

.moubox2 {
	text-align: center;
	font-size: 14px;
	margin-top: 0px;
}

.kyoka {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:2px;
}

#CONTENTS h2 {
	font-size:16px;
	color: #57471E;
	text-align: left;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #EEE8D0;
	border-left-color: #605124;
	border-left-style: solid;
	border-left-width: 5px;
	text-indent: 10px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #57471E;
	background-color: #EBE4CA;
	margin: 0;
	padding: 0;
	border-left-color: #9A7A25;
	border-left-width: 5px;
	border-left-style: solid;
	clear: both;
	padding-top: 5px;
	padding-bottom: 4px;
	text-indent: 10px;
}
#CONTENTS h4 {
	font-size:14px;
	color: #333333;
	margin: 5px 0 10px 0;
	padding: 3px 5px 4px 15px;
	font-weight: normal;
}

#CONTENTS table {
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0;
	line-height: 110%;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
}
#CONTENTS tr,#CONTENTS th,#CONTENTS td {
	padding: 5px;
}
#CONTENTS th {
	color: #666666;
	background-color: #f2f2f2;
	font-weight: normal;
}
#CONTENTS td {
	text-align: left;
}
#CONTENTS form {
	margin: 0;
}

/*___________ 【SIDE】 ___________ */
#SIDE {
	width:265px;
	float:left;
	font-size: 14px;
}
#SIDE h2 {
	font-size:14px;
	color: #57471E;
	line-height: 25px;
	background-color: #EEE8D0;
	padding: 0;
	margin: 0 0 0 0;
	text-indent: 5px;
}

.sidebox {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
	clear: both;
}
.sidebox p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 0;
}

.sidebox2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 10px;
	clear: right;
}

.side {
	margin: 0 0 0 0;
	padding: 5px 9px 5px 9px;
	text-align: center;
	font-weight: bold;
	border-right-color: #DCD5B1;
	border-left-color: #DCD5B1;
	border-bottom-color: #DCD5B1;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 10px;
	font-size: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 0px 4px;
}

.side img {
	margin: 0;
	clear: both;
	float: none;
	margin-bottom: 5px;
}

.side div {
	text-align:center;
	margin-top: -5px;
	margin-left: 125px;
}

.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}

.side2 {
	margin: 0 0 0 0;
	padding: 5px 0px 5px 0px;
	border-right-color: #EEE8D0;
	border-bottom-color: #EEE8D0;
	border-left-color: #EEE8D0;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 10px;
	height: 100%;
	clear: both;
}

.side2 p {
	font-size: 13px;
	margin: 0;
	padding: 0 5px 0px 4px;
	line-height: 15px;
}

.side2 img {
	margin-left: 74px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.sidetop{
	margin: 0 0 10px 0;
	padding: 97px 0 0 0;
	background-image: url(../image/mag.gif);
	background-repeat: no-repeat;
	height: 35px;
	text-align: center;
	font-size: 12px;
}

.sidetop p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 0;
}

.side3{
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.side3 ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
	padding-top: 0px;
}

.cat01 li {
	margin: 0;
	padding: 2px 0 2px 0;
}
.cat01 li a {
	color: #57471E;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../image/li_arrow01.jpg) no-repeat 2px center;
	font-weight: bold;
	font-size: 15px;
}
.cat01 li a:visited {
	color: #57471E;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #57471E;
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	background-position: 4px center;





Alpha:(opacity=70, style=3);
	text-decoration: underline;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
	border-top-color: #DCD5B1;
	border: 2px;
	border-top-style: solid;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#F-MENU a{
	font-size:12px;
}

#F-MENU a:hover{
	font-size:12px;
}

#F-MENU a:active{
	font-size:12px;
}

#F-MENU a:focus {
	font-size:12px;
}

#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #333333;
	background-color: #DCD5B1;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #333333;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #333333;
	background-color: #DCD5B1;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。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;
	float: inherit;
	margin-bottom: 0px;
	clear: inherit;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}

