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

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b1b0b0;
	font-size: 12px;
}
/*-------上面logo------------*/
#header {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	height: 71px;
}
#logo {
	float: left;
	width: 203px;
}
/*-----上面左邊語系------------*/
#language {
	float: left;
	padding-left: 328px;
	color: #c4c4c4;
	width: 240px;
	padding-top: 38px;
}
#language ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#language li {
	color: #c4c4c4;
	float: left;
	text-decoration: none;
	width: 75px;
}
#language a {
	color:#c4c4c4;
	text-decoration: none;
	padding-right: 10px;
}
#language a:hover {
	color:#FFF;
	text-decoration: none;
}
/*-----上面左邊搜尋------------*/
#search {
	float: right;
	padding-top: 32px;
	background-image: url(../images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 127px;
	padding-left: 25px;
	padding-bottom: 3px;
}
#search_t {
	float: left;
	width: 100px;
}
#search_btn {
	float: right;
	padding-right: 5px;
	padding-top: 3px;
}
/*------選單---------*/
#menu {
    clear: both;
    width: 921px;
    margin-right: auto;
    margin-left: auto;
    height: 36px;
    border-top: 1px solid #565553;
    border-left: 1px solid #565553;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
    border-right: 1px solid #565553;
}
#menu .menu{
    float: left;
    width: 152px;
    position: relative;
    height: 36px;
    border-right: 1px solid #565553;cursor: pointer;
    font-family: 微軟正黑體;
}
#menu .menu.last{
	border-right: 0;width: 155px;
}
#menu .menu .word{
	    position: relative;
    width: 100%;
    height: 100%;
    z-index: 50;
    text-align: center;
    line-height: 36px;
    color: white;
    font-weight: bold;
        -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
    transition:all .2s ease;
}
#menu .menu:hover .word{
	margin-top: -36px;
}
#menu .menu .word span{
	    position: relative;
    width: 100%;
    height: 36px;
    float: left;

}
#menu .menu .word .w1{
	
}
#menu .menu .word .w2{
	color: #ebb800;
}
#menu .menu .bg{
	
}
/*------內容---------*/
#content {
	width: 921px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4d4d4d;
	border-left-color: #4d4d4d;
	padding-top: 33px;
}
/*------內容_左邊---------*/
#left {
	float: left;
	width: 165px;
	padding-left: 28px;
}
#left_title {
	margin-bottom: 20px;
}
#left_list {
}
#left_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#left_list li {
	color: #838383;
	float: left;
	text-decoration: none;
	margin-bottom: 4px;
}
#left_list a {
	color:#838383;
	text-decoration: none;
	height: 59px;
}
#left_list a:hover {
	color:#FFF;
	text-decoration: none;
}
/*------內容_右邊---------*/
#right {
	float: left;
	width: 703px;
	padding-top: 15px;
	padding-right: 25px;
}
#s_title {
	text-align: right;
	color: #FFF;
	margin-bottom: 20px;
}
#right_banner {
	margin-bottom: 35px;
	height: 109px;
}
#write {
	margin-bottom: 10px;
	line-height: 22px;
	color: #b5b5b5;
}
#right_list {
	position: relative;
}
#right_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#right_list li.old_li {
	color: #f28334;
	float: left;
	text-decoration: none;
	border: 1px solid #3e3e3e;
	height: 19px;
	min-width:85px;
	margin-right: 7px;
	margin-bottom: 6px;
	font-size: 12px;
	background-color: #373737;
}
#right_list li.link a {
	color: #f28334;
	float: left;
	text-decoration: none;
	height: 19px;
	min-width:85px;
	font-size: 12px;
	background-color: #373737;
}
#right_list li.link a:hover {
	color:#FFF;
	text-decoration: none;
	background-color: #373737;
}
#right_list li.old_li a.old {
	color:#FFF;
	text-decoration: none;
	display: block;
	height: 19px;
	min-width:85px;
	padding-left: 5px;
	padding-right:5px;
	float: left;
	font-size: 12px;
	background-color: #000;
}
#right_list li.old_li a.old:hover {
	color:#f28334;
	text-decoration: none;
	background-color: #373737;
}
#right_list span.news {
	color:#FFF;
	text-decoration: none;
	display: block;
	min-width:85px;
	padding-left: 5px;
	padding-right:5px;
	float: left;
	font-size: 12px;
	background-color: #000;
	height:19px;
}
#right_list span.news:hover {
	color:#f28334;
	text-decoration: none;
	background-color: #373737;
}
#text {
	clear: both;
	padding-top: 25px;
}

