@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
	
hr{
	width: 750px;
	border-bottom: 1px dotted #b59a82;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
	}
P{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.85em;
	}
h4{
	background:url(../images/h4.gif) no-repeat top left;
	padding-left: 20px;
	padding-top: 2px;
	height: 20px;
	margin-top: 15px;
	}

#waku {
	width: 760px;
	padding:0 10px 10px 10px; 
	margin: auto;
}
	
#header {
	float: left;
	height: 80px;
	width: 760px;
	background:url(../images/tophead2.gif) no-repeat;
	}
	
#header .title{
	float: left;
	width: 262px;
	}
	
#header .cm {
	float: left;
	width: 468px;
	padding: 10px;
	}
	
#pan {
	width: 670px;
	padding-left: 20px;
	padding-bottom:7px;
	padding-top:3px;
	}
	
#waku .top{
	height: 6px;
	background:url(../images/top.gif) no-repeat bottom left;
	}
#waku .middle{
	background:url(../images/middle.gif) repeat-y;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom:10px;
	height: 100%;
	}
	
	
	
#waku .bottom{
	height: 6px;
	background:url(../images/bottom.gif) no-repeat ;
	}
#waku  .left{
	float: left;
	width: 345px;
	margin-top: 10px;
}
#waku  .right{
	float: left;
	width: 345px;
	margin-top: 10px;
	padding-left: 20px;
}
