@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------
												トップページイベントリストスタイル	
---------------------------------------------------------------------------*/

li.eventList {
	background:url(../images/parts/indent_event.png) no-repeat;
	padding:5px 5px 5px 70px;
}
li.informationList {
	background:url(../images/parts/indent_information.png) no-repeat;
	padding:5px 5px 5px 70px;
	
}
li.messageList {
	background:url(../images/parts/indent_message.png) no-repeat;
	padding:5px 5px 5px 70px;	
}
li.blogList {
	background:url(../images/parts/indent_blog.png) no-repeat;
	padding:5px 5px 5px 70px;
}
li.newsList {
	background:url(../images/parts/indent_news.png) no-repeat;
	padding:5px 5px 5px 70px;
}

li.productList {
	background:url(../images/parts/indent_product.png) no-repeat;
	padding:5px 5px 5px 70px;
}



.tit_event, .tit_information, .tit_message, .tit_blog, .tit_news, .tit_product  {
	width:70px;
	height:25px;
	display:block;
	float:left;
	margin-top:-3px;
}

.tit_event { background:url(../images/parts/indent_event.png) no-repeat;}
.tit_information { background:url(../images/parts/indent_information.png) no-repeat;}
.tit_message { background:url(../images/parts/indent_message.png) no-repeat;}
.tit_blog { background:url(../images/parts/indent_blog.png) no-repeat;}
.tit_news { background:url(../images/parts/indent_news.png) no-repeat;}
.tit_product { background:url(../images/parts/indent_product.png) no-repeat;}

/*-------------------------------------------------------------------------
													ページ見出しスタイル
---------------------------------------------------------------------------*/

#sub-contents h2 {
	margin-bottom:20px;
}

#h2_about {
	text-indent:-9999px;
	background:url(../images/parts/h2_About.png) no-repeat;
	width:320px;
	height:60px;	
}
#h2_disclaimer {
	text-indent:-9999px;
	background:url(../images/parts/h2_Disclaimer.png) no-repeat;
	width:320px;
	height:60px;	
}

#h2_products {
	text-indent:-9999px;
	background:url(../images/parts/h2_Products.png) no-repeat;
	width:320px;
	height:60px;	
}

#h2_blog {
	text-indent:-9999px;
	background:url(../images/parts/h2_Blog.png) no-repeat;
	width:320px;
	height:60px;	
}

#h2_contactus {
	text-indent:-9999px;
	background:url(../images/parts/h2_Contactus.png) no-repeat;
	width:320px;
	height:60px;	
}

#h2_searchResult {
	text-indent:-9999px;
	background:url(../images/parts/h2_SearchResults.png) no-repeat;
	width:320px;
	height:60px;
}

#h2_history {
	text-indent:-9999px;
	background:url(../images/parts/h2_history.png) no-repeat;
	width:415px;
	height:60px;
}

#h2_movie {
	text-indent:-9999px;
	background:url(../images/parts/h2_movie.png) no-repeat;
	width:200px;
	height:60px;
}

#h2_sitemap {
	text-indent:-9999px;
	background:url(../images/parts/h2_sitemap.png) no-repeat;
	width:200px;
	height:60px;
	
}

#h2_manual {
	text-indent:-9999px;
	background:url(../images/parts/h2_Manual.png) no-repeat;
	width:240px;
	height:60px;
}
#h2_manual_launch {
	text-indent:-9999px;
	background:url(../images/parts/h2_Manual_launch.png) no-repeat;
	width:280px;
	height:60px;
}

#h2_productsInformation {
	text-indent:-9999px;
	background:url(../images/parts/h2_ProductsInformation.png) no-repeat;
	width:460px;
	height:60px;
}


#sub-contents h3 {
	padding:15px 0;
}

#h3_catalog2010 {
	background:url(../../products/images/parts/h3_catalog.png) no-repeat;
	width:670px;
	height:100px;
	text-indent:-9999px;	
}

#h3_catalog2011 {
	background:url(../../products/images/parts/h3_catalog2011.png) no-repeat;
	width:670px;
	height:100px;
	text-indent:-9999px;	
}



#manual-area h3 {
	font-family:"ヒラギノ角ゴ Pro W3";
	font-size:185%;
	padding:10px;
	margin:0 0 10px 0;
	background:#eee;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	
	box-shadow:0 0 2px #bbb;
	-moz-box-shadow:0 0 2px #bbb;
	-webkit-box-shadow:0px 0px 2px #bbb;
	
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	
}
#manual-area h4 {
	font-family:"ヒラギノ角ゴ Pro W3";
	font-size:139%;
	background:url(../images/parts/indent_h4_arrow.gif) no-repeat;
	padding:5px 0 5px 35px;
	border-bottom:1px #999999 dashed;
}