/*------圓弧底圖----------*/
#bottom {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	height: 22px;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/index_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-right: 25px;
	padding-top: 7px;
}
/*------footer----------*/
#footer {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 22px;
	height: 89px;
	font-size: 11px;
}
/*------footer_logo----------*/
#footer_logo {
	width: 116px;
	padding-left: 19px;
	float: left;
}
/*------footer_中間----------*/
#footer_text {
	float: left;
	width: 635px;
	padding-left: 50px;
}
/*------選單----------*/
#footer_list {
	padding-bottom: 15px;
	height: 9px;
}
#footer_list ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#footer_list li {
	color: #7b7b7b;
	float: left;
	text-decoration: none;
	font-size: 11px;
}
#footer_list a {
	color:#7b7b7b;
	text-decoration: none;
}
#footer_list a:hover {
	color:#FFF;
	text-decoration: none;
}
#footer_address {
	height: 9px;
	padding-bottom: 8px;
}
#footer_copyright {
	padding-bottom: 8px;
}
#footer_mail {
	height: 9px;
	padding-bottom: 8px;
}
/*------footer右邊----------*/
#footer_right {
	float: right;
	width: 100px;
}
/*-----fb--------*/
#fb{
	text-align:right;
	padding-bottom: 13px;
}
#world {
	font-size: 10px;
	text-align: right;
}
/*-------------paga_div------------------------------------*/
#paga {
}
#paga ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#paga li {
	color: #ffffff;
	float: left;
	font-weight:bold;
	width: 15px;
	text-decoration: none;
	font-size: 11px;
}
#paga a {
	color:#91918f;
	display: block;
	text-decoration: none;
	font-size: 11px;
	width: 15px;
	text-align: center;
}
#paga a:hover {
	color:#ffffff;
	text-decoration: underline;
}
.page{
	padding-top:5px;
	padding-right: 5px;
}
/*--------------------------內容_釣具--------------------*/
#title{
	height: 31px;
}
/*----上面-------*/
#b_title {
	float: left;
	padding-left: 28px;
}
#ss_title {
	float: right;
	color: #FFF;
	padding-right: 25px;
}
/*------廣告---------*/
#banner {
	width: 921px;
	margin-right: auto;
	margin-left: auto;
	height: 374px;
	padding-bottom: 20px;
}
#right_2 {
	float: left;
	width: 703px;
	padding-right: 25px;
}



