@charset "UTF-8";
body {
	background-color: #000000;
	margin: 0px;
}
#homeDiv {
	margin: auto;
	background-color: #D2B219;
	padding-top: 20px;
}
.erbaSx {
	background-image: url(../images/home_erba_pattern.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.erbaDx {
	background-image: url(../images/home_erba_pattern.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}

#header_wrapper {
	width:100%;
	background:#DEBD18;
	margin-bottom:20px;
	}

#header {
	width:941px;
	height:70px;
	}

#header p {
	margin:0;
	padding-top:10px;
	text-align:left;
	}
	
#menu_list {
	float:right;
	width:600px;
	}

#menu_list li {
	display:inline;
	margin-left:20px;
	}

#menu_list a {
	font-size:14px;
	color:#000;
	text-decoration:none;
	}
	
#menu_list a:hover {
	text-decoration:underline;
	}
	
#content_wrapper {
	width:100%;
	background: url(../images/main_bg.png) repeat-x;
	}
	
#content {
	padding-top:40px;
	width:941px;
	text-align:left;
	color:white;
	}
	
#content a {
	color:#DEBD18;
	text-decoration:none;
	}
	
#description_box {
	text-align:right;
	}
	
#other_shops {
	width:300px;
	float:right;
	margin-left:20px;
	}
	
#leftDiv {
	text-align:right;
	}
#rightDiv {
	text-align:left;
	}
#midDiv {
	width:42px;
	}
