@charset "utf-8";

@import "common.css";
@import "styles.css";

#container{
	padding:10px;
	width:740px;
}
#ryokan{
	margin-bottom:30px;
}
#ryokan h2{
	font-size:12px;
	color:#b30000;
	font-weight:bolder;
}
#ryokan dl{
	border:1px #dfdfdf solid;
	width:258px;
	padding:10px;
	margin-bottom:10px;
}
#ryokan dt{
	color:#2d3e99;
	font-weight:bolder;
}
#ryokan dt a{
	color:#2d3e99;
}


#latestnews h2{
	background:url(../img/home/bg_latestnews.gif) no-repeat 0 0;
	color:#fff;
	width:570px;
	height:25px;
	font-weight:bolder;
	padding:3px 5px;
	position:relative;
}
#localnews h2{
	background:url(../img/home/bg_localnews.gif) no-repeat 0 0;
	color:#fff;
	width:570px;
	height:25px;
	font-weight:bolder;
	padding:3px 5px;
	position:relative;
}
#latestnews h2 .archives,
#localnews h2 .archives{
	position:absolute;
	right:20px;
	top:3px;
}
#latestnews h2 .archives a,
#localnews h2 .archives a{
	color:#fff;
}
#latestnews ul,
#localnews ul{
	margin-bottom:30px;
}
#latestnews ul li a,
#localnews ul li a{
	color:#404040;
}
#latestnews ul li a:hover,
#localnews ul li a:hover,
#ryokan dt a:hover{
	color:#cc0000;
}
#latestnews ul li{
	background:url(../img/home/i_red.gif) no-repeat 0 8px;
	padding:5px 5px 5px 15px;
	border-bottom:1px #bfbfbf dotted;
}
#localnews ul li{
	background:url(../img/home/i_purple.gif) no-repeat 0 8px;
	padding:5px 5px 5px 15px;
	border-bottom:1px #bfbfbf dotted;
}

/* alpha */
#container #alpha{
	width:570px;
	float:left;
}



/* beta */
#container #beta{
	width:158px;
	float:right;
}
#container #categories li{
	margin-bottom:10px;
}
#container #beta form{
	margin-bottom:10px;
}
#container #beta form input.search_box{
	width:150px;
	margin-bottom:10px;
}
form div{
	margin-top:-10px;
}
