@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

body {
	background: url(common/images/bg_top.jpg) left top repeat-x;
}

#img_top {
	width: 1000px;
	height: 400px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -9999em;
}

h3#new {
	width: 558px;
	height: 34px;
	background: url(common/images/top_new.jpg) no-repeat;
	text-indent: -999em;
}

#box_new {
    width: 558px;
	height: 180px;
	background: url(common/images/top_newbody.jpg) left top repeat-y;
}

#box_new_in {
    width: 538px;
	_width: 558px;
	height: 160px;
	_height: 180px;
	padding: 10px;
	overflow: auto;
}

#box_new_in .span_01 {
	font-weight: bold;
	color: #996600;
	display: block;
	background: url(common/images/top_new_arrow.gif) left center no-repeat;
	padding-left: 13px;
}

#box_new_in p {
	margin-bottom: 7px;
	border-bottom: 1px dotted #CCC;
	padding-left: 13px;
}

.top_bnr {
    width: 250px;
	height: 115px;
}

.top_bnr a:hover img {
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
} 