/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本共通cssの定義
=================================================================== */

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

共通部品

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

body{
	background:#262626 url(../images/common/body_bg.jpg);
}
body #wrapper{
	background:url(../images/common/sec_bg.png) no-repeat center top;
	background-size:100%;
	min-height:315px;
}
#wrap{
	padding:0 20px;
}


/* main
----------------------- */
#main #wrapper{
	background:url(../images/common/top_bg.png) no-repeat center top;
	background-size:100%;
	min-height:737px;
}

/* hot_topics
----------------------- */
#hot_topics{
	background:#bdb200 url(../images/common/head_bg.jpg) no-repeat center;
	height:20px;
	box-shadow:1px 1px 3px #000000;
}
#hot_topics ul{
	background:url(../images/common/topics_ttlimg.gif) no-repeat;
	height:20px;
	padding-left:105px;
	position:absolute;
	left:0;
}
#hot_topics ul li{
	font-weight: bold;
	line-height:1.7;
	display:none;
}
#hot_topics ul li.active{
	display:inline;
}
#hot_topics ul li a{
	color:#000000;
	text-decoration:none;
	font-size:93%;
}
.default_frame{
	width:1024px;
	margin:0 auto;
	position:relative;
}

/* header
----------------------- */
header{
	position:relative;
	top:-20px;
	float:right;
}
#logo{
	box-shadow:0px 1px 3px #000000;
}
#nav{
	background:#000000;
	box-shadow:0px 1px 3px #000000;
	padding:0 6px 6px;
	width:168px;
	position:relative;
}
#social_icon{
	text-align:center;
	padding:15px 0;
}
#social_icon li{
	display:inline;
	padding:0 20px;
}
#social_icon li a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
}

.social {
line-height: 0;
}

/*global_nav*/
#global_nav li{
	margin-bottom:1px;
	line-height:0;
}
#global_nav li > a{
	display:block;
	text-indent:-7777px;
	height:49px;
	width:167px;
	overflow:hidden;
	line-height:normal;
}
#global_nav li.result > a{
	background:url(../images/common/global_result.jpg) no-repeat;
}
#global_nav li.ticket > a{
	background:url(../images/common/global_ticket.jpg) no-repeat;
}
#global_nav li.players > a{
	background:url(../images/common/global_players.jpg) no-repeat;
}
#global_nav li.academy > a{
	background:url(../images/common/global_academy.jpg) no-repeat;
}
#global_nav li.fan > a{
	background:url(../images/common/global_fan.jpg) no-repeat;
}
#global_nav li.club > a{
	background:url(../images/common/global_club.jpg) no-repeat;
}
#global_nav li.goods > a{
	background:url(../images/common/global_goods.jpg) no-repeat;
}
#global_nav li.news > a{
	background:url(../images/common/global_news.jpg) no-repeat;
}
#global_nav li.mobile > a{
	background:url(../images/common/global_mobile.jpg) no-repeat;
}
#global_nav li > a:hover,#global_nav li > a.current{
	background-position:-167px;
	text-decoration:none !important;
}

#global_nav li .sub_list{
	background:#171717 url(../images/common/global_shadow.jpg) no-repeat;
}
#global_nav li .sub_list li{
	border-top:1px solid #333333;
	line-height:0;
}
#global_nav li .sub_list li:first-child{
	border-top:none;
}
#global_nav li .sub_list li > a{
	text-indent:0px;
	height:auto;
	width:auto;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/common/icon_arrow.png) no-repeat 1em 1.6em;
	padding:13px 0 12px 25px;
	line-height:normal;
	font-size:93%;
	margin-left:19px;
}
#global_nav li .sub_list li.top_contents a{
	margin-left:6px;
	}
#global_nav li .sub_list li > a:hover,
#global_nav li .sub_list li > a.active{
	background:url(../images/common/global_sub_hover.png) repeat-y;
	color:#171717;
	font-weight:bold;
	margin-left:0;
	padding-left:44px;
}
#global_nav li .sub_list li.top_contents a:hover,
#global_nav li .sub_list li.top_contents a.active{
	padding-left:31px;
	}

