@charset "utf-8";
/* CSS Document */

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;
}

ol, ul{
    list-style:none;
}

a:hover img.hoverimg {
	filter:alpha(opacity=70);
	opacity:0.7;
        -moz-opacity: 0.7;
}
a img{border-style:none;}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;   
	clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

/* ------------------------------------------------------------------------
   メイン
------------------------------------------------------------------------ */

#mainimg{
	width:981px;
	margin:0 auto;
}

#wrapper{
	width:100%;
	margin:0 auto;
	background-color: #FFF;/*	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;*/
	/*background:#eeeeee;*/
}

#wrapper h1{
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	font-size: 9px;
	background-color: #FFF;
}

#container{
	width:981px;
	margin:0 auto;
}
#container .pankuzu{
	font-size:12px;
	padding-top:10px;
	margin-bottom:10px;
}
#container .pankuzu a{
	color:#000000;
	text-decoration:none;
}
#container .pankuzu a:visited{
	color:#000000;
	text-decoration:none;
}
#container .pankuzu a:hover{
	color:#000000;
	text-decoration:underline;
}

/* ------------------------------------------------------------------------
   ナビゲーション全体のスタイリング 
------------------------------------------------------------------------ */
#navi {
	width:981px;
	height:71px;
}
#navi ul li {
    float:left;
}
#navi ul li a {
    display:block;
    height:71px;
	text-indent:-9999px;
}
/* ------------------------------------------------------------------------
   current時スタイリング
------------------------------------------------------------------------ */
/*#kantou {
	margin-right: auto;
	margin-left: auto;
}

#kantou #navi li.kantou a{
	width:164px;
    background: url(../images/navi.png) 0 bottom no-repeat;
}


#tohoku #navi li.tohoku a{
	width:164px;
    background: url(../images/navi.png) -164px bottom no-repeat;
}


#hokuriku #navi li.hokuriku a{
	width:163px;
    background: url(../images/navi.png) -328px bottom no-repeat;
}

#tokai #navi li.tokai a{
	width:163px;
    background: url(../images/navi.png) -491px bottom no-repeat;
}


#kansai #navi li.kansai a{
	width:164px;
    background: url(../images/navi.png) -655px bottom no-repeat;
}


#chugoku #navi li.chugoku a{
	width:163px;
    background: url(../images/navi.png) -818px bottom no-repeat;
}
*/

/* ------------------------------------------------------------------------
   料金表
------------------------------------------------------------------------ */

#container #contents{
	width:981px;
	background-image: url(../images/area03.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 380px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #FFFF67;
}
#container #contents .info {
	width: 900px;
	border: 5px solid #F33;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}


#container #contents ul{
	padding:0 45px;
}



#container #contents li{
	padding-top:2px;
	padding-left:2px;
	width:429px;
	height:138px;
	float:left;
	background: url(../images/price_bg.png) 0 0 no-repeat;
	margin-top: 15px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
}


#container #contents h3{
	font-size: 20px;
	font-weight: bold;
	background-image: url(../images/h3_plan.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 411px;
	padding-top: 10px;
	padding-left: 15px;
}
#container #contents h3 span{
	font-size: 12px;
}



#container #contents li .price{
	width:178px;
	height:85px;
	float:left;
	overflow:hidden;
	font-size: 45px;
	font-weight: bolder;
	color: #C00;
	padding-top: 5px;
	padding-left: 15px;
	letter-spacing:-0.05em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container #contents li .price span{
	font-size: 20px;
	margin-left: 3px;
}


#container #contents li .btn_area{
width:220px;
float:left;
}

#container #contents li .btn_double{
padding:6px 5px 0 8px;
}

#container #contents li .btn_single{
padding:15px 5px 0 8px;
}



#container #contents li.no-plan{
margin:7px 7px 3px 7px;
padding-top:2px;
padding-left:2px;
width:429px;
height:138px;
float:left;
background:#fdc1c1;
}



#container .pagetop{
clear:both;
text-align:right;
padding-top:25px;
}
#container .text {
	font-size: 16px;
	width: 840px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 1px dashed #CCC;
	margin-top: 50px;
	margin-bottom: 20px;
	line-height: 200%;
}
