@charset "utf-8";


/* CSS Import Style
---------------------------------------------------- */
@import "01styles_main.css";
@import "02styles_layout.css";


/* Top Style
---------------------------------------------------- */
#index #mainContents .subNav {
	margin: 10px 0;
}

#index #mainContents .subNav li {
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	width: 317px;
}

#index #mainContents .subNav li.lastL {
	margin-right: 0px;
}

#newsBox {
	clear: both;
	position: relative;
	margin: 10px 0;
	padding-bottom: 10px;
	background: url(/images/top/bg_newsB.jpg) no-repeat left bottom;
	font-size: 84%;
}

#newsBox a {
	color: #333333;
}

#newsBox .backnumberBtn {
	position: absolute;
	top: 0px;
	right: 0px;
}

#newsBox .bgNews {
	padding: 5px 40px 10px 5px;
	background: url(/images/top/bg_news.jpg) repeat-y left top;
	width: 595px;
}

#newsBox dl {
	clear: both;
	width: 595px;
	background: url(/images/line_dot.gif) repeat-x left bottom;
}

#newsBox dl dt {
	float: left;
	padding: 9px 0 9px 3px;
	width: 137px;
}

#newsBox dl dt img {
	margin-right: 8px;
	vertical-align: middle;
}

#newsBox dl dd {
	float: left;
	padding: 9px 0;
	width: 450px;
}

#newsBox dl.lastL dt {
	padding-bottom: 0;
}

#newsBox dl.lastL dd {
	background: none;
}

#newsBox dl dd a {
	display: block;
	padding-left: 8px;
	background: url(/images/icon_arrow.gif) no-repeat left 3px;
}


