@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#main {
	width: 600px;
	float: left;
}

#sub {
	width: 290px;
	float: right;
}


.box_news {
	border: 1px solid #CEB70D;
	background: #fff;
}
.box_news dl {
	margin: 10px;
}

.box_news dt{
	background: url(common/images/icon02.jpg) left no-repeat;
	padding: 2px 0 0 30px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.box_news dd{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 8px;
	padding-bottom: 10px;
}



.banner a:hover img {
	filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

.banner img {
	margin-bottom: 5px;
}

.banner li {
	margin-bottom: 20px;
}