#manual-area h5 {
	font-family:"ヒラギノ角ゴ Pro W3";	
	font-size:108%;
	padding:5px 0 5px 18px;
}

#manual-area ol, #manual-area ul  {
	padding:10px 50px;
	margin: 10px;
}
#manual-area p {
	padding:10px 50px 0 50px;
	margin:0 10px;
}

#manual-area ol li {
	list-style:decimal;
}

#manual-anchor {
	margin:15px 0;
}
#manual-anchor ul{
}
#manual-anchor ul li{
	background:url(../images/parts/list_style_01.png) no-repeat left;
	padding:5px 15px;
	float:left;
}

/*--------------------------------------------------------------------------商品詳細ページ*/

#description h3 {
	font-size:200%;
	padding:0 0 15px 0px;
}

/*-------------------------------------------------------------------------*/
div.products-item
{
    width:120px;
	min-height:90px;
    float:left;
    margin-right:18px; 
    margin-bottom:18px; 
    border:1px #eee solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align:center;
    cursor:pointer;
}

div.products-item.loading {
 	background:url(../images/parts/loading-small.gif) 50% 50% no-repeat;
}



div:hover.products-item
{
    filter: alpha(opacity=65);
    -moz-opacity:0.65;
    opacity:0.65;
    background:url(../images/parts/bg.png) repeat;
    background:#eee;
}
 
div.products-item a
{
    text-decoration : none;
    border:0;
}

div.products-item a img
{
	float:left;
}
div.products-item a span.name
{
    text-decoration : underline;
}

ul#mycarousel li {
/*	background:url(../images/parts/loading-small.gif) 50% 50% no-repeat;*/
}

.loading {
	background:url(../images/parts/loading-small.gif) 50% 50% no-repeat;
}

/*---------------------------------------------------------------------------------
                                                                PRODUCT カテゴリー
---------------------------------------------------------------------------------*/

#sub-contents h3#h3_category {
	background:url(../../products/images/category_top/category_premiumSports.jpg) no-repeat;
	height:150px;
	width:650px;
	text-indent:-9999px;
	margin:0 0 10px 0;
	padding:0;
}

#sub-contents h3#h3_category_standard {
	background:url(../../products/images/category_top/category_standardSports.jpg) no-repeat;
	height:150px;
	width:650px;
	text-indent:-9999px;
	margin:0 0 10px 0;
	padding:0;
}

#sub-contents h3#h3_category_superRowing {
	background:url(../../products/images/category_top/category_superRowing_smallPower.jpg) no-repeat;
	height:150px;
	width:650px;
	text-indent:-9999px;
	margin:0 0 10px 0;
	padding:0;
}

#sub-contents h3#h3_category_standardRowing {
	background:url(../../products/images/category_top/category_standardRowing.jpg) no-repeat;
	height:150px;
	width:650px;
	text-indent:-9999px;
	margin:0 0 10px 0;
	padding:0;
}


.categoryBox {
	background:url(../images/parts/itemBox_head.gif) no-repeat top;
	padding:5px 0 0 0;
	width:650px;
	margin-bottom:10px;
}

.categoryBoxInner {
	background:url(../images/parts/itemBox_main.gif) repeat-y;
	padding:5px 0 5px 10px;
	width:650px;
}

.categoryThumb {
	float:left;
	width:140px;
	height:80px;
}


.categorySummary {
	float:left;
	width:475px;
	margin-left:20px;
}



.categorySummary h3{
	text-indent:-99999px;
	height:10px;
	width:475px;
}

