@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :admin
=================================================================== */


/* ===================================================================
リセット及びbody初期設定
=================================================================== */
/*--- reset */
html {
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table img{
	vertical-align:bottom;
}

caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background:#fff;
	color: #222;
	font-size: 12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

a:link {
	color:#09F;
	text-decoration: none;
}
a:visited {
	color:#969;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration: underline;
}
a:active {
	color:#09F;
	text-decoration: none;
}

#contents h3 {
	background:url(../img/bg_h3.png) no-repeat 0% 50%;
	font-size:14px;
	margin-bottom: 10px;
	padding:0 0 7px 20px;
}
#contents h4 {
	font-size:12px;
	border-bottom: #CCC 1px dotted;
	margin-bottom: 5px;
	padding:0 0 2px 0;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.btn {
	text-align: center;
}
/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.box-150 { float:left; width:150px; }
.box-200 { float:left; width:200px; }
.box-250 { float:left; width:250px; }
.box-280 { float:left; width:280px; }
.box-300 { float:left; width:300px; }
.box-330 { float:left; width:330px; }
.box-350 { float:left; width:350px; }
.box-450 { float:left; width:450px; }
.box-480 { float:left; width:480px; }
.box-500 { float:left; width:500px; }
.box-580 { float:left; width:580px; }
.box-600 { float:left; width:600px; }

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
.MG-T40 { margin-top: 40px !important; }
.MG-T50 { margin-top: 50px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
.MG-B40 { margin-bottom: 40px !important; }
.MG-B50 { margin-bottom: 50px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:10px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}

.lineDot {
	background: url(../img/line_dot600.png) no-repeat;
	width: 600px;
	height: 1px;
	padding: 10px 0;
}

/* -----------------------------------------------------------
	body
----------------------------------------------------------- */
body {
	border-top: #9d8c54 5px solid;
	background:url(../img/bg_body.gif) repeat;
}
#topTag {
	margin: 5px auto 0 auto;
	width:902px;
	font-weight:normal;
	color:#666;
}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	background: url(../img/bg_header.png) no-repeat;
	margin: 5px auto 0 auto;
	width:902px;
	height:184px;
	position:relative;
}
#header h2 {
	padding:17px 0 0 15px;
}
#headerContactArea {
	position:absolute;
	top: 30px;
	right: 30px;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear:both;
	background-color: #9d8c54;
	color:#fff;
	font-size: 10px;
}

#footer .copyright {
	padding:30px 0 10px 0;
	text-align:center;
}

#footer #utilityNav {
	text-align: center;
	padding:10px 0 0 0;
}

#footer ul li {
	display: inline;
	border-left:solid 1px #fff;
	padding:0 5px 0 10px;
}
#footer ul li.last {
	display: inline;
	border-right:solid 1px #fff;
	padding:0 10px 0 10px;
}

#footer #utilityNav a:link,
#footer #utilityNav a:visited,
#footer #utilityNav a:active {
	background-color: #9d8c54;
	color:#fff;
	text-decoration:none;
}

#footer #utilityNav a:hover{
	background-color: #9d8c54;
	color:#fff;
	text-decoration:underline;
}

/*----------------------------------------------------
	#topicpath
----------------------------------------------------*/
#topicpath {
	font-size:10px;
	margin-bottom:20px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 900px;
	margin: 0 auto;
	padding:30px 0 60px 0;
}

#contents .pageTop {
	clear: both;
	text-align: right;
	padding-top:30px;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#mainTop {
	float: left;
	width: 650px;
	margin-right: 30px;
	padding-top: 200px;
	background: #fff url(../img/bg_topcatch.png) no-repeat;
}
#main {
	float: left;
	width: 650px;
	margin-right: 30px;
	background: #fff;
}
* html #mainTop {
	width: 600px;
	margin-right: 10px;
}
* html #main {
	width: 600px;
	margin-right: 10px;
}

#blockPanel {
	margin: 0 0 20px 60px;
}

#blockPanel ul li {
	float: left;
	width: 120px;
	height: 120px;
	display: block;
	padding-bottom: 4px;
}

