@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-layout/bg_body.jpg);
	color: #333333;
	background-color: #F6F6F6;
	background-repeat: repeat-y;
	background-position: center top;
}
#WRAP {
	width:760px;
	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: 130%;
}
li {
	margin: 0;
	list-style-type: none;
}
ol, ul {
	margin: 0;
	padding: 0;
}
/* ____ リンクテキスト用 ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	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:110%;
}
.f11 {
	font-size: 11px;
	line-height:110%;
}
.f12 {
	font-size: 12px;
	line-height:120%;
}
.f14 {
	font-size: 14px;
	line-height:120%;
}
.f16 {
	font-size: 16px;
	line-height:120%;
}
.f18 {
	font-size: 18px;
	line-height:120%;
}
.f24 {
	font-size: 24px;
	line-height:120%;
}
.text-right {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ テキスト・色 ____ */
.red {
	color: #CC0000;
}
.ora {
	color: #FF9900;
}
.blue {
	color: #0066CC;
}
.gry {
	color: #999999;
}
/* ____ マージン用 ____ */
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
/* ____ 画像用 ____ */
img {
	border:0;
}
.float-left {
	float: left;
	margin-right: 6px;
}
.float-right {
	float: right;
	margin-left: 6px;
}
.img-middle {
	vertical-align: middle;
}
/*___________ レイアウト設計【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #FFFFFF;
	background-color: #006600;
	font-weight: normal;
	margin:0;
	text-align: left;
	padding: 2px 0 3px 10px;
}
h2 {
	font-size:12px;
	color:  #FFFFFF;
	background-color: #006600;
	font-weight: normal;
	margin:0;
	padding: 2px 0 3px 10px;
}
#TOP {
	width: 760px;
	height: 80px;
	background-image: url(../img-layout/bg_top.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
}
#MENU-HOME {
	width: 760px;
	height: 234px;
	float:left;
	background-color: #003366;
	background-image: url(../img-layout/main_img.jpg);
	background-repeat: no-repeat;
}
#MENU {
	width: 760px;
	height: 34px;
	float:left;
	background-color: #003366;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ レイアウト設計【MAIN】 ___________ */
#MAIN {
	width:760px;
	float:left;
	background-repeat: repeat-y;
}
#MAIN-PAD {
	margin: 0;
	padding: 10px 00px 20px 00px;
}
/*___________ レイアウト設計【CONTENTS】 ___________ */
#CONTENTS {
	width:760px;
	float:right;
}
.pan {
	font-size:11px;
	background-color: #DDF9FF;
	color: #666666;
}
#CONTENTS h2 {
	font-size:14px;
	color: #FFFFFF;
	line-height: 30px;
	text-indent: 36px;
	background-image: url(../img-layout/bg_h2.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 0;
}

#CONTENTS p {
	margin: 0;
	padding: 4px 10px 4px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
}
/*___________ フォーム設計【CONTENTS】 ___________ */
#CONTACT {
	margin: 10px 10px 10px 10px;
	padding: 0 0 20px 0;
	background-color: #F6F6F6;
}
#CONTACT dl {
	font-size: 12px;
}
#CONTACT dt {
	float: left;
	width: 140px;
	text-align: right;
	margin: 0;
	padding: 13px 6px 0 0;
}
#CONTACT dd {
	width: auto;
	margin: 0 0 2px 0;
	padding: 8px 0 8px 146px;
	background-color: #E3E3E3;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #006699;
}
#CONTACT textarea {
	font-size: 12px;
	width:300px;
	height:60px;
}
#CONFIRM {
	margin: 10px 10px 40px 10px;
	padding: 0 0 20px 0;
	background-color: #F6F6F6;
}
#CONFIRM dl {
	font-size: 12px;
}
#CONFIRM dt {
	float: left;
	width: 140px;
	text-align: right;
	margin: 0 0 2px 0;
	padding: 8px 6px 8px 0;
}
#CONFIRM dd {
	width: auto;
	margin: 0 0 2px 0;
	padding: 8px 0 8px 146px;
	background-color: #E3E3E3;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #006699;
}
/*___________ 追加設計【CONTENTS】 ___________ */
.bg-yell {
	background-color: #FFFFE8;
	border: 2px solid #FFCC00;
	margin: 10px;
	padding: 10px;
}
.check {
	font-size: 14px;
	line-height: 140%;
	padding: 0 10px 0 10px;
}
.check li {
	background-image: url(../img-layout/ico_check01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0 4px 0;
	text-indent: 22px;
}
.profile {
	padding: 10px 0 10px 0;
}
.profile-l {
	width:160px;
	float:left;
}
.profile-r {
	width: 380px;
	float:right;
	background-color: #F7F7F7;
}
/*___________ レイアウト設計【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:14px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	background-image: url(../img-layout/side-h.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background-image: url(../img-layout/side-f.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 8px 0 10px 0;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 10px;
}
.side li {
	margin: 0 0 2px 0;
	padding: 0 10px 0 10px;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
}
.side li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img-layout/side-li.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 160px;
}
.side li a:hover,
.side li a:active, 		/* for IE (Keyboard) */
.side li a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-image: url(../img-layout/side-li_o.jpg);
	background-repeat: no-repeat;
}
/*___________ レイアウト設計【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 0;
	background-image: url(../img-layout/bg_main.jpg);
	background-repeat: repeat-y;
}
#F-MENU p {
	font-size: 12px;
	margin: 0;
	padding: 10px 10px 10px 220px;
}
#FOOTER {
	margin: 0;
	padding: 3px;
	color: #FFFFFF;
	background-color: #006600;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}

/*___________ レイアウト設計　角田 ___________ */
.s1 {
	font-size:14px;
	font-weight: normal;
	margin:0;
}

.s2 {
	font-size:12px;
	font-weight: normal;
	margin:0;
}

.a1 {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
}
.aa1 {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
}

.a2 {
     color: black;
     background-color: #CFEFD6;
	 background-repeat: repeat-y;
	 background-position: center top;
	 text-align: center;
}
.aa2 {
     color: black;
     background-color: #CFEFD6;
	 background-repeat: repeat-y;
	 background-position: center top;
	 text-align: left;
}
.ab2 {
     color: black;
     background-color: #F6F6F6;
	 background-repeat: repeat-y;
	 background-position: center top;
	 text-align: left;
}

.a3 {
     color: black;
     background-color: #F6F6F6;
	 background-repeat: repeat-y;
	 background-position: center top;
	 text-align: center;
}
.aa3 {
     color: black;
     background-color: #F6F6F6;
	 background-repeat: repeat-y;
	 background-position: center top;
	 text-align: left;
	 line-height: 180%;
}
.ab3 {
     color: black;
     background-color: white;
	 background-repeat: repeat-y;
	 background-position: center top;
	 text-align: left;
	 line-height: 180%;
}

.a4 {
     color: black;
     background-color: #F6F6F6;
	 background-repeat: repeat-y;
	 background-position: center top;
	 text-align: left;
}

.ab4 {
     color: black;
     background-color: #F6F6F6;
	 background-repeat: repeat-y;
	 background-position: center top;
	 text-align: center;
}

#CONTENTS2 {
	width:540px;
	padding: 10px 10px 20px 110px;
}

#CONTENTS2 h3 {
	font-size:14px;
	color:  ;
	background-color: ;
	font-weight: normal;
	text-align: left;
	margin:0;
}

#CONTENTS2 h4 {
	font-size:14px;
	color:  ;
	background-color: ;
	font-weight: normal;
	text-align: left;
	margin:0;
}