@charset "utf-8";
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :トップページ設定　ハックは最下部に記述
=================================================================== */
body {
	background:#E8EECA url(../images/bg_body_top.jpg) no-repeat top center;
}


/*----------------------------------------------------
	#swf FLASHエリア
----------------------------------------------------*/
#homepage #swf {
	width: 800px;
	height: 380px;
	margin: 0 0 20px 0;	
}

/*----------------------------------------------------
	.bn_newspa　新貸切風呂誕生のバナー
----------------------------------------------------*/
#homepage .bn_newspa {
	margin: 0 0 15px 0;
}

/*----------------------------------------------------
	.top_contents　竹取物語に想いをよせて…
----------------------------------------------------*/
#homepage .co_taketori {
	margin: 0 0 45px 0;
}

/*----------------------------------------------------
	.co_plan　有馬温泉をおもいっきり楽しむプラン
----------------------------------------------------*/
#homepage .co_plan {
	width: 800px;
}

#homepage .co_plan h2 {
	margin: 0 0 10px 0;
}

#homepage .co_plan .box_plan01 {
	width: 800px;
	background: #fff url(../images/top/bg_plan01.gif) left bottom no-repeat;
	margin: 0 0 15px 0;
	overflow: hidden;
}

#homepage .co_plan .box_plan02 {
	width: 800px;
	background: #fff url(../images/top/bg_plan02.gif) left bottom no-repeat;
	overflow: hidden;
}

#homepage .co_plan dl.plan_l {
	width: 390px;
	float: left;
}

#homepage .co_plan dl.plan_r {
	width: 390px;
	float: right;
}

#homepage .co_plan dl dd {
	width: 348px;
	margin: 0 auto 10px auto;
	padding: 10px;
	background: #fff;
	border: 1px solid #e1d8ae;
	overflow: hidden;
}

#homepage .co_plan dl dd p.txt {
	width: 225px;
	float: right;
}














/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}