@charset "UTF-8";


#main ul.news{
	background:url(../images/common/dot.png) repeat-x;
	margin:0 0 10px 0;
	padding:1px 0 0 0;
}
#main ul.news li{
	line-height:1.8;
	padding:5px 0 10px;
	background:url(../images/common/dot.png) repeat-x 0 100%;
}
#main ul.news li:hover{
	background-color:#f7f7f7;
}
#main ul.news li .time{
	float:left;
	width:60px;
	font-size:11px;
	margin-right:20px;
	color:#666;
}
#main ul.news li p{
	float:left;
	width:440px;
}
#main ul.news li a{
	display:block;
	color:#000;
	background:none;
	text-decoration:none;
}
ul li.news a:hover{
	color:#888;
}


#main .nav p{
	margin:30px 0 0;
	color:#666666;
}
#teidan #content{
	margin-top:-5px;
}



#main ul.navi{
	width:275px;
	text-indent:10px;
	color:#333;
	margin-bottom:50px;
}
#main ul.navi li{
	line-height:1.8;
	margin-bottom:1em;
}
#main ul.navi a{
	display:block;
	color:#666;
	text-decoration:none;
}
#main ul.navi li.now{
	background:#d4d4d4;
	font-weight:bold;
	color:#fff;
}
#main ul.navi li:hover{
	background:#d4d4d4;
	font-weight:bold;
}
#main ul.navi li a:hover{ 
	color:#fff;
}


#main h1{
	width:86px;
	height:21px;
	text-indent:-1000em;
	overflow:hidden;
	margin:0 0 20px;
	background:url(../images/news/oshirase.png) no-repeat;
}
#teidan #content h1{
	width:520px;
	height:221px;
	overflow:hidden;
	text-indent:-1000em;
	margin-bottom:80px;
	background:url(../images/news/taidan.png) no-repeat;
}
#teidan #content p{
	line-height:1.7;
	margin-bottom:40px;
}
#teidan #content ul{
	margin-bottom:40px;
	line-height:2;
}
#teidan #content h3{
	margin-bottom:5px;
}
#teidan #content p.ne{
	margin:0 0 10px;
}
#teidan #content address{
	margin:0 0 40px;
}
#teidan #content h2{
	background:url(../images/news/teidan_h.png) no-repeat;
	text-indent:-1000em;
	overflow:hidden;
	height:15px;
	margin-bottom:8px;
}
#teidan #content h2.act{
	background-position:0 -15px;
}
#teidan #content h2.mo{
	background-position:0 -31px;
}

#teidan #content a{
	background:url(../images/common/dot.png) repeat-x 0 100%;
	text-decoration:none;
	padding-bottom:3px;
	color:#333;
}
#teidan #content a:hover{
	background-color:#fac964;
}

/*clearfix*/
#main,
#main ul.news li,
#main ul.news li a{
	zoom:1;
}
#main:after,
#main ul.news li:after,
#main ul.news li a:after{
	display:block;
	clear:both;
	content:"";
	height:0px;
	visibility:hidden;
}
