/*LINK*/
/*Hタグ*/
/*H1 製品名（検索エンジン用）*/
/*H2 META keyword（検索エンジン用）*/
/*フォントサイズ*/
/*フォントカラー*/
/*ページ背景白（カタログページ等）*/
/*ページの全体の幅と背景*/
/*製品ページの箇条書き説明 UL　製作中のCSS*/
/*製品ページの箇条書き説明 UL */
/*スペック表　wrapper（タイトル内包）*/
/*スペック表　製品名部分　背景クロ*/
/*スペック表　製品名部分　背景グレー*/
/*スペック表*/
/*対象魚表*/
/*対象魚表 項目行*/
/*対象魚表 td*/
/*対象魚表 キャプション*/
/*対象魚表　右列の号数*/
/*対象魚表　左列の対象魚*/
/*対象魚表　左列の号数*/
/*対象魚表　右列の対象魚*/
/*左右にcontentsを並べる際に使用
　それぞれdivで囲みid指定。
　下に新しいcontentsを入れる際はdivにstyle="clear:both"を指定*/
/*左：商品説明リスト用*/
/*右：アクション図用*/
/*ボーダーライン*/
/*関連商品*/
/*別窓ページ(action spec option)タイトル部分*/


@charset "shift_jis";

* {
}

body {
	color: #333333;
	background: #E5E5E5;
}

/*LINK*/
a:link {
	color: #006699;
}

a:visited {
	color: #561575;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

.pan a:link {
	color: #666666;
}

.pan a:visited {
	color: #666666;
}

.pan a:hover {
	color: #666666;
	text-decoration: none;
}

/*Hタグ*/
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 0;
}

/*H1 製品名（検索エンジン用）*/
h1 {
	display: none;
	font-size: 10%;
	text-indent: -9999px;
}

/*H2 META keyword（検索エンジン用）*/
h2 {
	display: none;
	font-size: 10%;
	text-indent: -9999px;
}

/*フォントサイズ*/
.j10 {
	font-size: 73% !important;
	line-height: 1.5em !important;
}

.j_10 {
	font-size: 65% !important;
	line-height: 1.5em !important;
}

.j_10w {
	font-size: 65% !important;
	line-height: 1.5em !important;
	color:#FFFFFF;
}

.j_10r {
	font-size: 65% !important;
	line-height: 1.5em !important;
	color:#FF0000;
}

*html .j10 {
	font-size: 73% !important;
	
	/*Mac IE5 hack*/
	/*\*//*/font-size: 66% !important;/**/
}

.j12 {
	font-size: 84% !important;
	line-height: 1.3em !important;
}

.j_12 {
	font-size: 78% !important;
	line-height: 1.5em !important;
}

.j12w {
	font-size: 84% !important;
	line-height: 1.3em !important;
	color:#FFFFFF;
}

.j12r {
	font-size: 84% !important;
	line-height: 1.3em !important;
	color:#cc0000;
}

*html .j12 {
	font-size: 84% !important;
	
	/*Mac IE5 hack*/
	/*\*//*/font-size: 77% !important;/**/
}

.j14 {
	font-size: 100% !important;
	line-height: 1.5em !important;
}

.j16 {
	font-size: 170% !important;
	line-height: 2em !important;
}

.j18 {
	font-size: 250% !important;
	line-height: 1.5em !important;
}

.j21 {
	font-size: 290% !important;
	line-height: 1.5em !important;
}

*html .j14 {
	font-size: 100% !important;
	
	/*Mac IE5 hack*/
	/*\*//*/font-size: 102% !important;/**/
}

/*フォントカラー*/
.color_ff0 {
	color: #ff0000;
}

/*ページ背景白（カタログページ等）*/
body#page_w {
	background: #FFFFFF;
}

/*ページの全体の幅と背景*/
#wrapper {
	width: 750px;
	background: #FFFFFF;
}

/*製品ページの箇条書き説明 UL */
ul {
    margin: 0px 0px 10px 0px;
    padding: 0px 7px 0px 7px;
}
 
