@charset "utf-8";
/* ===================================================================
CSS information

 file name  :information.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */

/* h2  画像タイトル */
#information #header h2 {
	background:url(../information/images/title.jpg) center top no-repeat;
}

/*----------------------------------------------------
	
	#main	メイン	
	
----------------------------------------------------*/

/* .info 共通部分
-----------------------------------------*/
#information #main .info{
	width: 509px;
	display: inline;
}

#information #main .info .text{
	width: 490px;
	margin: 10px 0 0 5px;
}

#information #main .img{
	display: inline;
}

/* .history01 石和温泉唯一の老舗旅館
-----------------------------------------*/
#information #main .history01{
	margin-top: 40px;
}

#information #main .history01 .info{
	float: right;
}

#information #main .history01 .img{
	float: left;
}

/* .history02 温泉の湧出 ～ そして今
-----------------------------------------*/
#information #main .history02{
	margin-top: 10px;
}

#information #main .history02 .info{
	float: left;
}

#information #main .history02 .img{
	float: right;
}

/* .history03 まごころこめた おもてなし
------------------------------------------*/
#information #main .history03{
	margin-top: 10px;
}

#information #main .history03 .info{
	float: right;
}

#information #main .history03 .img{
	float: left;
}

/* .guideline
-------------------------------------------*/
#information #main .guideline{
	clear: both;
	margin: 48px 0 25px 0;
}

#information #main .guideline_table table{
	width: 703px;
	margin: 0 0 0 1px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
