@charset "utf-8";
/* CSS Document */
#home_container {
	background-color: #7D0E06;
	background-image:url(img/common_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 100%;
	float: left;
}
#home {
	background-color: #000000;
	float: left;
	height: auto;
	width: 100%;
}
#news {
	width: 900px;
	padding-top:27px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#news .list {
	width: 597px;
	float: left;
	text-align: left;
}
#news .banner {
	float: right;
	padding-top: 0px;
	text-align: right;
	width: 270px;
}
#news .list td {
	list-style-type: none;
	border-bottom-color: #383838;
	padding: 0;
}
#news .list .top {
	border-top-width: 0px;
}
#news .list td a {
	color:#FFFFFF;
	text-decoration: underline;
}
#news .list td a:hover {
	color:#FF0000;
	text-decoration: underline;
}
#news .list ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents {
	margin-right: auto;
	margin-left: auto;
	width: 839px;
	clear: both;
	background-image: url(img/common_contentsbg.png);
	behavior:url(iepngfix.htc);
	float: none;
	padding: 30px;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#contents a:link {
	color:#FF0000;
	text-decoration:underline;
}
#contents a:visited {
	color:#FF0000;
	text-decoration:underline;
}
#contents a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#contents a:active {
	color:#FF0000;
	text-decoration:underline;
}
#contents .title {
	height: 65px;
}
#contents ul {
	background-image: url(img/common_arrow.png);
	behavior:url(iepngfix.htc);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	list-style-type: none;
	margin: 0px;
}
#table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #633532;
	padding-top: 5px;
	padding-bottom: 5px;
}
#table .top_td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #633532;
}
.priphoto img{
	margin-bottom: 5px;
}
#flash{
	text-align:center;	
}