/* main
----------------------- */
#content,#content_page{
	width:824px;
	padding-top:20px;
	float:left;
}

/* box_slide
----------------------- */
#box_slide{
	width:658px;
	box-shadow:0px 1px 3px #000000;
	position:relative;
	float:left;
}
#box_slide > #box_slide_menu{
	position:absolute;
	bottom:0;
	background:url(../images/common/slide_bg.png);
	width:658px;
}
#box_slide_txt li{
	width:117px;
	float:left;
	padding:5px 5px 5px 8px;
	border-left:1px solid #333333;
	margin:5px 0;
	height:45px;
	line-height:1.5;
	font-size:85%;
}
#box_slide_txt li:first-child{
	border-left:none;
}
#box_slide_txt li a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	font-size:93%;
}
#box_slide_txt li a:hover,#box_slide_txt li a.active{
	color:#fff100;
}
#box_slide_bar{
	background-color:#fff100;
	text-indent:-7777px;
	width:132px;
	height:4px;
	position:absolute;
	left:0px;
}

/* box_tab_result
----------------------- */
#box_tab_result{
	width:160px;
	float:right;
}
#box_result_list{
	border-bottom:6px solid #2c2c2c;
}
#box_result_list li{
	width:42px;
	float:left;
	font-size:85%;
	background:#070707;
	text-align:center;
	padding:2px 5px;
	border-radius:3px 3px 0px 0px;
	margin-left:2px;
	line-height:1.1;
}
#box_result_list li:first-child{
	margin-left:0px;
}
#box_result_list li span{
	font-size:77%;
	font-weight:bold;
}
#box_result_list li.active,#box_result_list li:hover{
	background:#070707 url(../images/common/tab_ui_bg.jpg) repeat-x;
}
#box_result_list li a{
	text-decoration:none;
	color:#ffffff;
	font-size:93%;
}
.tab_content{
	background:#020202 url(../images/common/tab_bg.jpg) repeat-x;
	padding:0 6px;
	height:306px;
	color:#ffffff;
	box-shadow:0px 1px 2px #000000;
}
.tab_content > div{
	display:none;
}
.result_ttl{
	font-size: 9px;
	background: #000;
	padding: 2px 3px;
}
.result_ttl img{
	float: left;
}
.result_ttl p{
	margin-left: 21px;
	line-height: 15px;
}
.tab_result_date{
	margin:15px 5px;
	line-height:1.4;
}
.tab_result_card{
	margin-top:-5px;
	position:relative;
}
.tab_result_card .team_logo{
	float:right;
	padding-right:10px;
	position:relative;
}
.tab_result_card p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:85%;
}
.team_other{
	float:left;
	padding-left:10px;
	padding-top:18px;
}
.tab_result_card p.card_big{
	font-size:193%;
	font-weight:bold;
	margin-top:12px;
	line-height:normal;
}
.tab_result_team{
	margin-top:15px;
	line-height:1.2;
	padding-left:5px;
}
.tab_result_team dd{
	font-size:85%;
}
.tab_result_point{
	border-top:1px solid #333333;
	margin-top:10px;
	text-align:center;
	padding-top:10px;
}
.tab_result_point p{
	margin-bottom:5px;
	font-size:85%;
}
.tab_result_point .point_big{
	font-size:370%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:12px 0 20px;
}

.tab_result_point .point_mid{
	font-size:250%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:7px 0 10px;
}
.tab_result_point .point_big span{
	color:#fff100;
}
.tab_btn{
	box-shadow:0px 1px 2px #000000;
	background-color:#000000;
}
.tab_btn a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
}

/* sponsor_bn_list
----------------------- */
.sponsor_bn_list{
	background:url(../images/common/sponsor_bg.png) repeat;
	padding:6px 0 0 0;
	text-align:center;
	margin:35px 0;
	box-shadow:0px 1px 3px #000000;
}

.sponsor_bn_list ul {
	margin-left:6px;

}

.sponsor_bn_list li{
	float:left;
	padding-right:6px;
	padding-bottom:6px;
}

.sponsor_bn_list li a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
}

