@charset "utf-8";
/* ===================================================================
CSS information

 file name  :associates.css
 author     :Ability Consultant
style info  :コーポレート設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/*---------------------------------------
	#header
----------------------------------------*/

/* h2
------------------------------*/
#associates #header h2{
	background: url(../associates/images/title.gif) no-repeat left top;
}


/*------------------------------------
	#main
-------------------------------------*/

/* .intro
-------------------------------------*/
#associates #main .intro h3{
	background: url(../associates/images/tl_intro.gif) no-repeat left top;
	height: 18px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 30px;
}

/* .list
----------------------------------------*/
#associates #main .list{
	margin-top: 40px;
}

#associates #main .list h4{
	background: url(../associates/images/tl_royal_park_hotels.gif) no-repeat left top;
	height: 34px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 40px;
}

/* .detail
-----------------------------------*/
#associates #main .detail{
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
	padding: 25px 12px 15px 12px;
	clear: both;
}

#associates #main .detail h5{
	height: 17px;
	text-indent: -9999px;
	font-size: 0;
	margin: 0 0 15px 4px;
}

#associates #main .detail .left{
	width: 233px;
	float: left;
}

#associates #main .detail .right{
	width: 419px;
	float: right;
	background: url(../associates/images/bg_right.gif) no-repeat left top;
	padding: 12px 17px;
}

#associates #main .detail .right p{
	margin-bottom: 10px;
}

#associates #main .detail .right p a img{
	display: block;
}

#associates #main .detail .right table{
	width: 100%;
	border-collapse: collapse;
}

#associates #main .detail .right table td{
	padding: 3px;
}

#associates #main .detail .right table th{
	width: 60px;
	vertical-align: top;
	padding: 8px 3px 3px 3px;
}

#associates #main .detail .right table th img{
	display: block;
}

/* 仙台ロイヤルパークホテル */
#associates #main .sendai{
	background: url(../associates/images/bg_sendai.gif) no-repeat right top;
}

#associates #main .sendai h5{
	background: url(../associates/images/tl_sendai.gif) no-repeat left top;
}

/* ロイヤルパークホテル */
#associates #main .royal{
	background: url(../associates/images/bg_royal.gif) no-repeat right top;
}

#associates #main .royal h5{
	background: url(../associates/images/tl_royal.gif) no-repeat left top;
}

/* ロイヤルパーク汐留タワー */
#associates #main .siodome{
	background: url(../associates/images/bg_siodome.gif) no-repeat right top;
}

#associates #main .siodome h5{
	background: url(../associates/images/tl_siodome.gif) no-repeat left top;
}

/* 横浜ロイヤルパークホテル */
#associates #main .yokohama{
	background: url(../associates/images/bg_yokohama.gif) no-repeat right top;
}

#associates #main .yokohama h5{
	background: url(../associates/images/tl_yokohama.gif) no-repeat left top;
}

/* ロイヤルパークイン名古屋 */
#associates #main .nagoya{
	background: url(../associates/images/bg_nagoya.gif) no-repeat right top;
}

#associates #main .nagoya h5{
	background: url(../associates/images/tl_nagoya.gif) no-repeat left top;
}


/*--------------------------------------
	#side サイド
---------------------------------------*/
#associates #side .contents ul li.li_04 a{
	background: url(../images/side/bg_content_hover.gif) repeat-y left top;
	color: #fff;
}

#associates #side .contents ul li.li_04 a span{
	background: url(../images/side/icn_arrow_hover.gif) no-repeat left 8px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html #associates #main .detail{
	padding-bottom: 0px;
}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html #associates #main .detail{
	padding-bottom: 0px;
}
