@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(bg.gif);
	font: 12px/140% "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
}

#bgframe {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(body_bg.gif) repeat-y;
}

#frame {
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	background: #FFFFFF;
}


h1{ 
font-size: 11px; 
color: #fff; 
line-height: 110%; 
}
p,h2,h3{ 
font-size: 12px; 
color: #333; 
line-height: 140%; 
}
a:link    { color: #990000 }
a:visited { color: #990000 }
a:hover   { color: #CC0000 }
a:active  { color: #990000 }

.pankuzu {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 12px;	
  line-height: 110%;
  font-weight: normal;
  text-align:left;
}

/* -------------------- インフォメーション */ 
.info p {
	font-size: 10px;
	line-height: 16px;
	color: #333; }
	
/* -------------------- 新商品、ホットアイテム */
.hotitem{
	padding-top: 2px;
	color: #333;
	font-size: 11px;
	line-height: 12px; }
.hotitem a{
	font-weight: bold }
.hotitem td a img{
	border: 1px solid #666 }
.hotitem td a:hover img{
	border-color: #ccc }

/* -------------------- 商品詳細ページ */
#item table{ width: 600px;}
/* ----- 詳細説明 */
#item p{ color: #333;
	font-size: 10px;
	line-height: 12px;}


/* -------------------- 利用案内ページ */
.contents p{font-size: 14px;
font-weight: bold;
color: orange;
}
 