@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sight.css
 author     :Ability Consultant
style info  :観光案内設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/

/* .con_catch キャッチ
-----------------------------------------------*/
#sight .con_catch {
	width: 700px;
	margin: 0 0 20px 0;
}

#sight .con_catch h2 {
	margin: 0 0 10px 0;
}


/* .box_out 共通
-----------------------------------------------*/
#sight .box_out .box_in {
	width: 630px;
	padding: 20px 24px 0 24px;
	background: none;
	background-color: #fff;
}

#sight .box_out .box_in h3 {
	margin: 0 0 25px 0;
}

#sight .box_out .box_in ul {
	width: 650px;
	margin: 0 -20px 0 0;
	overflow: hidden;
	_zoom: 1;
}

#sight .box_out .box_in ul li {
	width: 305px;
	margin: 0 20px 20px 0;
	float: left;
}







/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}