@charset "Shift_JIS";
/*------------------------------------------------------
	sonystyle "PetaMap" Commonlayout Styles
	Version:  23th Feb. 2009
	
	2-1.全国人気温泉地特集：カラー設定
	
--------------------------------------------------------*/


/*------------------------------------------------------
	2-1.全国人気温泉地特集特集：カラー設定
--------------------------------------------------------*/

/*======ページ内リンクメニュー部分：見出しの左側カラー======*/
div#mainContent div.themeArea div.themeTitle p {
	border-left-color:#FF4500;
}

/*======ページ内リンクメニュー部分：リンク部分カラー======*/
div#mainContent div.themeArea div.themeContents p a,
div#mainContent div.themeArea div.themeContents p a:active,
div#mainContent div.themeArea div.themeContents p a:link,
div#mainContent div.themeArea div.themeContents p a:visited {
	color:#FF4500;
}

/*======スポット：見出しの背景カラー======*/
div#mainContent div.spotArea div.spotTitle {
	background:#FF4500;
}

/*======スポット：セルの背景カラー======*/
div#mainContent div.spotArea table.spotList td {
	background:#fffaea;
}

/*======テーマ：幅設定〜合計が914pxになるようにする======*/
div#mainContent div.themeArea div.themeTitle {
	width:120px;
}
div#mainContent div.themeArea div.themeContents {
	width:794px;
}

