@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: #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: 150%;
	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;
	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;
}
.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;
	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: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#F-MENU table {
	margin-right: auto;
	margin-left: auto;
}
#F-MENU p.footer_ar    {
	font-size: 14px;
	text-align: center;
	background-color: #99CCFF;
	width: 300px;
	padding: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#F-MENU4
 {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}
/*___________ 【FOOTER】 ___________ */
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #015ab4;
}
#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;
}
#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;
}
.style9 {padding: 0px; font-size: 10px; margin: 0px;}
#CONTENTS #bloglink {
	margin-right: 30px;
	margin-left: 30px;
	border: thin solid #0000FF;
	padding: 3px;
}
#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;
}
.right {
	text-align: right;
}
.star {
	font-size: 14px;
	background-image: url(../img/star.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.check {
	font-size: 14px;
	background-image: url(../img/check.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	text-decoration: underline;
	margin-left: 10px;
}
#res {
	text-align: center;
	padding: 10px;
	border: 1px solid #000000;
	margin-right: 22px;
	margin-left: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ad {
	border: 1px solid #336699;
	margin-bottom: 10px;
}
#ad1 {
	border: 1px solid #336699;
	margin-bottom: 10px;
}
.tv_map {
	float: left;
	padding: 10px;
}
#rank1 {
	background-image: url(../img-layout/rank1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 135px;
}
#rank2 {
	background-image: url(../img-layout/rank2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 135px;
}
#rank3 {
	background-image: url(../img-layout/rank3.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 135px;
}
#rank4 {
	background-image: url(../img-layout/rank4.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 135px;
}
#rank5 {
	background-image: url(../img-layout/rank5.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 135px;
}
#rank_sannet {
	background-image: url(../img-layout/rank_sannet.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 135px;
}
#rank_sonet {
	background-image: url(../img-layout/rank_sonet.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 135px;
}
#rank_plala {
	background-image: url(../img-layout/rank_plala.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 135px;
}
#rank_ocn {
	background-image: url(../img-layout/rank_ocn.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 135px;
}
#rank_head td {
	background-color: #CCFFFF;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
}

#rank_biglobe {
	background-image: url(../img-layout/rank_biglobe.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 135px;
}
.fee1 {
	background-image: url(../img-layout/bg_fee_01.gif);
	background-repeat: no-repeat;
	width: 135px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
.fee2 {
	background-image: url(../img-layout/bg_fee_02.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 135px;
}

#CONTENTS .tensen {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.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          #sonet {
	width: 120px;
	background-image: url(../img-layout/bg_fee_img_sonet.gif);
	background-repeat: no-repeat;
	height: 80px;
}
.fee         #plala {
	width: 120px;
	background-image: url(../img-layout/bg_fee_img_plala.gif);
	background-repeat: no-repeat;
	height: 80px;
}
.fee        #biglobe {
	width: 120px;
	background-image: url(../img-layout/bg_fee_img_biglobe.gif);
	background-repeat: no-repeat;
	height: 80px;
}
.fee         #sannet {
	width: 120px;
	background-image: url(../img-layout/bg_fee_img_sannet.gif);
	background-repeat: no-repeat;
	height: 80px;
}
.fee    .midashi {
	width: 120px;
	height: 70px;
}
.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;
}
.star {
        background-image: url(../img/star.gif);
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 20px;
        margin-left: 10px;
        color: #666666;
        text-decoration: underline;
}
#space {
        height: 300px;
}
