@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	background-image: url(../images/bg.png);
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#0172AB;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
	width: 980px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: 0 0 repeat-y;
	background-image: url("../images/bg_contents_left.gif");
	background-color: #fff;
}

div#wrapper {
	width: 980px;
	background: url("../images/bg_contents_right.gif") 100% 0 repeat-y;
}

div#header {
   position:relative;
   padding:0 5px;
}
div#headimg {
	position: relative;
	padding: 0 5px;
	text-align: center;
}
div#pr {
	position: absolute;
	width: 550px;
	left: 410px;
	top: 10px;
	float: right;
}

div#menuWrapper {
	float: left;
	background-repeat: no-repeat;
	background-position: right 0px;
	background-image: url("../images/bg_menu_right.gif");
	width: 980px;
	background-color: #3C8155;
}

div#menu {
	float: left;
	padding: 0 5px;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat;
	background-image: url("../images/bg_menu_left.gif");
}

div#contents {
	clear: both;
	margin: 0 5px;
	padding: 20px 20px 0 20px;
	background-color: #FFFFFF;
}

div#main {
	float: right;
	width: 695px;
}
div#main p {
	margin: 0;
	font-size: 14px;
}

div#sub {
	float: left;
	width: 220px;
}
div#sub p {
	margin: 0;
	font-size: 14px;
}


div#totop {
   clear:both;
}

div#footer {
	clear: both;
	margin: 0 10px;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat;
	background-color: #198A61;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:150%;/* 24px相当 */
   color:#fff;
   line-height:70px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
	margin: 0;
	font-size: 16px;
	text-align: right;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:82%;/* 13px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;

}

div#menu li a {
	display: block;
	width: 160px;
	line-height: 50px;
	color: #fff;
	background-color: #3C8155;
}

div#menu li a:hover {
	color: fff;
	background-color: #198A61;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#0172AB;
}

div#main a:hover {
   color:#0172AB;
   border:0;
   text-decoration:underline;
}

div#main h2 {
	margin-bottom:8px;
	padding-left:12px;
	font-size: 16px;
	height: 66px;
	line-height: 80px;
	background-repeat:no-repeat;
	color: #3C8155;
}

/*タイトルデザイン*/
.ttl_line1{
	text-indent: 95px;
	background-image: url(../images/line1.png);
}
.ttl_line2{
	text-indent: 70px;
	background-image: url(../images/line2.png);

}
.ttl_line3{
	text-indent: 40px;
	background-image: url(../images/line3.png);

}
.ttl_line4{
	text-indent: 30px;
	background-image: url(../images/line4.png);

}
.ttl_line5{
	text-indent: 35px;
	background-image: url(../images/line5.png);

}
.ttl_line6{
	text-indent: 50px;
	background-image: url(../images/line6.png);

}

div#main h3 {
	margin-bottom:8px;
	padding-left:12px;
	font-size:94%;/* 15px相当 */
	font-weight:bold;
	background:url("../images/bg_main_h2.gif") 0 50% no-repeat;
	margin-top: 40px;
	color: #3C8155;
}

div#main h4 {
	margin-bottom:8px;
	padding-left:12px;
	font-size:94%;/* 15px相当 */
	font-weight:bold;
	background:url("../images/bg_main_h2.gif") 0 50% no-repeat;
	margin-top: 20px;
	color: #3C8155;
}

div#main h5 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main div.section {
   margin-bottom:30px;
}

div#main ul,ol,dl {
   font-size:82%;/* 13px相当 */
}

div#main dt {
	margin-bottom:3px;
	font-weight: bold;
}

div#main dd {
	padding:3px;
	margin:0 0 0.5em 1em;
	padding:3px;
	background:#f1f1f1;
	color: #3399FF;
	font-weight: bold;
}

/* INFORMATION CUSTOMIZE */
div#main dl.information {
   margin:0;
}
div#main dl.information dt {
   float:left;
}

