/**********************************すべてのタグの基本設定****************************/
body,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p,a,div,img,span,br,hr,address{
	margin: 0px;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 95%;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#AA8245;
}
a:hover{
	color:#ffffff;
}
/**********************************ページの背景色の設定****************************/
body{
	background-color:#0E0202;
}
/**********************************ページのレイアウトの設定************************/
#wrapper{
	width: 800px;
	margin:0px auto;
}
/**********************************ロゴの設定**********************************/
#header h2 a{
	float:left;
	text-decoration: none;
	background-image: url(../img/rogo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 126px;
	width: 356px;
	overflow: hidden;
}
#header p{
	float:left;
	height:15px;
	position:relative;
	top:105px;
	right:150px;
	font-size:12px;
}
/**********************************メニューの設定**********************************/
#header ul.menu{
	float:right;
	background-image: url(../img/menu/menu_bg.jpg);
	background-repeat:no-repeat;
	width:360px;
	height:30px;
	margin-top:30px;
	position:relative;
	top:35px;
}
#header ul.menu li{
	float:right;
	height: 30px;
}

#header ul.menu li.contact a{
	text-decoration: none;
	background-image: url(../img/menu/contact.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 85px;
	overflow: hidden;
}
#header ul.menu li.contact2 a{
	text-decoration: none;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 85px;
	overflow: hidden;
}
#header ul.menu li.topics a{
	text-decoration: none;
	background-image:url(../img/menu/topics.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 81px;
	overflow: hidden;
}
#header ul.menu li.topics2 a{
	text-decoration: none;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 81px;
	overflow: hidden;
}
#header ul.menu li.price a{
	text-decoration: none;
	background-image: url(../img/menu/pricemenu.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 122px;
	overflow: hidden;
}
#header ul.menu li.price2 a{
	text-decoration: none;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 122px;
	overflow: hidden;
}
#header ul.menu li.home a{
	text-decoration: none;
	background-image: url(../img/menu/home.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 72px;
	overflow: hidden;
}
#header ul.menu li.home2 a{
	text-decoration: none;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 72px;
	overflow: hidden;
}
#header ul.menu li a:hover{
	background-image:none;
}



/**********************************コピーライトの設定************************/
address{
	clear:both;
	width: 800px;
	height:17px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	text-align:center;
	border-top:1px solid #512C02;
	border-bottom:1px solid #512C02;
	padding:10px 0px;
	margin-bottom:20px;
}

