@charset "Shift_JIS";
/***************************************************************

* KAWANE ONSEN 
* newspaper.css

***************************************************************/
#page-nav li {
	background: url(../img/common/dot_01.gif) repeat-x left bottom;
}
#page-nav a {
	width: 184px;
	height: 41px;
	line-height: 41px;
	display: block;
	background: url(../img/common/ico_arrow.gif) no-repeat left center;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 12px;
}
#page-nav a:hover,
#page-nav a.current {
	color: #FFF;
	text-decoration: underline;
}
/* index
***************************************************************/
#main h3{
	background: url(../img/newspaper/t_h3_bg.gif) no-repeat;
}
.column ul {
	margin-top: -15px;
}
.column li {
	padding: 15px 0;
	background: url(../img/common/dot_01.gif) repeat-x left bottom;
}
.column li.even {
	background-color: #faf5f0;
}
.column li span.date {
	display: block;
	width: 60px;
	padding: 0 15px;
	float: left;
}
.column li a {
	display: block;
	width: 460px;
	float: right;
	padding: 0 0 0 20px;
	background: url(../img/common/ico_pdf.gif) no-repeat left center;
}

.column li{
    zoom:1;/*for IE 5.5-7*/
}
.column li:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}