@charset "utf-8";
/* CSS Document */

/*メイン*/
#main{
	width:580px;
	height:auto;
	float:left;
	overflow:hidden;
	padding-top:5px;
}

#main h2,
#main h3{
	text-indent:-9999px;
	overflow:hidden;
}

#main h2{
	width:580px;
	height:38px;
	background:url(../img/newsTitle.gif) no-repeat;
	margin-bottom:5px;
}

#main dl a{
	color:#000;
	text-decoration:none;
}

#main a:hover img{
	background:url(../img/hover.gif);
	filter:alpha(opacity=70); 
	opacity:0.70;
}


#main dl.dl1{
	background:#f0ece9;
}

#main dl.dl2{
	background:#f6f4f2;
}

#main dl a:hover{
	color:#000;
	text-decoration:underline;
}

#main dl{
	width:572px;
	padding:4px 3px;
	margin-bottom:1px;
	overflow:hidden;
}

#main dt img {
	float:left;
	margin-right:16px;
}
	
#main dt {
	float:left;
	margin-right:40px;
}

#main dd {
	float:left;
}


#main li.li1{
	background:#f0ece9;
}

#main li.li2{
	background:#f6f4f2;
}

#main p.btn{
	width:133px;
	height:25px;
	margin-left:447px;
	margin-top:10px;
	margin-bottom:2px;
}

#main hr{
	clear:both;
	width:580px;
	height:1px;
	margin:20px 0;
	border-bottom:1px dotted #949494;
}

*:first-child+html #main hr{
	clear:both;
	width:580px;
	height:1px;
	margin:13px 0;
	border-bottom:1px dotted #949494;
}

#main ul.banner{
	width:580px;
	height:41px;
	overflow:hidden;
}

#main li{
	width:186px;
	height:41px;
	display:inline;
}

#main li.li1{
	margin-right:7px;
}

#main li.li2{
	margin-right:7px;
}

#main li.li3{
}


/*サイドバー*/
#side{
	width:250px;
	height:auto;
	float:left;
	overflow:hidden;
	padding-left:20px;
}

#side a:hover img{
	background:url(../img/hover.gif);
	filter:alpha(opacity=70); 
	opacity:0.70;
}

#side h2{
	margin-bottom:6px;
}

#side dl{
	width:234px;
	padding:7px;
	border:1px solid #dcdcdc;
	margin-bottom:6px;
}

#side dt{
	margin-bottom:5px;
}

#side dd{
	background:url(../img/icon1.gif) no-repeat 0 2px;
	padding-left:17px;
	font-size:12px;
	line-height:1.5;
	margin-bottom:5px;
}