.categorySummary.jef h3{ background:url(../../products/images/category_top/jef_title.gif) no-repeat;}
.categorySummary.jes h3{ background:url(../../products/images/category_top/jes_title.gif) no-repeat;}
.categorySummary.jex h3{ background:url(../../products/images/category_top/jex_title.gif) no-repeat;}
.categorySummary.premiumV h3{ background:url(../../products/images/category_top/premiumV_title.gif) no-repeat;}
.categorySummary.bbs h3{ background:url(../../products/images/category_top/bbs_title.gif) no-repeat;}
.categorySummary.jetRib h3{ background:url(../../products/images/category_top/jetRib_title.gif) no-repeat;}
.categorySummary.freed h3{ background:url(../../products/images/category_top/freed_title.gif) no-repeat;}
.categorySummary.orangePekoe h3{ background:url(../../products/images/category_top/orangePekoe_title.gif) no-repeat;}
.categorySummary.smallTransom h3{ background:url(../../products/images/category_top/smallTransom_title.gif) no-repeat;}
.categorySummary.kayak h3{ background:url(../../products/images/category_top/kayak_title.gif) no-repeat;}
.categorySummary.wonderMug h3{ background:url(../../products/images/category_top/wonderMug_title.gif) no-repeat;}
.categorySummary.ke h3{ background:url(../../products/images/category_top/ke_title.gif) no-repeat;}
.categorySummary.tr h3{ background:url(../../products/images/category_top/tr_title.gif) no-repeat;}
.categorySummary.gu h3{ background:url(../../products/images/category_top/gu_title.gif) no-repeat;}
.categorySummary.rb h3{ background:url(../../products/images/category_top/rb_title.gif) no-repeat;}
.categorySummary.fishingFloaterFb h3{ background:url(../../products/images/category_top/fishingFloater_title.gif) no-repeat;}

.categorySummary a img{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

.categoryBoxFoot {
	background:url(../images/parts/itemBox_foot.gif) no-repeat bottom;
	height:5px;
}





/*----------------*/

.fs-btn {
	text-align:right;
	padding:0 0 20px 0;
	}









/*---------------------------------------------------------------------------------動画ページ*/
/*-------------------------------------------------------------------------*/

#mov-play-area {
	height:405px;
	padding:0px 140px;
	margin:20px 0;
}

div.movie-item
{
    width:160px;
    height:140px;
	padding-top:10px; 
    float:left;
    margin-right:10px; 
    margin-bottom:10px; 
    border:1px #eee solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
 
    text-align:center;
    cursor:pointer;
}
div:hover.movie-item
{
    filter: alpha(opacity=65);
    -moz-opacity:0.65;
    opacity:0.65;
    background:url(../images/parts/bg.png) repeat;
    background:#eee;
}
 
div.movie-item a
{
    text-decoration : none;
    border:0;
}
div.movie-item a span.name
{
    text-decoration : underline;
}

div.movie-item p
{
	padding-top:10px;
	font-weight:bold;
}

/* blog */

#year_nation {
	
}

#year_nation a{
	display:block;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background:#ddd;
	border:1px solid #FFF;
	padding:5px 10px;
	float:left;
	margin:0 10px 0 0;
}


#year_nation a:hover{
	display:block;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background:#CC0000;
	border:1px solid #FFF;
	padding:5px 10px;
	color:#FFFFFF;
}


/*------------------------------------------------------------------------------------------*/

.link-anchor-area {
	text-align:right;
	margin:15px 0;
}
.link-anchor-area a {
	background:url(../images/parts/indent_anchortop.gif) no-repeat top left;
	padding:0px 0px 0px 15px ;

}
.link-anchor-area a:hover {
	background:url(../images/parts/indent_anchortop.gif) no-repeat bottom left;
	padding-left:15px;
}

/*-------------------------------------------------------------------------
													DLスタイル
---------------------------------------------------------------------------*/
.dl-style-1 {
	padding:10px;
	background:#eee;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	
	box-shadow:0 0 3px #bbb;
	-moz-box-shadow:0 0 3px #bbb;
	-webkit-box-shadow:0px 0px 3px #bbb;
}

.dl-style-1 dl{
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
}

.dl-style-1 dl dt{
	padding:5px;
	width:150px;
	min-height:20px;
	float:left;
}

.dl-style-1 dl dd{
	padding:5px;
	margin-left:150px;
	min-height:20px;
}



.dl-style-2 {
	padding:10px;

	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	
	box-shadow:0 0 3px #bbb;
	-moz-box-shadow:0 0 3px #bbb;
	-webkit-box-shadow:0px 0px 3px #bbb;
}

.dl-style-2 dl{
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
}

.dl-style-2 dl dt{
	padding:5px;
	width:450px;
	float:left;
}

.dl-style-2 dl dd{
	padding:5px;
	margin-left:450px;
}

dl dt.heading {
	background:url(../images/parts/list_style_01.png) no-repeat 0px 10px ;
	padding-left:15px;
}

