@charset "UTF-8";

/* ▼基本要素 */
/* ----------------------------------------------------- */
body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#303030;
	line-height:150%;
	text-align:center;
	background:url(img/bg.gif);
}

img{
	border:none;
	vertical-align:bottom;
}

a{
	color:#303030;
}

a:hover{
	text-decoration:none;
}

p{
	margin:10px 5px 0px 5px;
}

p.nosp{
	margin:0px 5px;
}

form{
	margin:0px;
	clear:both;
}

br.clr{
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:100%;
	clear:both;
}

input,textarea,select{
	font-size:12px;
}

/* ▼枠組み */
/* ----------------------------------------------------- */
#all{
	width:760px;
	margin:0px auto;
	padding:0px 3px;
	text-align:left;
	background:url(img/bg_all.gif) repeat-y left 1px;
}

#cart{
	width:760px;
	margin:0px auto;
	padding:0px 3px;
	text-align:left;
	background:url(img/bg_cart.gif) repeat-y left 1px;
}

#header{
	width:760px;
	padding-bottom:12px;
	background:url(img/bg_hdr.gif) repeat-x left bottom #FFFFFF;
}

#contents{
	width:760px;
	background:url(img/bg_menu.gif) no-repeat right top;
}


#menu{
	width:150px;
	padding:20px 10px 0px 0px;
	float:right;
}

#main{
	width:555px;
	padding:0px 15px 0px 20px;
	float:left;
}

#main_top{
	width:575px;
	padding:0px 15px 0px 0px;
	float:left;
}

#footer{
	margin-top:30px;
}

/* ▼パーツ */
/* ----------------------------------------------------- */
.summary{
	height:5px;
	margin:0px;
	font-size:5px;
	line-height:100%;
	text-indent:-9999px;
	background:#FFFFFF;
}

.btn{
	margin-top:10px;
	text-align:center;
}

.emp{
	color:#B20D37;
}

.sf{
	font-size:10px;
	font-weight:normal;
}

.ja{
	ime-mode:active;
}

.en{
	ime-mode:disabled;
}

.path{
	margin:10px 0px 0px 0px;
	font-size:10px;
	line-height:100%;
	text-align:right;	
}

.arwlink{
	text-align:right;
}

.arwlink a , a.arw{
	padding-left:17px;
	background:url(img/arw.gif) no-repeat left center;
	text-decoration:none;
}

a.accesslink{
	padding-left:17px;
	background:url(img/arw.gif) no-repeat left center;
}

img.fr{
	margin:0px 0px 5px 10px;
	float:right;
}

img.fl{
	margin:0px 10px 5px 0px;
	float:left;
}

h1{
	margin:10px 0px 0px 0px;
	padding:4px 0px 3px 8px;
	font-size:16px;
	line-height:110%;
	color:#444444;
	border-left:5px solid #ED1C24;
}

h2{
	margin:25px 0px 0px 1px;
	padding:2px 0px 1px 7px;
	font-size:13px;
	color:#444444;
	line-height:110%;
	border-left:3px solid #ED1C24;
}

h2 a{
	text-decoration:none;
}

h3{
	margin:20px 0px 0px 5px;
	padding:0px 0px 0px 9px;
	font-size:13px;
	color:#444444;
	line-height:100%;
	border-left:10px solid #F79FA4;
}

img.inquiry{
	margin-top:50px;
}

.contact{
	width:400px;
	margin:30px 0px 0px 77px;
	padding:18px 0px 0px 0px;
	border-bottom:1px solid #ABABAB;
	background:url(img/hdr_inquiry.gif) no-repeat left top #FDFBED;
}

.contact p{
	margin:0px;
	padding:5px 10px 4px 10px;
	font-size:115%;
	letter-spacing:0.05em;
	border-width:0px 1px;
	border-style:solid;
	border-color:#ABABAB;
}

.contact p.mail{
	padding:2px 10px 8px 10px;
}

.btn{
	margin-top:10px;
	text-align:center;
}

.pagelink{
	text-align:center;
}

/* ▼カート */
/* ----------------------------------------------------- */

.cart{
	width:700px;
	margin:20px 0px 0px 30px;
}

.cart h1{
	margin:10px 0px 0px 0px;
	padding:3px 0px 2px 10px;
	font-size:16px;
	line-height:110%;
	color:#444444;
	border-left:4px solid #ED1C24;
}

.cart table{
	width:700px;
	margin:10px 0px 0px 0px;
	border:none;
	background:#999999;
}

.cart table th{
	padding:3px 5px;
	vertical-align:top;
	white-space:nowrap;
	background:#EFEFEF;
}

.cart table th.add{
	width:180px;
}

.cart table td{
	padding:3px 5px;
	background:#FFFFFF;
}

.cart table td input,
.cart table td textarea{
	width:400px;
	ime-mode:active;
}

.cart table td input.flex,
.cart table td textarea.flex{
	width:auto
}

.cart table td input.en{
	ime-mode:disabled;
}

.cart .ctrl{
	width:700px;
	margin:8px 0px 0px 0px;
}

.cart .ctrl form{
	margin:0px;
}

