@charset "utf-8";

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

#img_top {
	width: 900px;
	height: 500px;
	margin-left: 6px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -9999em;
}

#flash_top {
	width: 900px;
	_width: 912px;
	height: 500px;
	padding: 0 6px;
	background: url(common/images/img_top_bg.jpg) no-repeat;
}

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

.box_info {
	width: 540px;
	height: 150px;
	_height: 180px;
	padding-top: 30px;
	overflow: auto;
	margin-bottom: 50px;
}

.box_info span {
	margin-left: 10px;
	font-weight: bold;
	display: block;
}

.box_info p {
	margin-left: 10px;
	margin-bottom: 7px;
}