/* box_top_left
----------------------- */
#box_top_left{
	width:326px;
	float:left;
}
/*box_top_news*/
#box_top_news{
	background:#ffffff url(../images/common/top_news_bg.jpg) repeat-x;
	padding:2px;
	margin-bottom:6px;
}
#box_top_news h2{
	position:relative;
}
#box_top_news h2 span{
	position:absolute;
	right:10px;
	top:10px;
}
#box_top_news h2 span a{
	text-decoration:none;
	color:#ffffff;
	font-size:77%;
	background:url(../images/common/icon_arrow.png) no-repeat 0 36%;
	padding-left:1em;
	font-style: italic;
}
#box_top_news h2 span a:hover{
	color:#fff100;
}
#top_news_list{
	padding:5px;
	padding-right:0px;
	height:325px;
	overflow-y:auto;
}
.news_ttl{
	background:#fdf5a2;
	padding:6px;
}
.news_list{
	margin-bottom:10px;
}
.news_list ul li{
	margin-top:1em;
}
.news_list ul li a{
	background:url(../images/common/icon_arrow_b.png) no-repeat 0 0.4em;
	padding-left:0.6em;
	display:block;
	line-height:1.4;
	text-decoration:none;
	font-size:93%;
}

/*box_top_bnbox*/
.box_top_bnbox a img,.box_top_bnbox a{
	border:none;
	overflow:hidden;
	float:left;
	background-color:#ffffff;
}
.box_top_bnbox a{
	margin-right:6px;
}
.box_top_bnbox a.end{
	margin:0;
}
.box_top_bnbox a:hover{
	border:1px solid #fff100;
}
.box_top_bnbox a:hover img{
	margin:-1px;
}

/* box_top_right
----------------------- */
#box_top_right{
	width:492px;
	float:right;
}
/*box_top_score*/
#box_top_score{
	width:158px;
	border:1px solid #000000;
	margin-top:5px;
	background-color:#2A2A2A;
	float:left;
}
#score_ttl{
	text-align:center;
	margin-top:1px;
	background-color:#2a2a2a;
	border-bottom:1px solid #000000;
}
.score_txt{
	color:#ffffff;
	padding:4px 0;
	font-size:85%;
}
#table_top_score{
	width:158px;
	height:330px;
	background:#2a2a2a url(../images/common/score_bg.jpg) repeat-x;
	font-size:85%;
	color:#ffffff;
}
.th_team_name{
	white-space:nowrap;
}
#table_top_score th{
	padding:4px 2px;
	white-space:nowrap;
}
#table_top_score td{
	padding:2px;
	text-align:center;
}
.team_here{
	background-color:#635e16;
}

/*box_top_schedule*/
#box_top_schedule{
	float:right;
	width:322px;
	margin-top:5px;
}
.top_white_bg{
	background:#ffffff url(../images/common/top_white_bg.jpg) repeat-x;
	padding:2px;
}
.top_ttl{
	background:url(../images/common/ttlimg_top.png) no-repeat;
	height:22px;
	padding-top:10px;
	padding-left:17px;
	font-weight:bold;
	color:#ffffff;
	position:relative;
}
.top_ttl span{
	position:absolute;
	right:10px;
	top:10px;
}
.top_ttl span a{
	text-decoration:none;
	color:#ffffff;
	font-size:77%;
	background:url(../images/common/icon_arrow.png) no-repeat 0 36%;
	padding-left:1em;
	font-style: italic;
}
.top_ttl span a:hover{
	color:#fff100;
}
#table_schedule_frame{
	height:147px;
	overflow-y:auto;
	margin-top:3px;
}

#table_top_schedule{
	width:302px;
}

#table_top_schedule img{
	height:16px;
	width:16px;
}

#table_top_schedule th{
	padding:4px;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font-size:85%;
}
#table_top_schedule td{
	padding:4px;
	font-size:85%;
	line-height:1.4;
	border-top:1px solid #b2b2b2;
	vertical-align:top;
}

#table_top_schedule td p{
	line-height:1.6;
	padding-left:1.5em;
}

