body,h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,blockquote,pre,address {
	margin:0; padding:0; font-size:12px; line-height:20px; color:#333333;
	/* font-family:"Hiragino Kaku Gothic Pro", "qMmpS Pro W3", "lr oSVbN"; */
}
input,textarea{
	font-size:12px; line-height:20px; color:#333333;
	/* font-family:"Hiragino Kaku Gothic Pro", "qMmpS Pro W3", "lr oSVbN"; */
}

a {  color: #335577; text-decoration: none}
a:hover {  color: #990000; text-decoration: none;}
.header {  font-size: 11px; text-decoration: none;}
.address {  color: #666666;font-size: 12px; line-height: 18px;}
.p10 {  font-size: 11px; line-height: 18px;}
.p12 {  font-size: 12px; line-height: 20px;}
.p14 {  font-size: 14px; line-height: 22px;}
.n10 {  font-size: 11px;}
.n12 {  font-size: 12px;}


/* pulldown menu */
/* ---------------------------------------------------------------------------------------------------- */

/* HOTEL LIST FOR NOSCRIPT */
#hotel-select{ display:block;width:700px; }
#hotel-select #pulldown-title { float:left;margin-right:2em; }
#hotel-select ul li {
	text-decoration:none;display:block;float:left;overflow:hidden;
	text-indent:-6em;margin-right:1em;list-style:none;
	/* zeΌΘͺ` -6em */
}
#hotel-list{font-family:"Hiragino Kaku Gothic Pro", "qMmpS Pro W3","lr SVbN"; /* WinpΙwθ */}

/* hotel-select -> pulldown */
#pulldown {
	display:block; width:18em; overflow:hidden;position:absolute; left:0px; top:0;
}
#pulldown #pulldown-title {
	display:block; width:18em; height:26px;margin:0;padding:0;
	background:#DDDDDD;line-height:26px;text-indent:2em;
}
#pulldown #hotel-list{ display:none; }
#pulldown ul { list-style:none; margin:0;padding:0;}
#pulldown li a {
	display:block; width:18em;height:24px;line-height:24px;padding-left:10px;text-decoration:none;
	background-color:#EEEEEE;border-style:solid;border-color:#DDDDD0;border-width:0 1px 1px 1px;
	text-indent:2em;margin:0;padding:0;
}
#pulldown li a:hover { background-color:#DDDDCC; }
#pulldown-title,#hotel-list {font-size:10px;}
