@charset "shift_jis";

/*============================================
  
	作品紹介　ページ

============================================*/
body{
  scrollbar-face-color: #F5F5F5;       /* 表面の色 */
  scrollbar-3dlight-color: #999999;    /* 左端と上端の色 */
  scrollbar-darkshadow-color: #999999; /* 右端と下端 */
  scrollbar-highlight-color: #FFFFFF;  /* ハイライトの色 */
  scrollbar-shadow-color: #999999;     /* 影の色 */
  scrollbar-arrow-color: #666666;      /* 矢印の色 */
  scrollbar-track-color: #E5E5E5;      /* バーの背景の色 */}


div#main a:link		{color:#000033; text-decoration:underline;}
div#main a:visited{color:#000033; text-decoration:underline;}
div#main a:hover	{color:#333333; text-decoration:none;}



/* 注意の赤字 */
.attention{
	color:#CC0000;}

div#main{
	line-height:1.5;
	letter-spacing:normal;
	background:#F0F0F0 url(../product/img/ba_01.gif) bottom right no-repeat;
	overflow:auto;}


/*商品リストのテーブル*/
div#main table{
	border:none;
	width:480px;
	margin:auto;}
	

/*キャプション*/
div#main table caption{
	background:#CCCCCC;
	padding:5px;
	text-align:left;
	margin:auto;}

/*商品リストのセル*/
div#main table td{
	padding:0;
	border-bottom:#CCCCCC 1px solid;
	vertical-align:top;}


/*新商品*/
.new{color:#CC0000;}


/*各商品タイトル*/
div#main table td dt{
	font-weight:bold;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	background:#D8D8D8;
	text-indent:0.5em;
	margin-top:3px;
	padding:3px 0 1px 0;}
	

/*ぱっけーじ写真に枠*/
div#main table img	{
	border:#CCCCCC 1px solid;
	margin:3px;}


/*商品説明・詳細部分*/
div#main table td dd{
	margin-left:7px;
	border-bottom:#CCCCCC 1px dashed;}
	
	
dd.photo{
	text-align:right;}