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

 file name  :outline.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */



/* タイトル画像指定
----------------------------------------------------------- */
#outline #con_title{
	background:url(../outline/images/img_title.jpg) right 0 no-repeat; 
}


/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */

#outline .con_intro{
	width:520px;
	margin:0 auto 50px auto;
}

#outline .con_intro h3{
	text-align:center;
	margin-bottom:20px;
}

#outline .con_intro .txt{
	width:500px;
	margin:0 auto 20px auto;
	text-align:center;
}

/* -----------------------------------------------------------
	.con_hotels
----------------------------------------------------------- */

#outline .con_hotels{
	width:605px;
	padding:5px;
	background:url(../outline/images/bg_hotels.gif);
	margin:0 auto 50px auto;
}

#outline .box_hotels{
	width:555px;
	padding:25px;
	background:#FFF;
}

#outline .box_hotels h3{
	margin-bottom:10px;
}

#outline .box_hotels .txt_hotels{
	width:525px;
	padding:15px;
	background:#f3f2e9;
	margin-bottom:10px;
}

#outline .box_hotels .img_hotels{
	margin-bottom:10px;
}

#outline .box_hotels .btn_hotels{
	text-align:center;
}


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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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

