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

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/
#acc #main a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* common
-----------------------------------------------*/
#acc h1{
	margin:24px 0 0;
}

#acc h2.title{
	margin:0 0 16px;
}
#acc h3{
	padding:30px 0 20px 0;
}

#acc #menu{
	margin-top:0;
}


/* .con_read
-----------------------------------------------*/
#acc .con_read {
	margin: 0 0 34px 0;
	background:url(../access/images/bg_hotel.jpg) no-repeat left top;
	padding: 45px 0 58px 350px;
}
#acc .con_read h3 {
	padding: 0 0 24px;
}


/* table.box_acc
-----------------------------------------------*/
#acc table.box_acc{
	width:700px;
	border:#a4bcd3 1px solid;
}
#acc table.box_acc th{
	background:#d1e5f7;
	padding:7px 5px;
	font-weight:normal;
	vertical-align:top;
}
#acc table.box_acc td{
	padding:7px 30px;
	vertical-align:top;
}




/* pagetop */
#acc .pagetop{
	padding: 19px 10px 0px 0;
	font-size:0.88em;
}

#acc .pagetop a{
	padding-left:14px;
	background:url(../images/ic_pagetop.gif) no-repeat left 0.2em;
	text-decoration:underline;
}


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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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