#seo {
	width: 580px;
	margin: 30px auto;
	font-size: 10px;
	color: #999;
	background-color:#fff;
	padding: 10px 10px;
	border: solid #ccc 1px;
}
/*----------------------------------------------------
	.entry
		エントリー
----------------------------------------------------*/
.entry {
	padding:20px 25px;
}

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: right;
	width: 220px;
}
#sub ul li img{
	vertical-align: top;
}

/* -----------------------------------------------------------
	テーブル装飾
----------------------------------------------------------- */
.t-head-01 {
	border-right:solid 4px #9d8c54;
	border-bottom:dotted 1px #ccc;
	padding:10px 15px;
	width:120px;
	vertical-align:top;
}

.t-head-01-end {
	border-right:solid 4px #9d8c54;
	padding:10px 15px;
	width:120px;
	vertical-align:top;
}

.t-item-01 {
	border-bottom:dotted 1px #ccc;
	padding:10px 15px;
	width:400px;
}

.t-item-01-end {
	padding:10px 15px;
	width:400px;
}

.t-head-02 {
	font-size:12px;
	border-collapse: collapse;
	border:solid 1px #ddd;
	padding:10px 5px;
	background-color:#efefef;
}

.t-item-02 {
	font-size:12px;
	border-collapse: collapse;
	border:solid 1px #ddd;
	padding:5px 5px;
}

/* -----------------------------------------------------------
	#contact
		お問い合わせ
----------------------------------------------------------- */
#contact {
	float: left;
	width: 650px;
	margin-right: 30px;
	padding-top: 80px;
	background: #fff url(../img/bg_contact.png) no-repeat;
}

* html #contact {
	width: 600px;
	margin-right: 10px;
}
/* -----------------------------------------------------------
	#price
		料金表
----------------------------------------------------------- */
#price {
	float: left;
	width: 650px;
	margin-right: 30px;
	padding-top: 80px;
	background: #fff url(../img/bg_price.png) no-repeat;
}
* html #price {
	width: 600px;
	margin-right: 10px;
}

/* -----------------------------------------------------------
	#law
		特定商取引法
----------------------------------------------------------- */
#law {
	float: left;
	width: 650px;
	margin-right: 30px;
	padding-top: 80px;
	background: #fff url(../img/bg_law.png) no-repeat;
}
* html #law {
	width: 600px;
	margin-right: 10px;
}
/* -----------------------------------------------------------
	#order
		ご注文・お支払い方法
----------------------------------------------------------- */
#order {
	float: left;
	width: 650px;
	margin-right: 30px;
	padding-top: 80px;
	background: #fff url(../img/bg_order.png) no-repeat;
}
* html #order {
	width: 600px;
	margin-right: 10px;
}

/*.step
----------------------------------------------------*/
.step {
	width: 500px;
	margin: 0 auto;
	background-color:#FFF;
	padding: 10px 20px 0px 20px;
	border: solid #9d8c54 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.stepArw {
	background: url(../img/arw_step.png) no-repeat 50% 50%;
	width: 600px;
	height: 70px;
}

.entry .title {
	font-size: 14px;
	font-weight: bold;
	color: #73593f;
	border-bottom: #9d8c54 dotted 1px;
	background: none;
	padding: 3px 0;
}

table.chartA {
padding:0;
margin:0 auto 25px auto;
font-size: 10px;
width: 600px;


}

table.chartA th {
background:#817e77;
border:1px solid #d3cec2;
font-weight:normal;
color:#ffffff;
text-align:center;
padding:4px 2px;
}

table.chartA th a,
table.chartA th a:link {
color:#ffffff !important;
}

table.chartA td {
background:#ffffff;
border:1px solid #d3cec2;
text-align:center;
padding:4px 2px;
}

table.chartA td.size {
background:#fdedad;
font-weight:bold;
}

table.chartA td.zone {
background:#f2f1ed;
vertical-align:top;
}

table.chartA th.zone02,
table.chartA td.zone02 {
color:#ffffff;
background:#7192AC;
}

table.chartA td.segment {
background:#f2f1ed;
font-weight:bold;
}

table.chartA td.blank {
border:none;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}
