#header_title a{
	padding:0;
	margin:0;
	width:370px;
	height:110px;
	display:block;
	background-image: url(../images/h1_img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent:-9999px;
}

#header_title h1{margin:0;	padding:0;}
h2{	padding:0;	margin:0;}
#contents{
	background-image: url(../images/contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 980px;		
}

#contents_body{
	background-image: url(../images/contents_body.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding: 10px 0;
	width: 980px;			
}

#contents_footer{
	width: 980px;
	background-image: url(../images/contents_footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#contents_body .box{
	margin:10px 50px;
	padding:0;
	text-align:left;
}

#contents_body h3{
	background-image: url(../images/border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 10px 0 0 0;
	padding: 0 0 15px 5px;
	width: 880px;
	color: #204981;
}

#contents_body p{
	margin:20px;

}