body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #434343;
	text-align: justify;
}
#top {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 82px;
}
.header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.header .menu {
	position: absolute;
	z-index: 10;
	right: 0px;
}
.header .image {
	width: 290px;
	height: 400px;
	position: absolute;
	z-index: 20;
	left: 10px;
	padding-top: 190px;
}
.header .image_cover {
	width: 290px;
	height: 590px;
	position: absolute;
	z-index: 30;
	left: 10px;
}
.header .contact {
	position: absolute;
	z-index: 40;
	top: 590px;
	left: 10px;
	width: 290px;
}
.header .contact img{
	padding-top: 5px;
	padding-bottom: 5px;
}
#middle {
	background-color: #f2f2f2;
}
.content {
	width: 650px;
	padding-left: 300px;
	padding-right: 50px;
	margin: 0 auto;
}
.content .section {
	padding-bottom: 30px;
}
.title {
	display: block;
	margin-bottom: 10px;
}
.text_l {
	text-indent: 2em;
	padding-left: 18px;
	padding-right: 10px;
}
.text_r {
	text-indent: 2em;
	padding-left: 10px;
}
.pdc {
	background-color: #FFF;
	padding: 3px;
	border: solid 1px #CCC;
	margin-left: 5px;
}
#footer {
	background-color: #c9c9c9;
	padding: 10px;
	font-size: 12px;
	color: #666;
	text-align: center;
}
#footer a{
	color: #333;
	text-decoration: underline;
}
#footer a:hover{
	color: #069;
}
.line {
	background: url(images/line_bg.jpg) repeat-x;
	height: 2px;
}
.clear {
	clear: both;
}
