/* 共通 --------------------------------*/
* {
	margin:0;
	padding:0;
}
TR,TD,TH,SELECT,INPUT {
	 font-size:13px;
	 font-family:'MS UI Gothic';
	 color:#000000;
}
body {
   	margin:10px auto 0;
	padding:0;
	text-align:center;   	
}
img {
	border:none;
}
a         {color:#00f;}
a:link    {color:#00f;}
a:visited {color:#009;}
a:active  {color:#009;}
a:hover   {color:#f00;}
/* コンテナー --------------------------*/
#container {
	width:760px;
	margin:0 auto 0;
	padding:0;
	text-align:center;
	background-image:url(../co_img/bcg_top.gif);
}
/* ヘッダー ----------------------------*/
#header {
	width:760px;
	height:100px;
	margin:0;
	padding:0;
}
h1 {
	margin:0;
	padding:0;
}
/* ナビ --------------------------------*/
#navibar {
	width:760px;
	height:24px;
	margin:0;
	padding:0;
	background-color:#99ccff;
	list-style-type:none;
	text-align:center;
}
#navibar ul	{
	list-style:none;
	margin-left:30px;
	padding-left:0;
}
#navibar li {
	float:left;
	width:110px;
	margin:0;
	padding:0;
	list-style-type:none;
}
#navibar li a {
	display:block;
	padding-top:4px;
	padding-bottom:2px;
	background-color:#9cf;
	border:0px;
	color:#000;
	font-size:14px;
	text-decoration:none;
	text-align:center;
}
#navibar li a:hover {
	color:#444;
	background-color:#9fc;
}

/* コンテンツ --------------------------*/
#contents {
	clear:both;
	width:760px;
}
#side {
	float:left;
	width:200px;
}
#main {
	float:right;
	width:560px;
}

/* サイドコンテンツ --------------------------*/
#sidecontent h2 {
	margin:5px 0 5px 0;
	font-size:14px;
	background-color:#99ccff;	
}
#sidecontent {
	margin:10px 0 0 0;
	width:190px;
}
#sidecontent ul	{
	list-style:none;
	margin-left:10px;
	padding-left:0;
}
#sidecontent li {
	font-family:"ＭＳ ゴシック", Osaka;
	margin:0;
	padding:0;
}
#sidecontent li a {
	display:block;
	height:25px;
	margin:5px 5px 5px 0px;
	padding:7px 0 0 0;
	border:solid 1px #0c9;
	border-left:10px solid #0c9;
	text-decoration:none;
	color:#000;
	font-size:12px;	
	font-weight:normal;
}
#sidecontent li a:hover {
	color:#444;
	background-color:#9fc;
}
#sidecontent p {
	margin:0 10px 0 15px;
	font-size:12px;
	line-height:130%;
	text-align:left;
}
/* コンテンツ --------------------------*/
#maincontent {
	width:550px; /* for IE */
}
/* トップ ------------------------------*/
.top img {
	text-align:right;
	margin-right:5px; 
}
/* フッター ----------------------------*/
#footer {
	clear:both;
	width: 760px;
	height:75px;
	text-align:center;
	border-top:3px solid #9cf;
	padding-top:5px;
	background-image: url(../co_img/bcg_footer.gif);
}
#footer p {
	font-size:12px;
	line-height:170%;
}
address {
	font-size:12px;
	line-height:120%;
	font-style:normal;
}
em {
	font-style:normal;
	font-size:14px;
}
/* アイテム ----------------------------*/
.item table {
	border-bottom:1px #666 solid;
	padding:0;
	margin:0;
	font-family:"ＭＳ ゴシック", Osaka;
}
.item td {
	border-top:1px #ccc solid;
	padding:0;
	margin:0;
}
.item th {
	font-size:14px;
	font-weight: normal;
	text-align:left;
	padding:0;
	margin:0;
}
/* カート ----------------------------*/
.menu{
font-size : 12px;
text-decoration : none;
font-weight : normal;
}
.menu2{
font-size : 11px;
text-decoration : none;
font-weight : normal;
}
.menu3{
font-size : 12px;
text-decoration : none;
font-weight : normal;
color:#000099;
text-align:left;
line-height:150%;
}
.menubar{
font-size : 12px;
text-decoration : none;
color:#b0b0b0;
}
.detail{
font-size : 12px;
color:#000099;
text-decoration : none;
font-weight : bold;
}
.goods8_top{
  font-size : 14px;
  color:#ffffff;
  text-decoration : none;
}
.goods8{
  font-size : 14px;
  color:#000099;
  text-decoration : none;
}
.goods8_price{
  font-size : 14px;
  color:#000000;
  text-decoration : none;
}