/*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;
}

.j_10w a:link {
	color: #ffffff;
}

.j_10w a:visited {
	color: #ffffff;
}

.j_10w a:hover {
	color: #006699;
	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_9 {
	font-size: 60% !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;
}

.j12w a:link {
	color: #ffffff;
}

.j12w a:visited {
	color: #ffffff;
}

.j12w a:hover {
	color: #006699;
	text-decoration: none;
}

.j12w_02 {
	font-size: 78% !important;
	line-height: 1.75em !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: 900px;
	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;
}

/*カタログmenu表*/
menu_caption {
	text-align:left;
}
.menu {
    width: 180px;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 1px 1px 1px;
    border: #cccccc solid;
	margin-bottom:3px;
}

.menu th {
    padding: 3px;
    border: #999999 solid;
    border-width: 1px 1px 1px 1px;
    background: #333333;
	font-size: 65;
	color:#FFFFFF;
    font-weight: normal;
	line-height: 1.0em;
	text-align: left;
}
.menu td {
    padding: 3px;
	height:25px;
    border: #999999 solid;
    border-width: 0px 0px 1px 0px;
	background: #FFFFFF;
	font-size:70%;
	line-height: 1.5em;
	margin-left: 10px;
	text-align: left;
}

.menu a:link {
	color: #333333;
	text-decoration: none;	
}

.menu a:visited {
	color: #3ED9FF;
	text-decoration: none;	
}

.menu a:hover {
	color: #ff6600;
	text-decoration: none;
}

/*対象魚表*/
.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;
	background:#EAEAEA;
}

.fish_center {
	line-height: 1.5em;
	background:#FFFFFF;
	text-align:center;
}
/*左右に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:
}
.reset_li{
	margin:0;
	padding:0;
}
.reset_li li{
	margin:0;
	padding:0;
}

.li_left li{
float:left;
}

img{
	border:none;
}

.m_t_5{
	margin-top:5px;
}

.m_t_10{
	margin-top:10px;
}

.m_t_15{
	margin-top:15px;
}

.m_t_20{
	margin-top:20px;
}
.m_t_25{
	margin-top:25px;
}

.m_t_30{
	margin-top:30px;
}

.m_b_10{
	margin-bottom:10px;
}
.m_b_15{
	margin-bottom:15px;
}

.m_b_20{
	margin-bottom:20px;
}
.m_b_25{
	margin-bottom:25px;
}
.m_b_30{
	margin-bottom:30px;
}
.m_b_40{
	margin-bottom:40px;
}
.m_b_50{
	margin-bottom:50px;
}
.m_b_60{
	margin-bottom:60px;
}
.m_l_5{
	margin-left:5px;
}

.m_l_8{
	margin-left:8px;
}
.m_l_10{
	margin-left:10px;
}

.m_l_15{
	margin-left:15px;
}

.m_l_20{
	margin-left:20px;
}
.m_l_30{
	margin-left:30px;
}
.m_l_40{
	margin-left:40px;
}

.m_r_10{
	margin-right:10px;
}
.m_r_15{
	margin-right:15px;
}
.m_r_20{
	margin-right:20px;
}



.float_l{
	float:left;
}
.float_r{
	float: right;
}


hr{
	border:solid  #999999;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
}
.no_border{
	border:none;
	outline:none;
}





