@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #faf7d4;
	font-family: Georgia;
	font-size: 11px;
	color: #333333;
}
#container {
	width: 600px;
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-y;
	margin:0 auto;
}
#top {
	background-image: url(images/Top.gif);
	background-repeat: no-repeat;
	height: 39px;
}
#topcontent {
	background-image: url(images/top-img.gif);
	background-repeat: no-repeat;
	height: 271px;
}
.top-content {
	background-image: url(images/top-title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 271px;
	width: 332px;
	float: right;
}
.toptext {
	width: 90%;
	float: left;
	line-height: 18px;
	padding-left: 10px;
	margin-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

#content {
	width: 567px;
	margin-right: 15px;
	margin-left: 18px;
	margin-bottom: 20px;
}
.title-date {
	background-image: url(images/bg-date.gif);
	background-repeat: no-repeat;
	height: 36px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 1px;
}
.image01 {
	background-image: url(images/img01.gif);
	height: 162px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px;
}
.image02 {
	background-image: url(images/img02.gif);
	height: 167px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
.image03 {
	background-image: url(images/img04.gif);
	height: 164px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px;
}
.content01 {
	width: 52%;
	line-height: 18px;
	padding-top: 15px;
}
.content02 {
	width: 69%;
	line-height: 18px;
	padding-top: 20px;
	float: right;
	padding-right: 15px;
	background-image: url(images/img03.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 147px;
}
.content03 {
	width: 48%;
	line-height: 18px;
	padding-top: 15px;
}
.content04 {
	width: 100%;
	line-height: 18px;
	padding-top: 15px;
}
.txt-bold {
	font-weight: bold;
}
#title_bg {
	background-image: url(images/bg_title.gif);
	height: 34px;
}
.title {
	font-family: Arial;
	font-size: 29px;
	color: #4B3521;
	letter-spacing: -2px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 5px;
}
.title01 {
	font-family: Arial;
	font-size: 29px;
	color: #4B3521;
	letter-spacing: -2px;
	font-weight: bold;
	padding-top: 5px;
}
p  {
	padding: 0px;
	margin-top: -2px;
}
#footer {
	background-image: url(images/footer.gif);
	height: 92px;
}
.footer-copyright {
	width: 40%;
	padding-top: 40px;
	padding-left: 30px;
	float: left;
}

.footer-link {
	width: 45%;
	padding-top: 40px;
	padding-right: 30px;
	float: right;
	clear: left;
	text-align: right;
	}

	
.footer-link a{
	text-align: right;
	text-decoration: underline;
	color: #333333;
	}

.footer-link a:hover{
	text-align: right;
	text-decoration: none;
	color: #333333;
	}
