@charset "UTF-8";
/* CSS Document */


div#header {
	width:950px;
	height:129px;
	margin:0px auto;
	border-bottom:7px solid #90B634;
}

div#header h1 {
	margin-left:25px;
	width:401px;
	height:129px;
	/*overflow:hidden;*/
	text-indent:-999999px;
	background-image: url(../img/site_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
div#header h1 a {
	display:block;
	width:401px;
	height:129px;
}

div#header ul {
	float:right;
	width:450px;
	/*border: 1px solid #cccccc;*/
	margin-top:95px;
	margin-right:18px;
	text-align:right;
}
div#header ul li {
	display:inline;
	margin-right:7px;
}

div#contents {
	width:900px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
	
div#maincontent {
	background-color: #90B634;
	width: 665px;
	min-height:982px;
	float: left;
}
div#maincontent h2 {
	width:645px;
	margin:7px auto;
	font-size:153.9%;
	font-weight:bold;
	text-align:right;
	color:#FFFFFF;
}
div#goodslist {
	width:645px;
	margin-bottom:15px;
	padding-top:10px;
	padding-bottom:15px;
	min-height:890px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
div#goodslist h3 {
	font-size:200%;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url(../img/h3_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 622px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	margin-top: 10px;
	margin-left: 11px;
}

div#goodslist div.goodsunit {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 50px;
}
div#goodslist div.goodsunit div.spec {
	width:300px;
	float:right;
	color:#aaaaaa;
	font-weight:bold;
}
div#goodslist div.goodsunit div.spec dl {
	margin-top:15px;
}
div#goodslist div.goodsunit div.spec dt {
	font-size:93%;
	border-bottom:1px dotted #aaaaaa;
}
div#goodslist div.goodsunit div.spec dd {
	color:#666666;
	margin:5px 0px 0px 20px;
	font-weight:normal;
}
div#goodslist div.goodsunit div.spec h4 {
	border:5px solid #cccccc;
	font-size:153.9%;
	color:#333333;
	font-weight:bold;
	padding:10px 15px;
}
div#goodslist div.goodsunit div.goodsimg {
	float:left;
	width:280px;
}

div#rightmenu {
	float:right;
	width:225px;
}
div#rightmenu div#menulist,div#rightmenu div#links,div#rightmenu div#msgbox {
	background-color:#FFFFCC;
	padding-bottom:5px;
	margin-bottom:10px;
}
div#rightmenu div#menulist h2 {
	height:30px;
	background-image: url(../img/rightmenu_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-999999px;
}
div#rightmenu dl {
	width:200px;
	margin:15px auto;
}
div#rightmenu dt {
	border-bottom:4px solid #FFB300;
	background-image: url(../img/list_icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 123.1%;
	font-weight: bold;
	color: #3B3329;
}
div#rightmenu dl dd {
	margin-top:10px;
}
div#rightmenu ul li {
	line-height:170%;
}
div#rightmenu ul li a {
	color:#3B3329;
	text-decoration:none;
	display:block;
	padding-left:18px;
}
div#rightmenu ul li a:hover {
	background-color:#FFE188;
}

div#rightmenu div#links h2 {
	height:30px;
	background-image: url(../img/rightmenu_linkstitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-999999px;
}
div#rightmenu div#msgbox h2 {
	height:30px;
	background-image: url(../img/rightmenu_title00.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-999999px;
}
div#msgbox div#msg {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #FFB300;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 150%;
}