.dl-style-3 {
	padding:10px;
	
}
.dl-style-3 dl{
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
}
.dl-style-3 dl dt{
	padding:5px;
	width:250px;
	float:left;
	font-weight:bold;
	/*clear:right;*/
}
.dl-style-3 dl dd{
	padding:5px;
	margin-left:250px;
	text-align:right;
}

/*.dl-style-3 dl dd{
	float:right;
	max-width:400px;
	padding:5px;

}*/

/*---------------------------------------------------*/

.dl-style-4 {
	font-family:"ヒラギノ角ゴ Pro W3";
	padding:1px;
	margin:10px 40px;
	
}
.dl-style-4 dl{
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
}
.dl-style-4 dl dt{
	padding:5px;
	width:220px;
	float:left;
	font-weight:bold;
}
.dl-style-4 dl dd{
	padding:5px;
	margin-left:220px;
	text-align:left;
}


.dl-style-5 {
	padding:1px;
	margin:10px 20px;
	float:left;
	width:400px;
	
}
.dl-style-5 dl{
	width:400px;
}
.dl-style-5 dl dt{
	padding:5px;
	width:40px;
	float:left;
	font-weight:bold;
}
.dl-style-5 dl dd{
	padding:5px;
	margin-left:55px;
	text-align:left;
}

.dl-style-5 ul {
	margin:0;
	padding:0;
}


.dl-style-6 {
	padding:1px;
	margin:10px 20px;
	
}
.dl-style-6 dl{
}
.dl-style-6 dl dt{
	padding:5px;
	width:40px;
	float:left;
	font-weight:bold;
}
.dl-style-6 dl dd{
	padding:5px;
	margin-left:55px;
	text-align:left;
}

.dl-style-6 ul {
	margin:0;
	padding:0;
}

/*-------------------------------------------------------------------------
													ULスタイル
---------------------------------------------------------------------------*/

ul.normal {
	margin:10px 20px;
}
ul.normal li{
	list-style:url(../images/parts/list_style_01.png);
	
}


.ul-style-1 {
	font-family:"ヒラギノ角ゴ Pro W3";
}

.ul-style-1 ul {
}

.ul-style-1 ul li{

	font-weight:bold;
	font-size:108%;
	width:190px;
	float:left;
	list-style-type:none;
}
/*-------------------------------------------------------------------------
													OLスタイル
---------------------------------------------------------------------------*/
.ol-style-1 {
}

.ol-style-1 ol {
}

.ol-style-1 ol li{
	width:150px;
	float:left;
	list-style-type:none;
}

/*-------------------------------------------------------------------------
													OLスタイル
---------------------------------------------------------------------------*/

#sub-contents p {
	margin-bottom:1em;
}


/*-------------------------------------------------------------------------
													テキストカラースタイル
---------------------------------------------------------------------------*/

.txt-red {
	color:#CC0000;
}


/*-------------------------------------------------------------------------
													フォームページスタイル
---------------------------------------------------------------------------*/

.btn-form {
	padding:15px 0 10px 0;
	text-align:center;
}
.btn-form input{
	padding:5px;
	margin:5px 10px;
}


/*-------------------------------------------------------------------------
													フォームページスタイル
---------------------------------------------------------------------------*/
.f-left-img {
	float:left;
	padding:15px;
}

.f-right-img {
	float:right;
	padding:15px;
}

/*-------------------------------------------------------------------------
													マージンスタイル
---------------------------------------------------------------------------*/

.m-r-10 {
	margin-right:10px;
}
.m-r-20 {
	margin-right:20px;
}

.m-r-30 {
	margin-right:30px;
}
.m-r-40 {
	margin-right:40px;
}
.m-r-50 {
	margin-right:50px;
}


.m-t-10 {
	margin-top:10px;
}
.m-t-20 {
	margin-top:20px;
}

.m-t-30 {
	margin-top:30px;
}
.m-t-40 {
	margin-top:40px;
}
.m-t-50 {
	margin-top:50px;
}


.m-b-10 {
	margin-bottom:10px;
}
.m-b-20 {
	margin-bottom:20px;
}

.m-b-30 {
	margin-bottom:30px;
}
.m-b-40 {
	margin-bottom:40px;
}
.m-b-50 {
	margin-bottom:50px;
}


/*-------------------------------------------------------------------------
													パディングスタイル
---------------------------------------------------------------------------*/
.p-r-10 {
	padding-right:10px;
}
.p-r-20 {
	padding-right:20px;
}

.p-r-30 {
	padding-right:30px;
}
.p-r-40 {
	padding-right:40px;
}
.p-r-50 {
	padding-right:50px;
}

