@charset "utf-8";
/* CSS Document 
------------------------------------*/

div#header {
	width:960px;
	margin:10px auto;
}

div#header h1 {
  width:475px;
  height:61px;
  float:left;
}

div#header p {
  width:247px;
  height:52px;
  float:right;
}

div#main_img {
	width:960px;
	margin:0 auto 10px;	
}

div.box_01 h2 {
  color:#006;
  margin-bottom:30px;
}

div#content_inner {
  padding:20px;	
}


.page_top {
	padding-right:7px;
}

div.top {
	background:url(../images/topline.gif) no-repeat;
	width:960px;
	height:17px;
	margin:0 auto;
	border:none;
}

div.bottom {
	background:url(../images/bottomline.gif) no-repeat;
	width:960px;
	height:20px;
	margin:0 auto;
	border:none;
	margin-bottom:40px;
}