li{
    margin: 0px 0px 0px 0px;
    padding: 4px 2px 2px 25px;
	background: url(../catalogue/lineup/images/list.gif) no-repeat 10px 0.5em;
	list-style: none none outside;
	line-height: 1.2em;
	font-size: 73%;
}

/*スペック表　wrapper（タイトル内包）*/
.spec_wrapper {
    width: 100%;
    border: 0px;
	margin-top: 10px;
}
/*スペック表　製品名部分　背景クロ*/
.title {
	margin: 0 0 0 0;
    padding: 4px;
	background-color:#000000;
	border: 0;
	color:#FFFFFF;
	font-size: 84% !important;
	font-weight:normal;
	text-align:left;
}
/*スペック表　製品名部分　背景グレー*/
.title_g{
	margin: 0 0 0 0;
    padding: 4px;
	background-color:#CCCCCC;
	border: 0;
	color:#333333;
	font-size: 75% !important;
	font-weight:normal;
	text-align:left;
}

/*スペック表*/
caption {
	text-align:left;
}
.spec {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:3px;
}

.spec th {
    padding: 3px;
    border: #999999 solid;
    border-width: 1px 1px 1px 1px;
    background: #666666;
	font-size: 70%;
	color:#FFFFFF;
    font-weight: normal;
	line-height: 1.0em;
	text-align: center;
	white-space:nowrap;
}
.spec td {
    padding: 3px;
	height:25px;
    border: #999999 solid;
    border-width: 1px 1px 1px 1px;
	background: #FFFFFF;
	font-size:75%;
	line-height: 1.0em;
	margin-left: 10px;
	text-align: center;
	white-space:nowrap;
}

/*対象魚表*/
.fishspec {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:3px;
	padding:2px;
}
/*対象魚表 項目行*/
.fishspec th {
    border: #999999 solid;
    border-width: 1px 1px 1px 1px;
	background-color:#666666;
	font-size: 60%;
	color:#FFFFFF;
    font-weight: normal;
	line-height: 1.0em;
	text-align: center;
	white-space:normal;
	padding:1px;
}
/*対象魚表 td*/
.fishspec td {
	height:25px;
    border: #999999 solid;
    border-width: 1px 1px 1px 1px;
	font-size:60%;
	line-height: 1.0em;
	margin-left: 10px;
	white-space:normal;
}
/*対象魚表 キャプション*/
.fishspec caption {
	background-color:#000000;
	padding:3px;
	text-align:center;
	color:#FFFFFF;
	font-size:75%;
}
/*対象魚表　右列の号数*/
.lbs_center {
	line-height: 1.5em;
	text-align: center;
	white-space:normal;
}
/*対象魚表　左列の対象魚*/
.fish_left {
	line-height: 1.5em;
	background:#EAEAEA;
	text-align:left;
	white-space:normal;
	width:30%;
	padding:2px 0px 0px 2px;
}
/*対象魚表　左列の号数*/
.lbs {
	line-height: 1.5em;
	background:#CCCCCC;
	text-align: center;
	white-space:nowrap;
}
/*対象魚表　右列の対象魚*/
.fish {
	line-height: 1.5em;
	background:#FFFFFF;
	text-align: left;
}

/*左右にcontentsを並べる際に使用
　それぞれdivで囲みid指定。
　下に新しいcontentsを入れる際はdivにstyle="clear:both"を指定*/
/*左：商品説明リスト用*/
#list_features{
	float:left;
	width:320px;
	height:100%;
	padding:0px 0px 0px 0px;
}
/*右：アクション図用*/
#img_action{ 
	float:right;
	width:280px;
	height:100%;
	padding:0px 0px 0px 0px;
}

/*ボーダーライン*/
.border{ 
	width:100%;
	margin:10px 0px 10px 0px;
	background-color: #999999;
	height: 1px;
}

/*関連商品*/
blockquote{
	padding:5px 0px 10px 0px;
}

/*別窓ページ(action spec option)タイトル部分*/
.title_htm {
	margin: 0 0 0 5;
    padding: 5px;
	background-color: #666666;
	border: 0;
	color:#FFFFFF;
	font-size: 84% !important;
	font-weight: normal:
}