@charset "UTF-8";
/* CSS Document */

#flash {
	width: 830px;
	height: 250px;
	margin: 0px auto 0px auto;
	background-image: url(../images/flash_bg.gif);
	background-repeat: no-repeat;
	padding: 8px 8px 8px 8px;	
}

#index_contents {
	width: 846px;
	margin: 20px auto 0px auto;
}

#index_left {
	width: 620px;
	margin-left: 3px;
	float: left;
}

.index_left_link {
	width: 176px;
	height: 150px;
	float: left;
	background-image: url(../images/body_line.gif);
	background-repeat: no-repeat;
	padding: 0px 15px 0px 15px;
	margin-bottom: 22px;	
}

.index_left_clear {
	width: 0px;
	height: 0px;
	clear: left;
}

.index_left_link p {
	width: 176px;
	text-align: left;
	font-size: small;
	margin: 13px 0px 0px 0px;
	line-height: 1.3em;
}

#index_right {
	width: 200px;
	margin-right: 3px;
	float: right;
	padding-left: 16px;
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-y;
}

#index_right .info_date {
	width: 185px;
	height: 14px;
	background-image: url(../images/infomation_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: small;
	margin: 12px 0px 3px 0px;
	padding-left: 15px;
	vertical-align: top;
}

#index_right .info_text {
	width: 200px;
	font-size: small;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/information_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 12px;
}

#index_right #banner {
	margin: 12px 0px 0px 0px;
}