@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      price.css
 Author:         tosa mamico
 Style Info:     料金案内
 Last modified:	 2008.05.22 
----------------------------------------------------------- */



/*----------------------------------------------------
	#料金案内
----------------------------------------------------*/

/* 料金表管理ボックス */
.price_table {
	width : 576px ;
	margin : 0 17px ;
}
.price_table span { color : #ff0000 ; } /* 文字色 赤 */
.price_table span.small { font-size : x-small ;}

/* 料金表 */
.price_table table {
	width : 100% ;
	margin : 10px 0 20px ;
}
.price_table th,
.price_table td {
	padding : 5px 0 ;
	text-align : center ;
	line-height : 1.2 ;
	border-right : solid 1px #191919 ;
	border-bottom : solid 1px #191919 ;
}
.price_table th {
	background : url(../img/price/th_back01.gif) ;
}
.price_table td {
	background : url(../img/price/td_back01.gif) ;
}
.price_table td a:link {
	color : #ffffff ;
	text-decoration : none ;
}
.price_table td a:visited  {
	text-decoration: none;
	color: #D9D9D9;
}
.price_table td a:hover,
.price_table td a:active {
	text-decoration : underline ;
}

/* セル幅 */
th.room { width : 300px ; } /* 部屋 */
th.long { width : 100px ; } /* 延長 */
td.room { width : 100px ; } /* 部屋 */

th#break { width : 70px ; } /* 休憩 */
th#free { width : 86px ; } /* フリータイム */

th#stay { width : 156px ; } /* 宿泊 */




/* ------------------
	 時間案内
------------------- */

/* 休憩 */
th#time_break {
	border-left : solid 3px #990000 ; /* 濃い赤 */
	width : 200px ;
}
/* フリータイム */
th#time_free {
	border-left : solid 3px #000057 ; /* 紺色 */
	width : 200px ;
}
/* 宿泊 */
th#time_stay {
	border-left : solid 3px #003333 ; /* 深緑 */
	width : 200px ;
}