@charset "shift_jis";

body{
	margin:0;
	font-size:12px;
	text-align:center;
	background-color:#989933;
}

img{ vertical-align:bottom; }
a img{ border:none; }

#shadow{
	margin:0 auto;
	width:833px;
	background:url(/gogatsu/img/common/shadow.jpg) repeat-y 0 0;
}

#container{
	margin:0 auto;
	width:815px;
	text-align:left;
}

#wrapper{
	margin:0 auto 20px;
	width:795px;
}

/***************************************
*	header
***************************************/
#header{
	margin-bottom:10px;
	width:100%;
}
#header h1{
	margin:0;
	padding:3px 5px;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	background-color:#666;
}
#header #signboard{
	width:100%;
	background:url(/gogatsu/img/common/h-background.jpg) no-repeat 290px 0;
}
#header #signboard h2{
	margin:0;
	width:290px;
	float:left;
}
#header #signboard .contact{
	margin:0;
	width:190px;
	float:right;
}
#header .menuListBox{
	margin-bottom:10px;
	padding-bottom:4px;
	width:100%;
	background-color:#C9C;
}
	#header .menuListBox ul{
		margin:0;
		padding:0 0 0 8px;
		list-style:none;
		border-bottom:1px solid #FFF;
	}
		#header .menuListBox ul li{
			padding-right:1px;
			width:79px;
			float:left;
		}
	#header .menuListBox ul:after{
		content:"";
		clear:both;
		display:block;
	}
#header .categorySiteList{
	margin:0 auto;
	padding:0;
	width:798px;
	text-align:center;
	list-style:none;
}
	#header .categorySiteList li{
		margin:0;
		padding:0;
		width:114px;
		float:left;
	}
#header .categorySiteList:after{
	content:"";
	clear:both;
	display:block;
}

/***************************************
*	sub1
***************************************/
#sub1{
	width:160px;
	float:left;
}
#sub1 .menuList{
	margin-bottom:10px;
	width:100%;
	background-color:#EEE;
}
#sub1 .menuList h3{
	margin:0 0 0.5em;
}
#sub1 .menuList h4{
	margin:0;
}
#sub1 .menuList ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
	#sub1 .menuList ul li{
		margin:0;
		padding:6px 0 0 20px;
		height:19px;
		background:url(/gogatsu/img/common/l_bg-categorylist.jpg) no-repeat 0 0;
	}

#sub1 .bannerList{
	margin:0;
	padding:0;
	list-style:none;
}
	#sub1 .bannerList li{
		margin:0 0 10px;
	}

/***************************************
*	main contents
***************************************/
#main{
	width:625px;
	float:right;
}
#content{
	margin-bottom:20px;
	width:100%;
}

#information{
	width:100%;
	line-height:1.4em;
}
#information .leftColumn1{
	padding-left:10px;
	width:293px;
	float:left;
}
#information .rightColumn1{
	padding-right:10px;
	width:293px;
	float:right;
}
#information h3{
	margin:0 0 10px;
}
#information h4{
	margin:0 0 10px;
}
#information .inner1{
	padding-left:1em;
}
#information ul{
	padding:0;
	list-style-position:inside;
}
#information .shippingTable{
	font-size:10px;
	border:1px solid #666;
	border-collapse:collapse;
}
	#information .shippingTable th{
		padding:3px 5px;
		border:1px solid #666;
		font-weight:normal;
		text-align:center;
	}
	#information .shippingTable th.head{
		font-size:12px;
		background-color:#EEE;
	}
	#information .shippingTable td{
		padding:3px 5px;
		text-align:left;
		border:1px solid #666;
	}
#information address{
	font-style:normal;
}
#information .moreInfo{
	padding-left:20px;
	background:url(/gogatsu/img/common/arr-gray_delta.gif) no-repeat 10px 5px;
}
/***************************************
*	footer
***************************************/
#footer{
	width:100%;
}
#footer .menuList{
	margin:0 0 5px;
	padding:0;
	list-style:none;
	text-align:center;
}
	#footer .menuList li{
		padding:0 5px;
		border-right:1px solid #000;
		display:inline;
	}
	#footer .menuList li.begin{
		border-left:1px solid #000;
	}
#footer #copyright{
	padding:3px 0;
	width:100%;
	color:#FFF;
	background-color:#666;
	text-align:center;
}
/***************************************
*	other
***************************************/
.clear{ clear:both; }