/*------共用css--------------*/
/*----搜尋-----*/
.search_box{
	background-color:#c1c1c1;
	color:#6f6f6f;
	border:1px #c1c1c1 solid;
	width:100px;
	height:15px;
}
/*------copyright-------*/
.copy{
	color:#ebb800;
}
/*------mail--------*/
.mail A:link,.mail A:visited{
	color: #9e9e9e;
	text-decoration: none;
}
.mail A:hover,.mail A:active{
	color: #ffffff;
	text-decoration: none;
}
/*------world--------*/
.world A:link,.world A:visited{
	font-size:10px;
	color: #c2c2c2;
	text-decoration: underline;
}
.world A:hover,.world A:active{
	color: #ffffff;
	text-decoration: none;
}
/*------s_title--------*/
.s_title{
	color:#b5b5b5;
}
.s_title A:link,.s_title A:visited{
	color: #b5b5b5;
	text-decoration: none;
}
.s_title A:hover,.s_title A:active{
	color: #ffffff;
	text-decoration: none;
}
/*-------獨立---------*/
/*-----news---------*/
.news_bg{
	background-image:url(../images/news_bg.jpg);
	background-repeat:repeat-y;
}
.news A:link,.news A:visited{
	color: #ffffff;
	text-decoration: none;
}
.news A:hover,.news A:active{
	color: #b5b5b5;
	text-decoration: none;
}
.news_p_line{
	border:1px solid #292929;
}
.news_day{
	color:#F02C30;
	font-size: 12px;
}
/*-----news_d---------*/
.news_d_line{
	border-left:1px solid #353535;
	border-right:1px solid #353535;
}
/*-----product--------*/
.product A:link,.product A:visited{
	color: #ffffff;
	text-decoration: none;
}
.product A:hover,.product A:active{
	color: #ff9c00;
	text-decoration: none;
}
.over{
}
.open{
	background-color:#262626;
	border:1px solid #4c4c4c;
}
/*-----product_d--------*/
.product_d_ted_t{
	font-size:14px;
	color:#f02c30;
	font-weight:bold;
}
#pro_sp{
	height: 58px;
}
#pro_sp ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#pro_sp li {
	float: left;
	text-decoration: none;
	margin-right:9px;
	width: 50px;
	display: block;
}
#pro_sp a {
	color:#838383;
	text-decoration: none;
	width: 50px;
	display: block;
}
#pro_sp a:hover {
	text-decoration: none;
	border: 4px solid #ebb800;
}
.product_d_bg_color{
	background-color:#353535;
}
.product_d_bottom_line{
	border-bottom:1px solid #686868;
}
/*-----product2--------*/
.product2_line{
	border:1px solid #292929;
}
/*-----download--------*/
.download_bg{
	background-color:#202020;
	border-right:1px solid #353535;
	border-left:1px solid #353535;
}
/*-----contact--------*/
.contact_bottom_line{
	border-bottom:1px solid #353535;
}
.contact_star{
	color:#2d6f94;
}
.contact_box{
	background-color:#202020; color:#b5b5b5; border:1px #353535 solid; width:256px;
}
.contact_box2{
	background-color:#202020; color:#b5b5b5; border:1px #353535 solid; width:256px;
}
.contact_box3{
	background-color:#202020; color:#b5b5b5; border:1px #353535 solid; width:600px;
}
/*-----website--------*/
.website_bottom_line{
	border-top:1px solid #353535;
}
.website_bottom_line2{
	border-top:1px dotted #353535;
}
.website_right_line{
	border-right:1px solid #242424;
}
.website_t_white{
	color:#ffffff;
	font-weight:bold;
}
/*------------------------------------------新增選項-----------------------*/#left h2 {
	margin: 0px;
	float: left;
	width: 165px;
	padding-bottom: 18px;
}
#left h3 {
	margin: 0px;
	float: left;
	width: 165px;
}
#left h3 ul {
	margin: 0px;
	padding: 0px;
}
#left h3 ul li {
	display: block;
	margin: 0px;
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	width: 128px;
	text-align: right;
	padding: 0px;
}
#left h3 ul li a {
	color: #b5b5b5;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	background-color: #353535;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 12px;
	padding-left: 12px;
}
#left h3 ul li a:hover {
	color: #FFF;
	background-attachment: scroll;
	background-image: url(../images/list_hover_icon.jpg);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	background-color: #2d6f94;
	display: block;
}
.list_a_top {
	background-attachment: scroll;
	background-image: url(../images/list_a_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 4px;
	width: 128px;
	margin: 0px;
}
.list_a_down {
	background-attachment: scroll;
	background-image: url(../images/list_a_down.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 4px;
	width: 128px;
}
.list_hover_top {
	background-attachment: scroll;
	background-image: url(../images/list_hover_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 4px;
}
.list_hover_down {
	background-attachment: scroll;
	background-image: url(../images/list_hover_down.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 4px;
}
.list_li{
	background-color: #2E6F95;
	background-image: url(../images/list_hover_icon.jpg);
	background-repeat: no-repeat;
	background-position: 6px 0px;

}
#pokee {
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 16px;
	width: 703px;
}