.cart .ctrl .back{
	width:470px;
	margin:0px;
	float:left;
}

.cart .ctrl .change{
	width:80px;
	margin:0px;
	text-align:right;
	float:left;
}

.cart .ctrl .subtotal{
	width:190px;
	margin:0px;
	font-size:13px;
	letter-spacing:-0.05em;
	text-align:right;
	float:right;
}

.cart .btn_next{
	margin-top:10px;
	text-align:right;
}

.editbtn{
	margin:10px 0px 0px 0px;
	text-align:right;
}

/* ▼ヘッダー */
/* ----------------------------------------------------- */
#header .ci{
	width:130px;
	padding:2px 0px 0px 10px;
	float:left;
}

#header .ci img{
	vertical-align:top;
}

#header .navi{
	width:390px;
	padding:11px 10px 0px 0px;
	line-height:100%;
	text-align:right;
	float:right;
}

#header .navi form{
	margin:0px;
}

#header .navi input{
	width:175px;
	margin:0px 8px;
	vertical-align:middle;
}

#header .navi input.submit{
	width:auto;
	margin:0px;
}

#header .navi ul{
	margin:43px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

#header .navi li{
	margin:0px;
	padding:0px 0px 0px 15px;
	line-height:100%;
	display:inline;
}


/* ▼TOPページコンテンツ */
/* ----------------------------------------------------- */
h1.top{
	width:590px;
	height:229px;
	margin:0px -15px 0px 0px;
	padding:0px;
	font-size:14px;
	line-height:100%;
	text-indent:-9999px;
	border:none;
	background:url(img/image_index.jpg) no-repeat left top;
}

.news{
	margin:20px 0px 0px 20px;
	padding-left:68px;
	background:url(img/hdr_news.gif) no-repeat left top;
}

.news dl{
	margin:0px;
	padding:3px 0px 2px 15px;
	border-left:4px solid #ED1C24;
}

.news dt{
	width:65px;
	margin:0px;
	padding:0px;
	float:left;
}

.news dd{
	width:380px;
	margin:0px 0px 0px 65px;
	padding:0px;
}

.items{
	margin:20px 0px 0px 20px;
	padding-left:68px;
	background:url(img/hdr_item.gif) no-repeat left top;
}

.items dl{
	width:471px;
	margin:0px;
	padding:0px 0px 25px 15px;
	border-left:4px solid #ED1C24;
}

.items dt{
	width:135px;
	margin:0px;
	padding:0px;
	float:left;
}

.items dd{
	width:330px;
	margin:0px 0px 0px 138px;
	padding:0px;
}

.items dd h2{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:120%;
	border:none;
}

.items dd h2 a{
	color:#1D650C;
	text-decoration:underline;
}

.items dd h2 a:hover{
	text-decoration:none;
}

.items dd p{
	margin:8px 0px 0px 0px;
}

/* ▼ミドルページコンテンツ */
/* ----------------------------------------------------- */
.list{
	margin:20px 0px 0px 20px;
}

.list dl{
	width:545px;
	margin:0px;
	padding:0px 0px 30px 0px;
}

.list dt{
	width:130px;
	margin:0px;
	padding:0px;
	float:left;
}

.list dd{
	width:403px;
	margin:0px 0px 0px 133px;
	padding:0px;
}

.list dd h2{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:120%;
	border:none;
}

.list dd h2 a{
	color:#1D650C;
	text-decoration:underline;
}

.list dd h2 a:hover{
	text-decoration:none;
}

.list dd p{
	margin:8px 0px 0px 0px;
}

.item{
	width:550px;
	margin:20px 0px 0px 0px;
}

.item .image{
	width:300px;
	padding-bottom:15px;
	text-align:center;
	float:left;
}

.item .entry{
	width:230px;
	margin:0px;
	padding-bottom:15px;
	float:right;
}

.item .entry p{
	margin:0px;
}

.item .entry p.price{
	margin-top:8px;
	font-weight:bold;
}

.item .entry img,
.item .entry form{
	margin-top:15px;
}

.item .detail p{
	width:auto;
	margin:0px;
	padding:8px 10px;
	background:#EFEFEF;
}

.mess{
	margin-top:10px;
}

.mess p{
	margin:0px;
	color:#ED1C24;
}

.arw_v{
	margin-top:15px;
	text-align:center;
}

table.price,
table.inquiry,
table.law{
	width:555px;
	margin:10px 0px 0px 0px;
	border:0px;
	background:#999999;
}

table.price2{
	width:277px;
	margin:10px 0px 0px 0px;
	border:0px;
	background:#999999;
}

table.price th,
table.price2 th{
	padding:3px 4px;
	background:#EFEFEF;
}

table.price th.top,
table.price2 th.top,
table.inquiry th,
table.law th{
	padding:3px 4px;
	background:#FDFBED;
}

table.price td,
table.price2 td{
	padding:3px 2px 3px 4px;
	text-align:right;
	background:#FFFFFF;
}

table.inquiry td,
table.law td{
	padding:3px 2px 3px 4px;
	background:#FFFFFF;
}

table.inquiry td input{
	width:250px;
}

