@charset "utf-8";

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

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

#flash_top {
    width: 1000px;
	height: 400px;
	z-index: 1;
}

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

#box_new {
    width: 900px;
	height: 150px;
	background: url(common/images/top_news.jpg) left top no-repeat;
}

#box_new_in {
    width: 880px;
	_width: 900px;
	height: 100px;
	_height: 120px;
	padding: 10px;
	overflow: auto;
}

#box_new_in span {
	margin-right: 20px;
}

#box_new_in p {
	margin-bottom: 5px;
}