@charset "utf-8";
/* ===================================================================
CSS information

 file name  :guesthouse.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */



/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */


#guesthouse #wrp_header {
	background:url(../plan/images/guesthouse/title.jpg) center top no-repeat;
}



/* -----------------------------------------------------------
	#gmenu
		グローバルメニュー
----------------------------------------------------------- */


#guesthouse #gmenu li#gm_wplan a {
	background:url(../images/menu/gmenu.gif) -536px -50px;
}

/*	#wrp_introplan
				コンテンツ
----------------------------------------------------------- */

#guesthouse #wrp_introplan {
	margin:0 0 5px 0;
	padding:0 0 30px 0;
	width:690px;
	clear:both;
	overflow:hidden;
	background:url(../images/contentline.gif) left bottom no-repeat;
}

#guesthouse #wrp_introplan h3 {
	margin:0 0 30px 0;
	padding:0;
	width:294px;
	height:18px;
	line-height:18px;
	text-indent:-9999px;
	background:url(../plan/images/tit_plan.gif) left top no-repeat;
}

#guesthouse #wrp_introplan #wrp_plannavi {
	margin:0;
	padding:0;
	width:690px;
}

#guesthouse #wrp_plannavi #bn_anniversaryplan {
	margin:0 35px 0 0;
	padding:0;
	width:298px;
	height:80px;
	float:left;
}

#guesthouse #wrp_plannavi #bn_anniversaryplan img {
	margin:0;
	padding:0;
}



#guesthouse #wrp_plannavi #bn_anniversaryplan a {
	width:298px;
	height:80px;
	border:none;
	overflow:hidden;
	display:block;
	border:3px solid #161616;
}

#guesthouse #wrp_plannavi #bn_anniversaryplan a:hover {
	width:298px;
	height:80px;
	border:3px solid #ececec;
}

#guesthouse #wrp_plannavi ul.mplan {
	margin:0 30px 0 50px;
	padding:0;
	float:left;
}

#guesthouse #wrp_plannavi ul.mplan li {
	margin:0;
	padding:0 0 5px 15px;
	line-height:20px;
	list-style:none;
	background:url(../plan/images/ic_link.gif) 0 6px no-repeat;
}


/*	#wrp_guesthouseplan
				プランコンテンツ
----------------------------------------------------------- */

#guesthouse #wrp_guesthouseplan {
	margin:30px 0 0 0;
	padding:0;
	width:690px;
	clear:both;
	overflow:hidden;
}

#guesthouse #wrp_guesthouseplan h4 {
	margin:0 0 30px 0;
	padding:0;
	width:432px;
	height:48px;
	line-height:48px;
	text-indent:-9999px;
	background:url(../plan/images/guesthouse/tit_guesthouseplan.gif) left top no-repeat;
}


/*	#wrp_column */

#guesthouse #wrp_column {
	margin:0;
	padding:0;
	width:690px;
}

#guesthouse #left_column {
	margin:0 0 0 0;
	padding:0;
	width:350px;
	float:left;
}

#guesthouse #left_column #txt_plan {
	margin:0 0 0 30px;
	padding:0;
	width:320px;
}

#guesthouse #left_column #imgtxt_planprice {
	margin:40px 0 0 30px;
	padding:40px 0 0 0;
	width:330px;
	text-align:right;
	background:url(../plan/images/guesthouse/img_guesthouseplanprice.gif) left top no-repeat;
}

#guesthouse #left_column #linecnt {
	margin:20px 0 0 0;
	padding:0 0 0 0;
	width:350px;
	border-bottom:1px dotted #c0bfbf;
}



#guesthouse #right_column {
	margin:0;
	padding:0 0 0 0;
	width:278px;
	float:right;
}



/*	テーブル  */

#guesthouse table.tbl_plan {
	margin:30px auto 0 auto;
	color:#32200d;
	border-collapse:separate;
	border-spacing:2px;
	font-size:12px;
	width:315px;
	border:1px solid #ded2c6;
}

#guesthouse table.tbl_plan th,
#guesthouse table.tbl_plan td {
	padding:10px;
	border:none;
	
}

#guesthouse table.tbl_plan th {
	text-align:center;
	font-weight:bold;
	color:#9b7a56;
	background:url(../plan/images/bg_table.gif) 0 0 repeat;
}


/*	テーブルの中にあるリスト  */

#guesthouse  ul.list_txt {
	margin:0 auto;
	padding:0 0 0 25px;
	width:255px;
}

#guesthouse  ul.list_txt li {
	margin:0 0 5px 0;
	padding:0;
	list-style:circle;
	list-style-position:outside;
}








/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html #guesthouse #wrp_plannavi ul.mplan {
	margin:0 30px 0 30px;
}
