@charset "utf-8";

/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../img-layout/bg_body.jpg) repeat-y center top;
	color: #333333;
	background-color: #f3f3f3;
}
#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: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
	color: #FF6600;
}
/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #FF0000;
}
.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:  #FFFFFF;
	background-color: #666666;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#MENU {
	width: 760px;
	height: 30px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:760px;
	float:left;
	background: url(../img-layout/bg_main.jpg) repeat-y;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:540px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:14px;
	color: #666666;
	background: url(../img-layout/bg_h2.jpg) no-repeat;
	background-color: #E8E8E8;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 40px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #ffffff;
	background-color: #666666;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009933;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #f2f2f2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.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 {
	font-size:12px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h.jpg) no-repeat;
	background-color: #E8E8E8;
	margin: 0;
	padding: 0;
}
#SIDE h3 {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.side {
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}

.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:visited {
	color: #0066CC;
	text-decoration: none
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #f3f3f3;
	margin: 0;
	background-position: 4px center;
}
#F-MENU2/*___________ 【FOOTER】 ___________ */
 {
	background: url(../img-layout/bg_f-menu.jpg) repeat-x left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 50;
	padding-bottom: 10px;
	padding-left: 50;
}
#F-MENU2  p {
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../img-layout/bg_f-menu.jpg) repeat-x left top;
	text-align: center;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #666666;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。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;
}
.right {
	text-align: right;
}
/* ____ 余白設定 ____ */
.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;
}
#WRAP #MAIN #MAIN-PAD #SIDE .side div {
	text-align: center;
}
#SIDE .side_order {
	margin: 0px;
	padding-bottom: 10px;
}
#CONTENTS #qa {
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#CONTENTS #qa li {
	margin: 0px;
	padding: 2px;
}
#cmp_top h2 {
	background-image: url(../img-layout/bg_h2_star.gif);
	height: 32px;
	width: auto;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding-left: 70px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pz_text {
	float: right;
	height: 190px;
	width: 280px;
	padding-top: 58px;
	padding-right: 28px;
	padding-left: 10px;
	font-size: 14px;
	margin: 0px;
	padding-bottom: 10px;
}
#CONTENTS #pz1 {
	background-image: url(../img/pz_01.gif);
	background-repeat: no-repeat;
	height: 258px;
	width: 540px;
}
#CONTENTS #pz2 {
	background-image: url(../img/pz_02.gif);
	background-repeat: no-repeat;
	height: 258px;
	width: 540px;
}
#CONTENTS #pz3 {
	background-image: url(../img/pz_03.gif);
	background-repeat: no-repeat;
	height: 258px;
	width: 540px;
}
#CONTENTS #pz4 {
	background-image: url(../img/pz_04.gif);
	background-repeat: no-repeat;
	height: 258px;
	width: 540px;
}
#CONTENTS #pz5 {
	background-image: url(../img/pz_05.gif);
	background-repeat: no-repeat;
	height: 258px;
	width: 540px;
}
#CONTENTS #pz6 {
	background-image: url(../img/pz_06.gif);
	background-repeat: no-repeat;
	height: 258px;
	width: 540px;
}
#CONTENTS #pz7 {
	background-image: url(../img/pz_07.gif);
	background-repeat: no-repeat;
	height: 258px;
	width: 540px;
}
#SIDE #side_teikyo {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 13px;
	margin: 10px;
	border: 1px solid #0000FF;
}





.tejun_text     {
	float: right;
	height: 200px;
	width: 265px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 14px;
}
.star {
	background-image: url(../img-layout/star.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-left: 10px;
	color: #666666;
	text-decoration: underline;
}

#CONTENTS  #tejun1 {
	background-image: url(../img/pr01.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 540px;
}
#CONTENTS #tejun2 {
	background-image: url(../img/pr02.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 540px;
}
#CONTENTS #tejun3 {
	background-image: url(../img/pr03.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 540px;
}
#CONTENTS #tejun4 {
	background-image: url(../img/pr04.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 540px;
}
#CONTENTS #tejun5 {
	background-image: url(../img/pr05.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 540px;
}
#CONTENTS #tejun6 {
	background-image: url(../img/pr06.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 540px;
}
#CONTENTS #tejun7 {
	background-image: url(../img/pr07.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 540px;
}

th.law        {
	width: 130px;

}

.fee     table    {
	background-image: url(../img-layout/bg_fee_img_01.gif);
	width: 540px;
	background-repeat: no-repeat;
	height: 150px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.fee         #ocn {
	width: 120px;
	background-image: url(../img-layout/bg_fee_img_ocn.gif);
	background-repeat: no-repeat;
	height: 80px;
}
.fee th {
	height: 70px;
}
.fee td {
	height: 80px;
}
.fee  .cel  {
	background-image: url(../img-layout/bg_fee_img_02.gif);
	background-repeat: no-repeat;
	height: 62px;
	width: 128px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin: 0px;
}
.fee    .midashi {
	width: 120px;
	height: 70px;
}
#side_city {
	font-size: xx-small;
	text-align: left;
	border: 1px solid #009900;
	color: #000000;
	padding: 5px;
	margin-bottom: 10px;
}
.fee  .cel  {
	background-image: url(../img-layout/bg_fee_img_02.gif);
	background-repeat: no-repeat;
	height: 62px;
	width: 128px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin: 0px;
}
#CONTENTS_pc {
	background-color: #FFFFFF;
}


#cmp  .cmp_pc {
	float: right;
	height: 500px;
	width: 475px;
	position: relative;
	top: 0px;
	right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#cmp .cmp_r1 {
	float: right;
	height: 300px;
	width: 475px;
	position: relative;
	top: 0px;
	right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#cmp .cmp_r2 {
	float: right;
	height: 192px;
	width: 475px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#cmp   .cmp_l1  {
	margin-left: auto;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#cmp   .cmp_l2  {
	height: 80px;
	width: 270px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	margin-bottom: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#CONTENTS_pc h2 {
	font-size:17px;
	color: #ffffff;
	background-color: #99CCFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0000FF;
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5;
	margin-left: 5px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
}
#CONTENTS_pc h3 {
	font-size:16px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: underline;
	background-color: #FFFFCC;
	padding: 2px;
}
.border {
	border: 1px solid #000000;
}
