@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* headerヘッダー
----------------------------------------------------------- */
#point h1#title {
	width:1000px;
	background:url(../point/images/point_title.gif) no-repeat left top;
	margin:0 auto;
	height:70px;
	text-indent:-9999px;
	position:relative;
}
#point div#title_bn {
	position:relative;
	width:1000px;
	height:70px;
	margin:0 auto;
}

#point div#title_bn img {
	position:absolute;
	right:20px;
	top:15px;
}



/* mainメイン
----------------------------------------------------------- */
#point #main div.point_layout1 {
	border-left:solid 2px #C7BBBC;
	border-right:solid 2px #C7BBBC;
	border-top:solid 2px #C7BBBC;
	border-bottom:solid 1px #C7BBBC;
	padding:15px;
	overflow:hidden;
	height:100%;
	width:666px;
	position:relative;
}

#point #main div.point_layout2 {
	border-left:solid 2px #C7BBBC;
	border-right:solid 2px #C7BBBC;
	border-bottom:solid 2px #C7BBBC;
	padding:15px;
	margin:0 0 30px 0;
	overflow:hidden;
	height:100%;
	width:666px;
}

#point #main img.point_room_bt {
	position:absolute;
	right:15px;
	top:15px;
}

#point #main h3#point_st1 {
	background:url(../point/images/point_st1.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:314px;
	height:26px;
}

#point #main h3#point_st2 {
	background:url(../point/images/point_st2.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:506px;
	height:26px;
}
#point #main h3#point_st3 {
	background:url(../point/images/point_st3.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:292px;
	height:26px;
}
#point #main h3#point_st4 {
	background:url(../point/images/point_st4.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:401px;
	height:26px;
}
#point #main h3#point_st5 {
	background:url(../point/images/point_st5.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:215px;
	height:26px;
}
#point #main div#point_ph2 {
	background:url(../point/images/point_ph2.jpg) no-repeat left top;
	width:660px;
	height:344px;
}

#point #main div#point_ph2 p#point_text1 {
	padding:10px 0 0 0;
	width:320px;
	text-align:justify;
}

#point #main div#point_ph2 p#point_text2 {
	padding:20px 0 0 340px;
	width:320px;
	text-align:justify;
}







/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

