*{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	}

body{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック";
	color: #402615;
	background-image: url(../images/bg.gif);
	}

#container{
	width: 736px;
	height: 612px;
	background: url(../images/base.png) no-repeat;
	margin: 0px auto;
	}

#header{
	width: 700px;
	height:83px;
	margin: 0px auto;
	}

#header_menu{
	width: 700px;
	height: 20px;
	background-color: #5c221e;
	}

#header_logo{
	width: 700px;
	height: 56px;
	background: url(../images/logo.gif) no-repeat;
	}

#header_line{
	width: 700px;
	height: 7px;
	background-color: #5c221e;
	}

#header_menu ol{
	padding-left: 480px;
	padding-top: 4px;
	}

#header_menu li{
	font-size: 10px;
	list-style-type: none;
	float: left;
	}

#header a{
	display: block;
	text-decoration: none;
	}

#header a:link{
	color: #cdb99a;
	background: url(../images/arrow.gif) no-repeat 0px 3px;
	margin-right: 15px;
	padding-left: 8px;
	}

#header a:visited{
	color :#cdb99a;
	background: url(../images/arrow.gif) no-repeat 0px 3px;
	margin-right: 15px;
	padding-left: 8px;
	}

#header a:hover{
	color: #ffffff;
	background: url(../images/arrow.gif) no-repeat 0px 3px;
	margin-right: 15px;
	padding-left: 8px;
	}

#header a:active{
	color: #cdb99a;
	background  url(../images/arrow.gif) no-repeat 0px 3px;
	margin-right: 15px;
	padding-left: 8px;
	}

h6{
	font-family: Arial;
	font-size: 10px;
	line-height: 10px;
	color: #b6aa62;
	clear: both;
	padding-top: 10px;
	}



