@charset "utf-8";
/* ===================================================================
CSS information

 file name  :links.css
 author     :Ability Consultant
 style info :リンク集専用css　ハックは最下部に記述
=================================================================== */


/* #topicPath - 宿泊プラン専用にパンくずの下部スペースを設定
-------------------------------------------------------------- */
#links #wrapper #contents #contents_wrapper #main #topicPath {
	height: 40px;
}

/* #sub - ヘッダ画像指定
------------------------------------------------ */
#links #wrapper #contents #contents_wrapper #sub h2#pagetitle_links {
	width: 250px;
	height: 480px;
	margin: 0 0 20px 0;
	background: url(../links/images/img_titleimage.jpg) no-repeat 0 0;
	text-indent: -9999px;
}


/* リンク集　タイトル
------------------------------------------------ */

/* ---- タイトル共通 -----*/
#links #wrapper #contents #contents_wrapper #main h2 {
	width: 680px;
	height: 50px;
	text-indent: -9999px;
	padding-bottom: 10px;
}

/* ---- 観光情報 -----*/
#links #wrapper #contents #contents_wrapper #main h2#st_kankou_info {
	background: url(../links/images/st_kankou_info.gif) no-repeat;
}

/* ---- 観光スポット -----*/
#links #wrapper #contents #contents_wrapper #main h2#st_kankou_spot {
	background: url(../links/images/st_kankou_spot.gif) no-repeat;
}

/* ---- 交通情報 -----*/
#links #wrapper #contents #contents_wrapper #main h2#st_links_access {
	background: url(../links/images/st_links_access.gif) no-repeat;
}


/* リンク集　リスト
------------------------------------------------ */

/* ---- テーブル枠 -----*/
#links #wrapper #contents #contents_wrapper #main div.links_list table {
	width: 680px;
	font-size: 90%;
	margin: 0px 0px 40px 0px;
	border-top: solid 2px #B6B6B6;
}

#links #wrapper #contents #contents_wrapper #main div.links_list table caption {
	font-weight: bold;
}

/* ---- th部分にバナー画像が入っていない場合 -----*/
#links #wrapper #contents #contents_wrapper #main div.links_list table th {
	width: 150px;
	white-space: nowrap;
	font-weight: normal;
	color: #81639D;
	padding: 10px 15px 10px 25px;
	background: url(../links/images/icon_arrow_right.gif) no-repeat 10px center;
	background-color: #EBEBEB;
	border-bottom: dotted 1px #A3A3A3;
}

/* ---- th部分にバナー画像が入っている場合はこのクラスを指定 -----*/
#links #wrapper #contents #contents_wrapper #main div.links_list table th.links_banner {
	background: url(../links/images/icon_arrow_right.gif) no-repeat 10px 15px;
	background-color: #EBEBEB;
}
/* ---- th部分にバナー画像が入っている場合はこのクラスを指定 ここまで -----*/


#links #wrapper #contents #contents_wrapper #main div.links_list table th p img {
	margin: 5px 0px -10px;
	vertical-align: bottom;
	border: solid 1px #E1E1E1;
}

#links #wrapper #contents #contents_wrapper #main div.links_list table td {
	padding: 10px 15px 10px 15px;
	border-bottom: dotted 1px #A3A3A3;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/

/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
