@charset "shift_jis";
/* CSS Document */

/*すべて
------------------------------*/
#main {
	background: url(../images/common/bg_side.gif) repeat-y;
	width:800px;
	margin-right:auto;
	margin-left:auto;
}

/*トップ文字リンク
------------------------------*/
#moji_link {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}
#moji_link img {
	padding-right: 10px;
}

/*main
------------------------------*/
#hed_img {
	margin-bottom:15px;
}


#select {
	margin-bottom:10px;
	padding:0 0 10px;
	border-bottom:1px solid #BE0000;
}

#select ul {
	margin:0 0 0 90px;
	padding:0;
	list-style-type:none;
}

#select ul li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	text-indent:-9999px;
}

.syukuhaku a {
	background: url(../images/main/btn_syukuhaku_off.gif) no-repeat;
	display:block;
	width:245px;
	height:35px;
	margin-right:10px;
}

.syukuhaku a:hover {
	background: url(../images/main/btn_syukuhaku_on.gif) no-repeat;
	display:block;
	width:245px;
	height:35px;
	margin-right:10px;
}

.syukuhaku_on a {
	background: url(../images/main/btn_syukuhaku_on.gif) no-repeat;
	display:block;
	width:245px;
	height:35px;
	margin-right:10px;
}

.higaeri a {
	background: url(../images/main/btn_higaeri_off.gif) no-repeat;
	display:block;
	width:245px;
	height:35px;
}

.higaeri a:hover {
	background: url(../images/main/btn_higaeri_on.gif) no-repeat;
	display:block;
	width:245px;
	height:35px;
}

.higaeri_on a {
	background: url(../images/main/btn_higaeri_on.gif) no-repeat;
	display:block;
	width:245px;
	height:35px;
}



/*box
------------------------------*/
#box01 {
}


#title01 {
	background:url(../images/main/bg_line.gif) bottom repeat-x;
	padding-bottom:6px;
	margin-bottom:15px;
}

#inner_box {
	width:730px;
	margin:auto;
}

#title02 {
	border-top:1px solid #C80000;
	border-bottom:1px solid #960000;
	margin-bottom:15px;
}


#sotoyu_img {
	margin-bottom:15px;
}

#sotoyu_img ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#sotoyu_img ul li {
	float:left;
	display:block;
}

.sotoyu_img {
	margin-right:5px;
}


#title03 {
	margin-bottom:15px;
}

#inner_box_l {
	width:350px;
	float:left;
}

#inner_box_r {
	width:350px;
	float:right;
}


/*plan
----------------*/
#plan_box {
	width:350px;
	height:140px;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
}

.plan_title {
	font-size:1em;
	background:url(../images/main/bg_piste.gif);
	color:#960000;
	padding:2px 5px;
	margin-bottom:10px;
}

#plan_box_l {
	width:120px;
	float:left;
}

#plan_box_r {
	width:210px;
	float:right;
	margin-bottom:15px;
}

.price {
	color:#960000;
	font-weight:bold;
	margin-bottom:5px;
}

.comment {
	font-size:0.8em;
	margin-bottom:10px;
}

#setsumei {
	width:740px;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #D4BF55;
}