@charset "shift_jis";

/* コンテンツ */
div#main	{width: 540px;
	float: right;
	margin-top: 30px;
	margin-left: auto;
	margin-right: 30px;
	margin-bottom: 25px;
	display: inline}

div#main h2	{background-color: #ffffff;
	background-image: url(../images/h3_bg.gif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 28px;
	padding-left: 30px;
	margin-top: 0;
	margin-bottom: 0}

div#main h3	{background-color: #ffffff;
	background-image: url(../images/h3_bg.gif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 28px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 0}

div#main h4	{background-color: #ffffff;
	background-image: url(../images/h4_bg.gif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 28px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 0}

div#main p	{font-size: 0.85em;
	line-height: 1.6;
	margin-top: 10px}

div#main p#message	{margin-top: 0}


/*商品の各テーブル設定
■テーブルのフチを変えたい場合、.t1項目内の「double」を変える。単なる直線なら「solid」。
　破線なら「dashed」、点線なら「dotted」。他にも色々あるので試すといいでしょう。
■テーブルのフチ色を変えたい場合、.t1項目内の「#CCCCCC」を変える。現在はグレー色。
■写真のフチ色を変えたい場合、.t1 img項目内の「#CCCCCC」を変える。現在はグレー色。
　また、写真とフチの間のスペースにも色を付けられる。.t1 img項目内の「#FFFFFF」で変える。現在は白。
----------------------------------------------------------------------------------*/
.t1 {
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 265px;
	background: url(../images/item_bg.gif) repeat-x bottom;
}

.t1 td {
	vertical-align: top;
        font-size: 12px;
        padding-left: 5px;
}

.t1 strong {
	background: url(../images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
        line-height: 2;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t1 td a {
          text-decoration: none;
}

.t1 td a:hover {
                text-decoration: underline;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}

/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 200px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	line-height: 2;		/*行間*/
        font-size: 75%;
        margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
	margin: 0px;
	padding: 0px;
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
	margin: 0px;
	padding: 0px;
}