#table_top_schedule .icon_ng{
	background:url(../images/common/icon_ng.png) no-repeat;
	background-size:16px 16px;
}
#table_top_schedule .icon_tv{
	background:url(../images/common/icon_tv.png) no-repeat;
	background-size:16px 16px;
}
#table_top_schedule .icon_book{
	background:url(../images/common/icon_book.png) no-repeat;
	background-size:16px 16px;
}
#table_top_schedule .icon_birth{
	background:url(../images/common/icon_birthday.png) no-repeat;
	background-size:16px 16px;
}
#table_top_schedule .icon_team_ticket{
	background:url(../images/common/icon_team_ticket.png) no-repeat;
	background-size:16px 16px;
}
#table_top_schedule .icon_holiday{
	background:url(../images/common/icon_holiday.png) no-repeat;
	background-size:16px 16px;
}
#table_top_schedule .icon_event{
	background:url(../images/common/icon_event.png) no-repeat;
	background-size:16px 16px;
}
#table_top_schedule .icon_radio{
	background:url(../images/common/icon_radio.png) no-repeat;
	background-size:16px 16px;
}

#table_top_schedule td ul li{
	line-height:1.6;
	padding-left:1.5em;
	text-indent:-1.5em;
}
#table_top_schedule td ul li img{
	vertical-align:top;
}
.schedule_gray{
	background-color:#f2f2f2;
}

/*box_top_blog*/
#box_top_blog{
	float:right;
	width:322px;
	margin-top:5px;
}
#blog_frame{
	height:125px;
	overflow-y:auto;
	padding:10px;
	padding-right:0;
}
#blog_frame li{
	background:url(../images/common/icon_arrow_b.png) no-repeat 0 0.4em;
	padding-left:0.6em;
	line-height:1.6;
	display:block;
	font-size:93%;
}
#blog_frame li a{
	text-decoration:none;
}

/* box_top_subnav
----------------------- */
#box_top_subnav{
	margin-top:5px;
}
#box_top_subnav a{
	float:left;
}
#box_sponsor{
	float:left;
	position:relative;
	width:160px;
	height:160px;
	background-color:#ffffff;
}
#box_sponsor .sponsor_ttlimg{
	position:absolute;
	bottom:0;
}
.sponsor_box_bn_list{
	padding:15px 4px 10px;
	text-align:center;
}
.sponsor_box_bn_list > a{
	margin-bottom:8px;
	margin-right:3px;
}
.sponsor_box_bn_list > a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
}
.sponsor_box_bn_list > a.even{
	margin-right:0px;
}
#box_top_subnav > div,#box_top_subnav > a{
	margin-right:6px;
}
#box_top_subnav a.end{
	margin:0;
}

/* box_top_subnav
----------------------- */

.sponsor_bn_list_bottom ul {
	margin-left:-6px;
}

.sponsor_bn_list_bottom li{
	float:left;
	margin-left:6px;
	margin-top:6px;
}
.sponsor_bn_list_bottom li.end{
	margin:0;
}
.sponsor_bn_list_bottom li a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
}



/* footer
----------------------- */
#footer{
	background:#000000;
	padding-top:20px;
	padding-bottom:35px;
	text-align:right;
	width:100%;
	min-width: 1120px;
}
#footer_nav li{
	display:inline;
	margin-left:0.8em;
}
#footer_nav li a{
	text-decoration:none;
	color:#ffffff;
	background:url(../images/common/icon_arrow.png) no-repeat 0 0.5em;
	padding-left:1em;
	font-size:85%;
}
#footer_nav li a:hover{
	color:#fff100;
}
#footer small{
	color:#ffffff;
	font-size:85%;
}


/* news
----------------------- */
#box_news_detail{
	background-color:#ffffff;
	box-shadow:0px 1px 3px #000000;
	margin-bottom:45px;
}

