﻿@charset "utf-8";
body {
	font: 90% verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	margin: 0px auto;
	text-align: center;
	background: #EEE url(img/bg.png) repeat-y center;
}
a:link , a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
img {
	border:0;
}
#container {
	text-align: center;
	padding: 0px;
	width: 960px;
	margin: 0px auto;
}
#title-box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
}
#header-box {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 600px;
}
#header-box h1 {
	font-size: 95%;
	color: #006600;
	text-align: right;
	margin: 0px;
	padding: 5px;
}
#header-box h1 a {
	color: #006600;
}
#header-box h2 {
	font-size: small;
	font-weight: normal;
	color: #999999;
	text-align: right;
	margin: 0px;
	padding: 5px;
}
#header-menu {
	margin: 0px;
	padding: 5px;
	clear: both;
	font-size: small;
	color: #FFF;
	background: #F8A2BE url(img/bar-bg.gif) repeat-x left bottom;
	border: 1px solid #FF3159;
}
#header-menu a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#header-menu a:hover {
	color: #FABACF;
}
div.search {
	font-size: small;
	margin: 0px;
	padding: 3px;
	color: #000;
	text-align: right;
	background: #EEE;
}
#contents {
	margin: 0px 0px 10px;
	padding: 0px;
	float: right;
	width: 700px;
	text-align: left;
}
#contents h1 {
	color: #28CEA5;
}
#contents h2 {
	color: #FF476C;
}
#contents p {
	clear: both;
}
#contents p.pan {
	font-size: 80%;
}
#contents dl {
	clear: both;
}
#contents dl.cat1 dt {
	padding: 5px 10px;
	font-weight: bold;
	color: #FFF;
	background: #FFBB21;
}
#contents dl.cat1 dd {
	margin: 0px;
	padding: 10px;
	border: 1px solid #FFBB21;
	background: #FFF1D2;
}
#contents dl.cat2 dt {
	padding: 5px 10px;
	font-weight: bold;
	color: #FFF;
	background: #28CEA5;
}
#contents dl.cat2 dd {
	margin: 0px;
	padding: 10px;
	border: 1px solid #28CEA5;
	background: #E2FAF4;
}
#contents dl dd ul {
	background: #FFF;
	border-bottom: 1px dotted #28CEA5;
	margin-right: -10px;
	margin-left: -10px;
	padding-bottom: 10px;
}
#contents dl dd ul li {
	display: inline;
	list-style: none;
	font-size: 80%;
}
#contents .item {
	float: left;
	width: 210px;
	margin: 5px;
	height: 300px;
	padding: 4px;
	border: 1px solid #000;
}
#contents .item h3 {
	font-size: 80%;
	font-weight: normal;
	/*height: 80px;*/
}
#contents .item .item-img {
	height: 200px;
	text-align: center;
	padding-top: 7px;
}
#contents .item .price {
	font-size: 120%;
	font-weight: bold;
	color: #090;
	text-align: center;
	/*height: 50px;*/
	margin: 0px;
	padding: 0px;
}
#sidebar {
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 234px;
	text-align: left;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar ul.menu li a {
	margin-top: 1px;
	padding: 3px 5px;
	background: #2D9CFF;
	display: block;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #333;
}
#sidebar ul.menu li a:hover {
	background: #75BDFF
}
#sidebar ul.sidebar-banna li {
	margin-top: 3px;
	padding: 0px;
}
#sidebar p {
	font-size: 80%;
}
div#footer {
	margin: 20px 0px 0px;
	padding: 3px;
	clear: both;
	font-size: small;
	line-height: 140%;
	border-top: 3px solid #EF2668;
}