table.inquiry td input.mail{
	ime-mode:disabled;
}

table.inquiry td textarea{
	width:350px;
}

#map{
	width:555px;
	height:400px;
	margin-top:15px;
}

img.shop_top{
	margin:0px 10px 0px 0px;
	float:left;
}

img.shop{
	margin:0px 0px 0px 10px;
	float:right;
}

.newslist p strong{
	color:#B20D37;
}

.newslist p.day{
	text-align:right;
}


/* ▼メニュー */
/* ----------------------------------------------------- */
#menu ul{
	width:150px;
	margin:12px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	list-style-type:none;
}

#menu ul.cate{
	background:url(img/hdr_cate.gif) no-repeat left top;
}

#menu ul.cate li{
	width:148px;
	height:36px;
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:100%;
	text-indent:-9999px;
	border-width:0px 1px;
	border-style:solid;
	border-color:#ABABAB;
}

#menu ul.cate li a{
	width:148px;
	height:36px;
	text-decoration:none;
	display:block;
}

#menu ul.cate li.hardlure{
	background:url(img/menu_hardlure.gif) no-repeat left top;
}

#menu ul.cate li.softlure{
	background:url(img/menu_softlure.gif) no-repeat left top;
}

#menu ul.cate li.bassrod{
	background:url(img/menu_bassrod.gif) no-repeat left top;
}

#menu ul.cate li.sultrod{
	background:url(img/menu_saltrod.gif) no-repeat left top;
}

#menu ul.cate li.spinning{
	background:url(img/menu_spinning.gif) no-repeat left top;
}

#menu ul.cate li.bait{
	background:url(img/menu_bait.gif) no-repeat left top;
}

#menu ul.cate li.other{
	background:url(img/menu_other.gif) no-repeat left top;
}

#menu ul.info{
	border-bottom:1px solid #ABABAB;
	background:url(img/hdr_info.gif) no-repeat left top;
}

#menu ul.info li{
	margin:0px;
	padding:6px 5px 1px 18px;
	line-height:117%;
	border-width:0px 1px;
	border-style:solid;
	border-color:#ABABAB;
	background:url(img/arw.gif) no-repeat 6px 10px #FFFFFF;
}

#menu ul.info li.end{
	padding:6px 5px 7px 18px;

}

#menu ul.info li a{
	text-decoration:none;
}

#menu ul.info li a:hover{
	text-decoration:underline;
}

#menu .news{
	width:150px;
	margin:12px 0px 0px 0px;
	padding:16px 0px 0px 0px;
	line-height:120%;
	border-bottom:1px solid #ABABAB;
	background:url(img/hdr_news_menu.gif) no-repeat left top #FFFFFF;
}

#menu .news p{
	margin:0px;
	padding:7px 7px 4px 7px;
	font-size:10px;
	line-height:120%;
	border-width:0px 1px;
	border-style:solid;
	border-color:#ABABAB;
}

#menu .btn_news{
	text-align:right;
}

#menu .ranking{
	width:150px;
	margin-top:12px;
	padding:16px 0px 0px 0px;
	line-height:120%;
	border-bottom:1px solid #ABABAB;
	background:url(img/hdr_ranking.gif) no-repeat left top #FFFFFF;
}

#menu .ranking dl{
	margin:0px;
	padding:7px 5px 5px 5px;
	border-width:0px 1px;
	border-style:solid;
	border-color:#ABABAB;
}

#menu .ranking dt{
	width:33px;
	margin:0px;
	padding:0px;
	float:left;
}

#menu .ranking dd{
	width:96px;
	margin:0px 0px 0px 34px;
	padding:0px;
}

#menu img.rss{
	margin-top:15px;
	vartical-align:top;
}

/* ▼フッター */
/* ----------------------------------------------------- */
#footer p{
	width:590px;
	margin:0px;
	padding:5px 0px 4px 0px;
	line-height:110%;
	text-align:center;
	letter-spacing:-0.08em;
	border-top:1px solid #E6E6E6;
}

#footer p a{
	text-decoration:none;
}

#footer p a:hover{
	text-decoration:underline;
}

#footer p.cp{
	width:760px;
	height:23px;
	margin:0px;
	padding:5px 0px 0px 0px;
	font-size:11px;
	line-height:100%;
	font-family:Verdana;
	text-align:center;
	letter-spacing:0em;
	border-top:1px solid #E6E6E6;
	background:url(img/bg_copyright.gif) repeat-x left top;
}

/* ▼サイトマップ */
/* ----------------------------------------------------- */
ul.sitemap{
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

ul.sitemap li{
	margin:3px 0px 0px 0px;
	padding:4px 0px 1px 10px;
	border-top:1px solid #ABABAB;
}

ul.sitemap li.end{
	padding:4px 0px 4px 10px;
	border-bottom:1px solid #ABABAB;
}

ul.sitemap li a{
	text-decoration:underline;
}

ul.sitemap li a:hover{
	text-decoration:none;
}

ul.sitemap ul li{
	margin:3px 0px 0px 60px;
	padding-left:21px;
	list-style-type:none;
	background:url(img/arw.gif) no-repeat 4px 9px;
}
