@charset "UTF-8";
/* news.css */

#side {
	width: 170px;
	margin: 3px 0;
	padding: 0 0 0 10px;
	float: left;
}
#main {
	width: 555px;
	margin: 0 15px 0 28px;
	_margin: 0 7px 0 13px;
	padding: 0;
	float: right;
}

/* sub menu */
.sub_menu ul	{
	width: 170px;
	list-style-type: none;
	margin-top: 1px;
}
.sub_menu li	{
	width: 170px;
	height: 46px;
	text-indent: -9999px;
	font-size: 0%;
}
.sub_menu li.news	{
	width: 170px;
	height: 46px;
	display: block;
	background: url(../news/img/submenu_01.gif) no-repeat 0px 0px;
	border: none;
	text-decoration: none;
}
.sub_menu li.news a	{
	width: 170px;
	height: 46px;
	display: block;
	background: url(../news/img/submenu_01.gif) no-repeat 0px 0px;
	border: none;
	text-decoration: none;
}

/* contents */

h1.newsTitle {
	width: 63px;
	height: 19px;
	margin-bottom: 20px;
	background: url(../news/img/title.gif) no-repeat left top;
	text-indent: -9999px;
	font-size: 10px;
}
.box_gradation	{
	width: 515px;
	margin: 0 0 40px 0;
	padding: 20px 20px 0 20px;
	background: #FFF url(../booking/img/box_bg.jpg) repeat-x left top;
}
dl	{
	width: 515px;
	margin: 0;
	padding: 0;
}
dt	{
	margin: 0;
	padding: 0;
	font-size: 70%;
	color: #999;
	line-height: 1.5em;
	width:100px;
	font-family: Verdana, sans-serif;
}
dd	{
	width:406px;
	margin: 0;
	padding: 0 0 10px 9px;
	border-width: 0px;
	line-height: 150%;
	z-index:1;
	line-height: 1.5em;
	margin-top: -1.4em;
	_margin-top: -1.2em;
	position: relative;
	top: 0;
	left: 100px;
	font-size: 85%;
	background: url(../img/dot11.gif) no-repeat left top;
}
p	{
	margin: 0;
	padding: 0;
}
p.backnumbers	{
	float: right;
	margin: 30px 0 0 0;
/*	padding: 0 10px 20px 0;*/
	padding: 0 0 0 9px;
	text-align: right;
	background: url(../img/dot.gif) no-repeat left center;
	font-size: 85%;
}


p.goIndex01	{
	float: right;
/*	margin: 0 0 20px 0;
	_margin: 0 0 20px 0;*/
	width: 6em;
	padding: 0 0 0 9px;
	font-size: 85%;
	background: url(../img/dot03.gif) no-repeat left center;
}
p.goIndex01:after	{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.clear01 {
	margin: 0;
	padding: 0;
	height: 20px;
	clear: both;
}
.box_gradation a	{
	color: #000;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
}

.date	{
	margin: 5px 0 0 0;
	font-size: 70%;
	color: #999;
}
h1.entryTitle	{
	font-size: 130%;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 150%;
}
.entryBody	{
	font-size: 85%;
	color: #666;
	line-height: 150%;
	padding: 0 0 20px 0
}
.entryBody a	{
	color: #000;
	text-decoration: underline;
	padding-left: 8px;
	background: url(../img/dot.gif) no-repeat left center;
}
.entryBody a:visited	{
	color: #333;
	text-decoration: underline;
}
.entryBody a:hover	{
	color: #333;
	text-decoration: underline;
}
.border	{
	width: 555px;
	height: 1px;
	margin: 0 0 15px 0;
	background-color: #CCC;
}
hr	{
	display: none;
}
.archiveList	{
	padding: 0 20px;
}