@charset "UTF-8";
/* This is base of CascadingStyleSheet file for FPDM alacarte. */

@import "../fpdm.css" ;

/* メイン（主要部分） - 写真や説明を表示（右列） */
#right_col { float: left ; width: 440px ; }
/* メニュー部 - ツアー先の項目を表示（左列）  */
#tour_menu {
	float: right ; width: 136px ; margin: 0px ; padding: 0px ;
	background-color: #eee ; border: solid 1px #f93 ;
	font-size: smaller ;
}

/* メイン部のコンテンツ部 */
#right_col div.title, #right_col div.photo, h1.room { text-align: center ; }
h1.room { border: solid thin #039 ; margin-bottom: 0.5em ; }
/*
div.text { margin: 0 0em ; }
*/
div.text p { margin: 0.5em ; line-height: 1.5 ; }
#column, #FromNews {
	border: solid thin #039 ;
	width: 436px ; padding: 2px ; font-size: smaller ;
	zoom: 100% ; /*IE6*/
	overflow: auto ; /*IE7 and Firefox*/
}
/*\*/
* html #column, * html #FromNews { overflow: visible ; height: 1px ; }
/**/

#column img { padding: 3px ; }
#column img.left { float: left ; }
#column div.colmn_txt {  }
#column p, #FromNews p { margin: 0 0 1em 0 ; }
#column .columnphoto {
	width: 210px ; float: left ;
	margin: 0 ; padding: 0 3px ;
}
#FromNews { margin-top: 2em ; }

.cite	{ font-size: 0.8em ; text-align: right ; clear: both ; }

/* メイン下部のページナビゲートボタン */
#navigate { clear: left ; margin-top: 1em ; text-align: center ; }

/* メニュー部の配色 */
#tour_menu a:link, #tour_menu a:visited	{ color: #0000ff; }
#tour_menu a:active, #tour_menu a:hover	{ color: #ff0000; }
#tour_menu ul, #tour_menu li { margin: 0 ; padding: 0 ; }
#tour_menu li { list-style-type: none ; margin-bottom: 1px ; padding: 1px 2px ; }
#tour_menu .bolder { font-weight: bold ; }
#tour_menu li.exh1, #tour_menu li.edu1, #tour_menu li.svc1, #tour_menu li.std1 { padding-left: 0.5em ; }
#tour_menu li.now  { background-color: #ff0000 ; color: #ffffff ; }
#tour_menu li.exh  { background-color: #ee9429 ; }
#tour_menu li.exh1 { background-color: #eeb94e ; }
#tour_menu li.edu  { background-color: #de6a94 ; }
#tour_menu li.edu1 { background-color: #ee8fb9 ; }
#tour_menu li.svc  { background-color: #a8ba70 ; }
#tour_menu li.svc1 { background-color: #cedf95 ; }
#tour_menu li.std  { background-color: #eece18 ; }
#tour_menu li.std1 { background-color: #eeee38 ; }
#tour_menu li.stp  { background-color: #8b94de ; }

#tour_menu img { border: none ; vertical-align: middle ; }


