@charset "utf-8";

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

#sub {
    height: 950px;
}

#img_top {
	width: 600px;
	height: 300px;
	background: url(common/images/img_top.jpg) no-repeat;
}

#flash_top {
	width: 600px;
	height: 300px;
}

#main h3 {
	width: 600px;
	height: 290px;
	background: url(common/images/top_concept.jpg) no-repeat;
	text-indent: -999em;
}

#box_new {
	width: 570px;
	margin-left: 15px;
	margin-bottom: 20px;
}

#box_new .txt {
	width: 548px;
	_width: 570px;
	height: 180px;
	_height: 200px;
	padding: 10px;
	background-color: #FFF9E8;
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
	overflow: auto;
}

#box_new p {
	padding: 0 0 10px 50px; 
	background: url(common/images/mark_01.jpg) left center no-repeat;
}

#box_new span {
	font-weight: bold;
}

#box_new span.orange {
	color: #FF6600;
}

.box_bnr {
	width: 234px;
	_width: 570px;
	margin-left: 15px;
	padding-left: 336px;
	margin-bottom: 40px;
}

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