div#main dl.information dd {
   margin:0 0 5px 0;
   padding: 0px 0px 5px 9em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

.left{
	float:left;
}
.right{
	float:right;
}

.cs_left{
	float:left;
	width:325px;
	border-bottom:2px solid #8AE2EC;
	margin-bottom: 30px;
}
.cs_right{
	float:right;
	width:325px;
	border-bottom:2px solid #8AE2EC;
	margin-bottom: 30px;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub div.section {
   margin-bottom:10px;
}

div#sub h2 {
	padding: 3px;
	font-size: 88%;/* 14px相当 */
	font-weight: bold;
	color: #fff;
	border: 1px solid #426D9C;
	background-repeat: no-repeat;
	background-position: 0 50% no-repeat;
	background-image: url(../images/bg_sub_h2.gif);
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:14px;
   background:url("../images/bg_sub_list.gif") 0 5px no-repeat;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:10px 0;
   text-align:right;
   font-size:75%;/* 12px相当 */
}

div#totop a {
   padding-left:8px;
   background:url("../images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("../images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("../images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	font-style: normal;
	font-size: 75%;/* 12px相当 */
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 100% 0 no-repeat;
}

/*テーブル設定(料金表)*/
table.price{
	width: 680px;
	margin: 0px auto 0 auto;
	font-size: 12px;
	text-align: left;
}

table.price th{
	text-align: center;
	color: #666666;
	background-color: #FFCC66;
}

table.price td{
	color: #000000;
	background-color: #E8E8E8;
	padding: 5px 10px 5px 10px;
}


/*テーブル設定(料金表2)*/
table.price2{
	width: 380px;
	margin: 0px auto 0 auto;
	font-size: 12px;
	text-align: left;
}

table.price2 th{
	text-align: center;
	color: #666666;
	background-color: #FFCC66;
}

table.price2 td{
	color: #000000;
	background-color: #E8E8E8;
	padding: 5px 10px 5px 10px;
}

/*テーブル設定(比較表)*/
table.hikaku{
	width: 600px;
	margin: 0px auto 0 auto;
	font-size: 12px;
	text-align: left;
}

table.hikaku th.ki{
	text-align: center;
	color: #666666;
	background-color: #FFCC66;
	width: 300px;
	font-size: 20px;
}
table.hikaku th.ao{
	text-align: center;
	color: #FFFFFF;
	background-color: #3399FF;
	width: 300px;
	font-size: 20px;
}
table.hikaku th.pk{
	text-align: center;
	color: #FFFFFF;
	background-color: #FF99CC;
	width: 300px;
	font-size: 20px;
}
table.hikaku td.ki{
	color: #000000;
	background-color: #FFFFD7;
	padding: 5px 10px 5px 10px;
}
table.hikaku td.ao{
	color: #000000;
	background-color: #CFE4FE;
	padding: 5px 10px 5px 10px;
}
table.hikaku td.pk{
	color: #000000;
	background-color: #FFCCFF;
	padding: 5px 10px 5px 10px;
}

/*テーブル設定*/
table.inquiry{
	width:620px;
	margin:10px auto 0 auto;
	font-size:12px;
	border: 1px solid #ffffff;
	text-align:left;
}

table.inquiry span{
	margin-right:5px;
	color:#ed9027;
	font-size:11px;
	font-weight:100;
}

table.inquiry input,textarea{
	width:350px;
	background:#fff;
	border:1px solid #666666;
	padding:5px 0;
}

table.inquiry input.mini0{
	width:30px;
}
table.inquiry input.mini{
	width:50px;
}
table.inquiry input.mini2{
	width:80px;
}

table.inquiry th{
	background:url(../img/bg_ttlC.gif) repeat-x bottom;
	width:130px;
}

table.inquiry td{
	padding:10px 0;
	background:url(../img/bg_ttlC.gif) repeat-x bottom;
}

table.inquiry th.non,table.inquiry td.non{
	background:none;
	padding-top:15px;
}


table.inquiry th.lead{
	background:#aaba79;
	padding:0;
	color:#333333;
	text-align:center;
	background:#aaba79;
	font-size:13px;
}

/* ========top planE======== */
.p-waku{
	background-image:url(../../img/mainwaku.png);
	background-repeat: no-repeat;
	width: 340px;
	height: 254px;
}

.p-title{
	font-weight: bold;
	color: #339966;
	background-image: url(../../img/aikonokazaemon.png);
	background-repeat: no-repeat;
	height: 70px;
	text-indent: 55px;
	line-height: 43px;
}

.p-title1{
	font-weight: bold;
	color: #339966;
	background-image: url(../../img/okazakijyo.png);
	background-repeat: no-repeat;
	height: 35px;
	text-indent: 70px;
	line-height: 43px;
}

.p-title2{
	font-weight: bold;
	color: #339966;
	background-repeat: no-repeat;
	height: 35px;
	text-indent: 70px;
	line-height: 43px;
	background-image: url(../../img/hachimangu.png);
}

.p-title3{
	font-weight: bold;
	color: #339966;
	background-image: url(../../img/daijyuji.png);
	background-repeat: no-repeat;
	height: 35px;
	text-indent: 70px;
	line-height: 43px;
}

.p-title4{
	font-weight: bold;
	color: #339966;
	background-image: url(../../img/aikonokazaemon.png);
	background-repeat: no-repeat;
	height: 35px;
	text-indent: 55px;
	line-height: 43px;
}

.p-title5{
	font-weight: bold;
	color: #339966;
	background-image: url(../../img/ieyasu.png);
	background-repeat: no-repeat;
	height: 35px;
	text-indent: 70px;
	line-height: 43px;
	}


.p-title6{
	font-weight: bold;
	color: #339966;
	background-image: url(../../img/hanabi.png);
	background-repeat: no-repeat;
	height: 35px;
	text-indent: 70px;
	line-height: 43px;	
	}


table.p-box{
	width:336px;
	margin:0px auto 0 auto;
	font-size:12px;
	text-align:left;
}

table.p-box th{
	text-indent: 15px;
	text-align: left;
	color: #333333;
	background-color: #FFCC66;
}

table.p-box td{
	color: #000000;
	padding: 10px 0px 10px 10px;
	text-indent: 0px;
	width: 130px;
}

table.p-box td.box{
	border: 1px solid #5D5353;
}

table.p-box td.td2 {
	color: #000000;
	padding: 15px 0px 10px 10px;
	text-indent: 0px;
	width: 130px;
	border-bottom: 1px solid #000;
}

table.p-box td.td3{
	color: #000000;
	padding: 0px 0px 10px 50px;
	text-indent: 0px;
	width: 130px;
}

/*バススペック*/
table.b-box{
	width:300px;
	margin:0px auto 0 auto;
	font-size:12px;
	text-align:left;
	border:1px solid #ccc;
}
table.b-box tr{
	line-height:10px;
}
table.b-box th{
	text-indent: 15px;
	text-align: left;
	color: #333333;
	background-color:#DBF3FD;
}
table.b-box td{
	color: #000000;
	padding: 10px 0px 10px 10px;
	text-indent: 0px;
	width: 130px;
}

table.b-box td.box{
	border-bottom:1px solid #ccc;
}

table.b-box td.td2 {
	color: #000000;
	padding: 15px 0px 10px 10px;
	text-indent: 0px;
	width: 130px;
	border-bottom: 1px solid #000;
}

table.b-box td.td3{
	color: #000000;
	padding: 0px 0px 10px 50px;
	text-indent: 0px;
	width: 130px;
}
/*バスサムネイル*/
div.thumbnail {
 width:680px;
 padding-top:10px;
}
div.thumbnail ul {
 list-style:none;
 margin:0;
 padding:0;
 width:690px;
 margin-right:-10px;
}
div.thumbnail li {
 float:left;
 width:150px;
 margin-right:20px;
 padding-bottom:20px; 
}

/*バスサムネイル*/
div.thumbnail2 {
 width:680px;
 padding-top:10px;
}
div.thumbnail2 ul {
 list-style:none;
 margin:0;
 padding:0;
 width:690px;
 margin-right:-10px;
}
div.thumbnail2 li {
 float:left;
 width:200px;
 margin-right:20px;
 padding-bottom:20px; 
}

/*幅指定*/
.wh12{
	width:120px;
}
.wh20{
	width:200px;
}
.wh25{
	width:250px;
}
.wh30{
	width:300px;
}
.wh33{
	width:330px;
}
.wh43{
	width:430px;
}
.wh45{
	width:450px;
}
.wh50{
	width:500px;
}
.wh60{
	width:600px;
}

/*----------------------------------------------------------------
 *　 Padding
----------------------------------------------------------------*/

.p05  { padding:         5px; }
.p10  { padding:        10px; }
.p15  { padding:        15px; }
.p20  { padding:        20px; }
.p25  { padding:        25px; }
.p30  { padding:        30px; }
.p60  { padding:        60px; }

.pt05 { padding-top:     5px; }
.pt10 { padding-top:    10px; }
.pt15 { padding-top:    15px; }
.pt20 { padding-top:    20px; }
.pt25 { padding-top:    25px; }
.pt30 { padding-top:    30px; }

.pl05 { padding-left:     5px; }
.pl10 { padding-left:    10px; }
.pl15 { padding-left:    15px; }
.pl20 { padding-left:    20px; }
.pl25 { padding-left:    25px; }
.pl30 { padding-left:    30px; }

.pb05 { padding-bottom:  5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }

/*----------------------------------------------------------------
 *　 Margin
----------------------------------------------------------------*/

.m05  { margin:         5px; }
.m10  { margin:        10px; }
.m15  { margin:        15px; }
.m20  { margin:        20px; }
.m25  { margin:        25px; }
.m30  { margin:        30px; }

.mt03 { margin-top:     3px; }
.mt05 { margin-top:     5px; }
.mt10 { margin-top:    10px; }
.mt15 { margin-top:    15px; }
.mt20 { margin-top:    20px; }
.mt25 { margin-top:    25px; }
.mt30 { margin-top:    30px; }
.mt35 { margin-top:    35px; }
.mt40 { margin-top:    40px; }
.mt50 { margin-top:    50px; }
.mt90 { margin-top:    90px; }

.mb05 { margin-bottom:  5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.mr00 { margin-right:   0px; }
.mr05 { margin-right:   5px; }
.mr10 { margin-right:  10px; }
.mr15 { margin-right:  15px; }
.mr20 { margin-right:  20px; }
.mr25 { margin-right:  25px; }
.mr30 { margin-right:  30px; }

.ml00 { margin-left:   0px; }
.ml05 { margin-left:    5px; }
.ml10 { margin-left:   10px; }
.ml15 { margin-left:   15px; }
.ml20 { margin-left:   20px; }
.ml25 { margin-left:   25px; }
.ml30 { margin-left:   30px; }

.mtb05 { margin-top:   5px; margin-bottom:  5px; }
.mtb10 { margin-top:  10px; margin-bottom: 10px; }
.mtb15 { margin-top:  15px; margin-bottom: 20px; }
.mtb20 { margin-top:  20px; margin-bottom: 30px; }
.mtb25 { margin-top:  25px; margin-bottom: 40px; }
.mtb30 { margin-top:  30px; margin-bottom: 50px; }

.mlr05 { margin-left:  5px; margin-right:   5px; }
.mlr10 { margin-left: 10px; margin-right:  10px; }
.mlr15 { margin-left: 15px; margin-right:  15px; }
.mlr20 { margin-left: 20px; margin-right:  20px; }
.mlr25 { margin-left: 25px; margin-right:  25px; }
.mlr30 { margin-left: 30px; margin-right:  30px; }
