body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div#flash_movie {
	width: 1000px;
	height: 400px;
	background-color:#000000;
	/* background-image:url(../images/sample_flash_movie.jpg);
	background-repeat:no-repeat;
	background-position: left top; */
}

div#contents_box_wrap {
	width: 1000px;
	min-height:260px;
	margin:10px 0 0 0;
}

div.top_contents_box {
	width:379px;
	height: 235px;
	padding-top: 20px;
	padding-left: 30px;
	/* margin:20px 0 0 20px;  マージン指定だとレイアウトが崩れる*/
}

div#news_box h1 {
	width:379px;
	height:33px;
	background-image:url(../images/s_title_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

div#news_box {
	float: left;
}

div#info_box h2 {
	width:379px;
	height:33px;
	background-image:url(../images/s_title_info.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

div#info_box {
	margin-left: 460px;
}

div.list_box {
	width: 377px;
	height: 167px;
	border-left: 1px solid #474747;
	border-right: 1px solid #474747;
}

ul {
	margin-left: 20px;
	padding-top: 20px;
}

li {
	font-size: 0.9em;
	line-height:1.8em;
}

div.list_box span {
	margin-right:2.0em;
	display:block;
	width: 65px;
	float: left;
}

a, a:link {
	color:#fff;
	text-decoration: underline;
}

a:hover {
	color:#7aa612;
}










