@charset "UTF-8";

/*-------------------------------------

screen.css

author: name（admin）
info: pc設定
-------------------------------------*/

/* アクセス
-------------------------------------*/
#col02{
	padding-bottom:10px;
}
#col02 h2#sh01{
	background:url(../img/sh_company01.png) no-repeat 0 0;
}

/* ホテル概要 */
#company01{
	float:left;
	text-align:left;
	width:630px;
	margin:0 0 10px;
	padding:0 0 10px 10px;
}
*html #company01{
	width:640px;
}
#company01 table{
	float:right;
	width:620px;
	margin:0 0 0;
}
#company01 table th{
	font-size:12px;
	color:#8f124e;
	padding:5px 0 5px 0;
	border-right:dotted 1px #ccc;
	vertical-align:top;
}
#company01 table td{
	padding:5px 0 5px 20px;
	line-height:1.8;
	font-size:12px;
}

/* ホテル歴史 */
#company02{
	float:left;
	text-align:left;
	width:630px;
	margin:0 0 10px;
	padding:0 0 10px 10px;
}
*html #company02{
	width:640px;
}

#company02 .photo{
	float:left;
	width:210px;
	line-height:1.6;
	font-size:11px;
}
#company02 .text{
	float:right;
	line-height:1.6;
	width:400px;
}
