@charset "utf-8";
/* header、footer */

/*-----------------------
　　　　header
-----------------------*/
#header{
	width:900px;
	height: 200px;
	position: relative;
	border-bottom: 1px #633e1c solid;
		}


.head_bun{
	width:200px;
	position: absolute;
	right: 175px;
	top: 60px;
	line-height: 1.7em;
			}


/*-----------------------
　　　　footer
-----------------------*/
#footer{
	width:900px;
	clear: both;
	text-align: center;
	margin-top: 20px;
	background-color: #633e1c;
	padding: 3px;
	margin: 20px auto 0px auto;
		}
