@charset "utf-8";

/*　トップ
------------------------------------------------------------ */
#header {
	width: 780px;
	height: 200px;
	background: url(common/images/header.jpg) no-repeat;
	overflow: hidden;
}


#img_top {
	width: 550px;
	height: 230px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -999em;
	margin-bottom: 10px;
}


#contents img {
	margin-bottom: 10px;
}
.left {
	width: 320px;
	background: url(common/images/dot.gif) right repeat-y;
}
.right {
	width: 228px;
}
.box_new {
	height: 160px;
	overflow: auto;
	margin-bottom: 10px;
}
.box_new li {
	margin-bottom: 5px;
}

.img01 {
	text-align: center;
	margin: 0 auto;
}
.banner a:hover img {
	filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
