/*___________ 基本設定 ___________ */
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: #FFFFCC;
}
#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: 120%;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 3px;
}
#CONTENTS #point {
	border: 1px solid #000000;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
}

ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
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:  #243394;
	background-color: #CCCCCC;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#MENU {
	width: 760px;
	height: 30px;
	float:left;
}
.ar_cn   {
	text-align: center;
	font-size: 14px;
}

.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:760px;
	float:left;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:740px;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
.return {
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
	background-image: url(../img-layout/ico_return.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#CONTENTS    #table   table    {
	font-size: 12px;
	background-color: #99FFCC;
	padding: 0;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 60px;
}
#CONTENTS  #table  td {
	padding: 6px;
	margin: 5px;
}
#CONTENTS #table th {
	border: 1px solid #FFFFFF;
	text-align: center;
}


#CONTENTS td {
	color:  #333333;
	background-color: #FFFFFF;
	text-align: left;
}
#CONTENTS h2 {
	font-size:14px;
	color: #666666;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 40px;
	background-image: url(../img-layout/bg_h2.jpg);
	background-repeat: no-repeat;
}
#CONTENTS h3 {
	font-size:14px;
	color: #ffffff;
	background-color: #99CCFF;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #CCFFCC;
	margin: 15px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
#CONTENTS  li {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.order   {
	text-align: center;
	padding: 10px;
	margin-top: 25px;

}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:14px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img-layout/side-h.jpg);
	background-repeat: no-repeat;
}
#SIDE  h3 {
	font-size:12px;
	color: #00CC99;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.side {
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
#CONTENTS  #cmp img {
	border: 1px solid #000000;
}

.side p {
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 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: #ecf3ff;
	margin: 0;
	background-position: 4px center;
}
#SIDE   .side   .cat01   li {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../img-layout/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU p {
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#F-MENU2/*___________ 【FOOTER】 ___________ */
 {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../img-layout/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU2  p {
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#F-MENU table {
	margin-right: auto;
	margin-left: auto;
}
#F-MENU .footer_ar    {
	font-size: 14px;
	text-align: center;
	background-color: #99CCFF;
	height: 16px;
	width: 200px;
	padding: 2px;
	margin-top: 0px;
	margin-right: 225px;
	margin-bottom: 0px;
	margin-left: 225px;
}

#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #015ab4;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background-repeat: repeat-x;
	background-position: left top;
}
#F-MENU2/*___________ 【FOOTER】 ___________ */
 {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../img-layout/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU2  p {
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#F-MENU table {
	margin-right: 45px;
	margin-left: 45px;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	background-color: #015ab4;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #015ab4;
	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;
}
/* ____ 余白設定 ____ */
.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;
}
.style1 {color: #FF0000}
.style2 {
	font-size: 14px;
}
.style4 {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}
.style5 {color: #FF6600}
.style5 {color: #FF6600}
.style6 {font-size: 16px}


.movie {
	text-align: center;
	margin: 10px;
}
#CONTENTS .img img {
	margin-right: 5px;
	margin-left: 5px;
}
.qr     {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#table table {
	background-color: #CCFFCC;
}
#po01_img {
	height: 100px;
	width: 540px;
	background-image: url(../img/po01.gif);
	background-repeat: no-repeat;
}
#po02_img {
	height: 100px;
	width: 540px;
	background-image: url(../img/po02.gif);
	background-repeat: no-repeat;
}
#po03_img {
	height: 100px;
	width: 540px;
	background-image: url(../img/po03.gif);
	background-repeat: no-repeat;
}
.p_text {
	float: right;
	height: 60px;
	width: 222px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}


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


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



.tokuten {
	text-align: center;
	margin-top: 30px;
}
.f_text {
	height: 68px;
	width: 110px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
}
.f_text1 {
	height: 41px;
	width: 126px;
	margin-right: 12px;
	float: right;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
}

.fee_f_img {
	width: 420px;
	background-image: url(../img/pro_f_fee.gif);
	background-repeat: no-repeat;
	height: 41px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 120px;
}

#ocn_img {
	width: 426px;
	background-image: url(../img/pro_f_ocn.gif);
	background-repeat: no-repeat;
	height: 68px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 2px;
	padding-left: 114px;
}
#biglobe_img {
	width: 426px;
	background-image: url(../img/pro_f_biglobe.gif);
	background-repeat: no-repeat;
	height: 68px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 2px;
	padding-left: 114px;
}
#plala_img {
	width: 426px;
	background-image: url(../img/pro_f_plala.gif);
	background-repeat: no-repeat;
	height: 68px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 2px;
	padding-left: 114px;
}
#sonet_img {
	width: 426px;
	background-image: url(../img/pro_f_sonet.gif);
	background-repeat: no-repeat;
	height: 68px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 2px;
	padding-left: 114px;
}
#CONTENTS p {
	padding-left: 10px;
}
.tensen {
	border: 2px dotted #000000;
	margin: 5px;
	padding: 5px;
}

#CONTENTS   #tk  table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
#CONTENTS   #tk  tr, #CONTENTS  #tk  th, #CONTENTS  #tk td{
	padding: 8px;
}

#CONTENTS  #tk th {
	color: #666666;
	background-color: #f2f2f2;
	font-weight: normal;
}
#CONTENTS  #tk td {
	color:  #333333;
	background-color: #FFFFFF;
	text-align: left;
}
.style7 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #FF0000;
}
#CONTENTS  h2 {
	font-size:17px;
	color: #ffffff;
	background-color: #99CCFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0000FF;
	background-image: url(../img/flets_log.gif);
	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;
}

.style9 {padding: 0px; font-size: 10px; margin: 0px;}

