@charset "utf-8";

body {
	background-color: #99cccc;
}

a:link {
	color: #003300;
}
a:visited {
	color: #99cc99;
}
a:hover, a:active, a:focus {
	color: #003300;
}

.header {
	background-color: #99cccc;
}
#image_header_left {
	width: 400px;
	height: 120px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 10;
}
#image_header_right {
	width: 560px;
	height: 120px;
	padding-top: 0px;
	padding-left: 400px;
	position: absolute;
	z-index: 10;
}

.content_left {
	float: left;
	width: 400px;
	height: 800px;
	padding: 10px 0px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-color: #cccc99;
	background-image: url(../images/05_2_content_left_bg.png);
	background-repeat: no-repeat;
}
#image_portrait {
	width: 150px;
	height: 125px;
	margin-top: 500px;
	margin-left: 15px;
	position: absolute;
	z-index: 1;
}

.content_right {
	float: left;
	width: 560px;
	height: 800px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-color: #ccffcc;
	background-image: url(../images/05_2_content_right_bg.png);
	background-repeat: repeat-y;
}
.content_right ul {
	padding-left: 65px;
}
.content_right li {
	padding-bottom: 15px;
}

.footer {
	background-color: #ffffbf;
}
#copyright {
	color: #003300;
}