/*h series*/
#content_page h2{
	padding:22px 20px 0;
	height:48px;
}
#content_page h2 span{
	background:url(../images/common/h2_ttlbar.png) no-repeat 0 0;
	display:block;
	padding-left:15px;
	line-height:1.4;
}
#bread_box,#content_page h2{
	background:url(../images/common/body_bg.jpg);
}
.bar_gray{
	background:url(../images/common/h3_gray_bar.png) repeat-x bottom;
	font-size:134%;
	font-weight:bold;
	padding:15px 30px;
	line-height:1.4;
}
.bar_black{
	background:url(../images/common/h3_gray_bar.png) repeat-x bottom;
	font-size:134%;
	font-weight:bold;
	line-height:100%;
	padding:0;
	padding-top:15px;
	height:31px;
	position:relative;
}
.bar_black .line_b{
	border-bottom: 2px solid #000000;
	padding-right: 10px;
	line-height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 10px;
}
.bar_black .line_b span{
	padding-left:30px;
	line-height:100%;
}
.sub_title1{
	border:1px solid #949494;
	padding:1px;
	width:760px;
	margin:30px 0;
}
.sub_title1 .outline{
	background:url(../images/common/h4_bg_gray.jpg) repeat-y;
	display:block;
}
.sub_title1 .inline{
	background:url(../images/common/h4_arrow_y.png) no-repeat;
	display:block;
	padding:6px 10px 6px 20px;
	font-weight:bold;
	font-size:124%;
}
.arrow_border_title{
	background:url(../images/common/h4_arrow_border.png) 0 0.5em no-repeat;
	border-bottom:#000 1px dotted;
	padding:0 0 2px 11px;
	width:749px;
	margin-bottom:20px;
	font-weight:bold;
	font-size:116%;
	line-height:1.4;
	}
.dia_black_title{
	font-weight:bold;
	background:url(../images/common/icon_dia.png) 0 0.35em no-repeat;
	padding:0 0 2px 18px;
	border-bottom:black 1px dotted;
	margin-bottom:20px;
	}
.w_bdr_ttl{
	background:url(../images/club/bg_club_history_bdr.png) left bottom repeat-x;
	font-size:139%;
	font-weight:bold;
	}
.w_bdr_ttl span{
	display:block;
	background:url(../images/club/logo_club_history.png) right top no-repeat;
	padding:4px 0 20px;
	margin-bottom:16px;
	line-height:1.4;
	}
	
	
/*color_font*/
.red{
	color:#d70a30;
}
.red_txt {
	font-weight: bold;
	color: #d70a30;
}
.blue{
	color:#0085cd;
}
.blue_txt {
	font-weight: bold;
	color: #0085cd;
}

/*bread_box*/
#bread_box{
	border-bottom:1px solid #333333;
}
#bread_box ul{
	text-align:right;
	padding:10px 5px;
}
#bread_box ul li{
	display:inline;
	margin-right:5px;
	font-size:92%;
	color:#ffffff;
}
#bread_box ul li a{
	text-decoration:none;
	color:#fff100;
	font-size:93%;
}
.item_cat{
	background:#FDF5A2;
	padding:3px 5px;
	font-size:93%;
	font-weight:bold;
}


/*submenu_cat*/
.submenu_cat{
	border-bottom:1px solid #a7a7a7;
}
.submenu_cat,.submenu_cat2{
	background-color:#dcdcdc;
}
.submenu_cat li,.submenu_cat2 li{
	float:left;
}
.submenu_cat li a,.submenu_cat2 li a{
	display:block;
	width:117px;
	text-align:center;
	padding:8px 0;
	margin:1px 0;
	border-right:1px solid #a7a7a7;
	color:#000000;
	text-decoration:none;
	font-size:93%;
}
.submenu_cat li:first-child a,.submenu_cat2 li:first-child a{
	width:116px;
}
.submenu_cat li a.end{
	border-right:none;
}
.submenu_cat li:hover,.submenu_cat2 li:hover{
	background:url(../images/common/submenu_bg.jpg);
}
.submenu_cat li a:hover,.submenu_cat2 li a:hover{
	color:#fff100;
}
.submenu_cat li.active,.submenu_cat2 li.active{
	background:url(../images/common/submenu_bg.jpg);
}
.submenu_cat li.active a,.submenu_cat2 li.active a{
	color:#fff100;
}

/*pagenav*/
div#pagenav{
	text-align:center;
}
div#pagenav div{
	display:inline;
	padding:0 5px;
}
div#pagenav ul{
	display:inline;
}
div#pagenav ul li{
	display:inline;
}
div#pagenav div a{
	text-decoration:none;
}

