@charset "utf-8";

/*=======================================
	main
=======================================*/
#flash_wrap {
	border-top: 1px solid #535353;
}
/*
#flash {
	width: 960px;
	height: 478px;
	position: relative;
	margin: 0 auto;
}
#flash_in {
	position: absolute;
	top: -1px;
	left: -140px;
	width: 1240px;
	height: 480px;
}
#top_flash {
}
*/
#flash {
	width: 100%;
	height: 478px;
	position: relative;
	margin: 0 auto;
}
#flash_in {
	/* position: absolute; */
	top: -1px;
	/* left: -140px; */
	width: 100%;
	height: 480px;
}
#top_flash {
width: 100%;
}
#contents_in {
	padding-bottom: 20px;
}
#main {
	display: inline;
	float: left;
	width: 534px;
	margin-top: 17px;
	margin-left: 13px;
}
#main h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #535353;
	margin-bottom: 10px;
}
#sub {
	display: inline;
	float: right;
	width: 376px;
	margin-top: 27px;
	margin-right: 15px;
}


.dl_news {
	margin: 0 5px 0 3px;
}
.dl_news dt {
	margin-bottom: 3px;
}
.dl_news dt img {
	position: relative;
	margin-left: 5px;
	margin-bottom: -3px;
}
.dl_news dd {
	padding-bottom: 4px;
	background: url(../common/img/bg_dotX03.gif) repeat-x left bottom;
	margin-bottom: 4px;
}
.dl_news dd a {
	text-decoration: none;
	color: #c9c9c9;
}
.dl_news dd a:hover {
	text-decoration: underline;
}



