body{
	text-align: center;
	margin:0px;
	padding:0px;
}
#header{
	width:960px;
	margin:0px auto;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height:294px;
	overflow: hidden;
}
#pr{
	margin:0px;
	padding:30px 20px 0px;
	height:130px;
	text-align:right;
	font-size:11px;
	color:#888;
}
#header img{
	border: 0px;
	width: 860px;
	height: 134px;
	margin: 0px;
	padding: 0px;
}
#body{
	background-image: url(../images/page_side.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-align: center;
	margin: 0px auto;
	width: 960px;
}

#contents_head{
	background-image: url(../images/page_header.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	margin: 0px auto;
	width: 860px;
	height: 75px;
}
#contents_head h3{
	margin:0px 0px 0px;
	padding:29px 32px 0px;
	line-height:20px;
	font-weight:normal;
	font-size:14px;
	color:#f32;
	/*text-align:right;*/
}
#contents_head h1{
	float: left;
	width: 390px;
	margin:0px 0px 0px 30px;
	padding:0px;
	font-size:20px;
	line-height:25px;
	color:#444;
	display:inline;
}
#contents_head h2{
	float: left;
	width: 370px;
	margin:0px 0px 0px 30px;
	padding:0px;
	font-size:13px;
	line-height:25px;
	color:#444;
	text-align:right;
	display:inline;
}
#contents_head a:link , #contents_head a:visited{
	color:#12f;
}
#contents_head a:hover{
	color:#e00;
}
#contents{
	background-image: url(../images/page_body.gif);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px auto;
	width: 860px;
	height: 520px;
	overflow: hidden;
	line-height: 22px;
}
#contents .page{
	margin: 5px 10px 0px 30px;
	width: 380px;
	height: 507px;
	float: left;
	overflow: auto;
	display:inline;
	text-align:left;
}
#contents h1{
	font-size: 18px;
	line-height: 25px;
	padding: 0px;
	margin:0px 0px 0px 10px;
}
#contents h2{
	font-size: 18px;
	line-height: 25px;
	padding: 0px;
	text-indent:12px;
	margin:0px;
	background-image: url(../images/marker.gif);
	background-repeat: repeat-x;
	background-position: center left;
	color:#000;
}
#contents p{
	font-size: 12px;
	color: #444;
	margin: 0px 10px;
	padding: 0px;
}
#contents em{
	font-style: normal;
	color: #f00;
}
#contents span{
	text-decoration:underline;
	color:#000;
}
#contents strong{
	font-size:14px;
	color:#000;
}
#contents p.indent{
	text-indent:12px;
}
#contents p.center{
	text-align:center;
}
#contents p.right{
	text-align:right;
}
#contents img.cap{
	margin:5px 0px 0px;
}
#contents a:link , #contents a:visited{
	color:#12f;
}
#contents a:hover{
	background-color:#0cf;
	color:#000;
	text-decoration:none;
}
#footer{
	margin:0px auto;
	width:960px;
	height:47px;
	background-image: url(../images/page_footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#footer p{
	visibility: hidden;
	margin:0px;
	padding:0px;
	height:27px;
}
#footer address{
	font-style: normal;
	font-size: 10px;
	color: #bbb;
	letter-spacing: 1px;
	text-align: right;
	margin: 0px 60px 0px 0px;
	padding:0px;
}
#footer a:link , #footer a:visited{
	color:#bbb;
	text-decoration:none;
}