/*pagenav_num*/
div#pagenav_num{
	text-align:center;
	margin-bottom:50px;
}
div#pagenav_num div{
	display:inline;
}
div#pagenav_num ul{
	display:inline;
	margin:0 15px;
}
div#pagenav_num ul li{
	display:inline;
	margin-right:6px;
}
div#pagenav_num div > a{
	text-decoration:none;
	border:1px solid #d2d2d2;
	padding:1px 5px;
	background-color:#dcdcdc;
	color:#1c1c1c;
}
div#pagenav_num div > a:hover{
	background:#000;
	color:#FFF100;
	}
div#pagenav_num div a.none{
	color:#979797;
	background-color:#ffffff;
}
div#pagenav_num ul li a{
	border:1px solid #d2d2d2;
	padding:1px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
div#pagenav_num ul li span,div#pagenav_num ul li a:hover{
	background-color:#000000;
	border:none;
	padding:2px 7px;
	color:#fff100;
	font-weight:bold;
}

/*pagetop*/
#pagetop{
	text-align:right;
	padding:8px 0;
	padding-right:30px;
}
#pagetop a{
	background:url(../images/common/icon_pagetop.png) no-repeat 0 0.4em;
	padding-left:1em;
	line-height:1.4;
	text-decoration:none;
	color:#000000;
	font-size:85%;
}
.pagetop_middle{
	padding:2px 0;
	text-align: right;
	}
.pagetop_middle a{
	background:url(../images/common/icon_pagetop.png) no-repeat 0 0.4em;
	padding-left:1em;
	line-height:1.4;
	text-decoration:none;
	color:#000000;
	font-size:85%;
}

/*item_box*/
#item_box{
	font-size:108%;
	line-height:1.6;
	padding:15px 30px;
	margin-bottom:70px;
}
#item_box > p,#item_box dl dd{
	margin-bottom:1.5em;
}
#item_box p.img_c{
	text-align:center;
}

/*box_ticket*/
#box_ticket{
	padding:30px;
	padding-bottom:0px;
}
.page_info_ttl{
	background:#131313 url(../images/common/listbox_bg.jpg) repeat-x;
	padding:6px 10px;
	color:#fff100;
	font-weight:bold;
	line-height:1;
}
#box_page_info{
	border:1px solid #949494;
	border-top:0;
}
#box_page_info ul li{
	padding:10px;
}
#box_page_info ul li a{
	background:url(../images/common/icon_arrow_b.png) no-repeat 0 0.4em;
	padding-left:0.6em;
	display:block;
	line-height:1.4;
	text-decoration:none;
	font-size:93%;
}
#box_page_info ul li.even{
	background-color:#f2f2f2;
}


/*page_banner_list*/
#page_banner_list li{
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	display:inline;
}
#page_banner_list li.even{
	margin:0;
}
#page_banner_list li.mg_none{
	margin-bottom:0px;
}
#page_banner_list li a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	box-shadow:0px 0px 3px #333333;
}

/*btn rollover*/
a img.over:hover,
input.over:hover{
-ms-filter: "alpha( opacity=80 )";
filter: alpha( opacity=80 );
zoom:1;
opacity: 0.8;
}
/*---------------------------------------------------

item_archive

---------------------------------------------------*/
#item_archive{
	background:#dcdcdc;
	padding:15px 30px;
}
#item_archive ul li{
	display:inline;
	margin-right:13px;
}
#item_archive ul li.right_list{
	margin-right:0;
	}
#item_archive ul li a{
	background:url(../images/common/icon_arrow_b.png) no-repeat 0 0.5em;
	padding-left:1em;
	line-height:1.4;
	text-decoration:none;
	color:#000000;
}
#item_archive p a{
	background:url(../images/common/icon_arrow_b.png) no-repeat 0 0.5em;
	padding-left:1em;
	line-height:1.4;
	text-decoration:none;
}

#item_archive ul li a:hover,
#item_archive p a:hover {
	color:#0085cd;
}

#item_archive ul li.current a {
	font-weight:bold;
	color:#0085cd;
}

/** dummy */
