﻿body {
	background-color: #606060;
	margin: 0px 0px 0px 0px;
}


div.banner_info	/* バナー部分テキスト */
{
	width: 320px;
	height: 70px;
	margin: 15px 0px 0px 10px;
	float:left;
	
	font-size: 12px;
	line-height: 140%;
}

div.banner_title	/* バナー部分商品名・ページ名　矢印 */
{
	width: 300px;
	height: 70px;
	background-color: #000000;
	margin: 18px 15px 0px 0px;
	float:right;
	
	color: white;
}

	table.banner_title_color	/* テーブル内の文字色 */
	{
		color: white;
	}
	
	td.banner_arrow_position	/* ← */
	{
		padding: 0px 0px 0px 10px;
	}
	
	td.banner_title_position1	/* 商品名・ページ名のポジション他　文字小 */
	{
		padding: 4px 0px 0px 0px;
		font-size: 13px;
	}
	
	td.banner_title_position2	/* 商品名・ページ名のポジション他　文字大 */
	{
		padding: 4px 20px 0px 0px;
	}


div.line_fat	/* 全体 下線なし（サーチを置く場合など） */
{
	clear: both;
	width: 670px;
	height: 1px;
	border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #000000;
	
	margin: 0px auto 0px auto;
}

div.line_1	/* 全体 下線なし（サーチを置く場合など） */
{
	clear: both;
	width: 640px;
	height: 1px;
	border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #000000;
	
	margin: 5px auto 0px auto;
}



td.jenre_info	/* ジャンル商品紹介 */
{
	text-align: right;
	font-size: 11px;
	line-height: 150%;
}

div.jenre_line	/* ジャンル商品紹介　ライン */
{
	clear: both;
	background-color: #000000;
	margin: 20px 0px 0px 20px;
	padding: 3px 0px 2px 10px;
	
	color: white;
}

div.adon_text	/* 広告上テキスト */
{
	clear: both;
	margin: 20px 0px 0px 20px;
	padding: 3px 0px 2px 10px;
	font-size: 12px;
}

table.goods_text	/* グッズ紹介テキスト */
{
	font-size: 11px;
}



td.text_solo	/* ソロ商品紹介テキスト */
{
	font-size: 12px;
	line-height: 150%;
}





/* リンク */ 

A.green:link  {
	color: green
}
A.green:visited  {
	color: #073802;
}

A.white:link  {
	color: white;
	text-decoration: none; 
}
A.white:visited  {
	color: white;
	font-size: 12px;
	text-decoration: none; 
}
A.white:hover  {
	color: white;
	font-size: 13px;
	text-decoration: none; 
}
A.blue:visited  {
	color: blue
}



/* 本体 */

#container {
	width: 700px;
	\width: 720px;
	w\idth: 700px;
	border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #000000;
	background-color: #FFFFFF;
	
	margin: 0px auto 0px auto;
	padding: 0px 0px 40px 0px;
}

#container740 {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #000000;
	background-color: #FFFFFF;
	
	margin: 0px auto 0px auto;
	padding: 0px 0px 40px 0px;
}