@charset "UTF-8";
/*formatting style
-------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	font-size: 95%;
	line-height: 1.6;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(img/bg00.jpg);
}
/*link style
-------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #F3C;
}
a:visited {
	color: #C0F;
}
a:hover {
	color: #FC6;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	right: 1px;
	bottom: 1px;
}
/*basic style
-------------------------*/
#wapper {
	background-color: #FFF;
	width: 900px;
	margin: 0px auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	height: 1400px;
}
/*header style
-------------------------*/
#header {
	border-bottom: 2px double #000;
	height: 128px;
	width: 900px;
}
/*photo_space style
-------------------------*/
#photo_space {
	height: 300px;
	width: 620px;
	float: left;
}
/*side_menu style
-------------------------*/
#side_menu {
	float: right;
	width: 280px;
	height: 920px;
	clear: both;
}
#side_menu a img {
	border: 6px solid #CCC;
}
#side_menu a:visited {
	border: 6px solid #666;
}
#side_menu ul {
	list-style: none;
	margin-top: 10px;
	margin-left: 30px;
}
#side_menu li {
	height: 162px;
	width: 212px;
	margin-bottom: 10px;
	float: left;
}
/*bunner style
-------------------------*/
#bunner {
	height: 75px;
	width: 620px;
	float: left;
	clear: left;
}
/*news style
-------------------------*/
#news {
	height: 920px;
	width: 620px;
	float: left;
	overflow: scroll;
	clear: left;
}
#news #inside_tb {
	width: 570px;
	height: 770px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#news dl {
	height: 100%;
	width: 100%;
	margin-bottom: 30px;
}
#news dt {
	font-size: 24px;
	color: #C00;
	text-align: left;
	font-weight: bold;
	text-indent: 110px;
	vertical-align: top;
	list-style: url(img/date.jpg);
	background-image: url(img/date.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: thin dotted #C00;
}
#news dd em {
	font-size: 20px;
	color: #33C;
	background-image: none;
	font-weight: bold;
}
#news dd {
	text-align: left;
	font-weight: normal;
	border-bottom: thin dotted #C00;
}
/*side style
-------------------------*/
#side {
	width: 900px;
	clear: both;
	height: 40px;
	padding-top: 20px;
	}	
#side table {
	height: 40px;
	width: 900px;
	background-color: #990000;
}
#side table td {
	border: thin ridge #D6D6D6;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
#side table td a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#side table td a:visited {
	color: #FFFFF;
	text-decoration: none;
}
#side table td a:hover {
	color: #FC6;
	text-decoration: none;
}
#side table td a:active {
	text-decoration: none;
	position: relative;
	right: 1px;
	bottom: 1px;
}
/*main style
-------------------------*/
#main {
	height: 620px;
	width: 840px;
	background-color: #FFF;
	margin: 30px 30px;
	overflow: scroll;
	}
#main table {
	margin-bottom: 20px;
}
/*bottom style
-------------------------*/
#bottom {
	clear: both;
	height: 29px;
	width: 900px;
}
#bottom em {
	font-size: 75%;
	float: right;
	padding-right: 10px;
}
