@charset "utf-8";
/* 共通スタイルシート */

/* 基本スタイル */
body {
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #613711;
}

a {
	color: #42210B;
}

a:hover {
	color: #CE5100;
}

img {
	border: 0px;
}

h1 {
	font-size: 9px;
	display: block;
	overflow:hidden;
	height:0px;
}

h2 {
	font-size: 9px;
	display: block;
	overflow:hidden;
	height:0px;
}

li {
	list-style:none;
}


/* 共通部分 */

#base {
	margin: 0px auto;
	padding-bottom: 18px;
	width: 840px;
	display: block;
	background: url(../image/common/bg2.gif) repeat;
}

#base2 {
	margin: 6px auto;
	width: 800px;
	background-color: #ffffff;
	display: block;
	position: relative;
	top: 12px;
}


/* ヘッダー */

#header {
	margin: 0px auto;
	padding-top: 6px;
	height: 100px;
	width: 800px;
	backgroung: url(../image/common/header_bg.gif) no-repeat;
	clear: both;
}


/* メニュー */

#menu {
	margin-top: 50px;
	padding: 36px 6px 0px 6px;
	width: 160px;
	height: 100%;
	float: left;
	display: block;
}

#menu ul {
	margin: 0 auto;
	width: 160px;
	display: block;
	padding: 15px;
}

#menu li {
	padding-left: 12px;
	display: block;
}

li.border {
	background-color: #42210b;
	height: 1px;
	overflow: hidden;
	display: inline;
	font-size: 0px;
}

#menu1 a {
	background: url(../image/common/menu_products.gif) no-repeat;
	width: 140px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 40px;
	padding-left: 6px;
}

#menu1 a:hover {
	background: url(../image/common/menu_products_on.gif) no-repeat;
	width: 140px;
}

#menu2 a {
	background:  url(../image/common/menu_reform.gif) no-repeat;
	width: 140px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 40px;
	padding-left: 6px;
}

#menu2 a:hover {
	background:  url(../image/common/menu_reform_on.gif) no-repeat;
	width: 140px;
}

#menu3 a {
	background:  url(../image/common/menu_orderflow.gif) no-repeat;
	width: 140px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 40px;
	padding-left: 6px;
}

#menu3 a:hover {
	background:  url(../image/common/menu_orderflow_on.gif) no-repeat;
	width: 140px;
}

#menu4 a {
	background:  url(../image/common/menu_price.gif) no-repeat;
	width: 140px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 40px;
	padding-left: 6px;
}

#menu4 a:hover {
	background:  url(../image/common/menu_price_on.gif) no-repeat;
	width: 140px;
}

#menu5 a {
	background: url(../image/common/menu_contact.gif) no-repeat;
	width: 140px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 40px;
	padding-left: 6px;
}

#menu5 a:hover {
	background:  url(../image/common/menu_contact_on.gif) no-repeat;
	width: 140px;
}


/* コンテンツ */

#main {
	padding: 12px;
	width: 540px;
	float: left;
	clear: right;
}


/* フッター */

#footer {
	margin: 0px auto;
	padding-bottom: 12px;
	width: 800px;	
}

#address {
	background: url(../image/common/top_address.gif) no-repeat;
	height: 120px;
	width: 300px;
	display: block;
	overflow: hidden;
	margin: 20px 0px;
}

