body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848484;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(bg_00.jpg);
	background-repeat: repeat-x;
}
#header{
	width: 1000px;
	text-align: right;
	height: 100px;
}
#banner{
	width: 950px;
}
#Container{
	width: 950px;
	background-repeat: no-repeat;
	background-position: top;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #315147;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 5px;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
.box_up {
	border: 1px solid #CCCCCC;
	width: 550px;
	padding: 20px;
}
li {
	font-weight: bold;
	list-style-image: url(f7.jpg);
	line-height: 18px;
}



#Container a img{
	border: 1px solid #FFFFFF;
}
#Container a:hover img{
	border: 1px solid #CCCCCC;
}
#footer{
	width: 100%;
	height: 100px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ABABAB;
}
#footer a{
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a:hover{
	color: #CCCCCC;
}
h2 {
	font-size: 14px;
	color: #0099CC;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.h1_small {
	font-size: 14px;
}
a:link, a:visited {
	color: #669900;
	text-decoration: underline;
}
#bg_no_repeat {
	background-image: url(f17.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
