@charset "UTF-8";

/* クリア */
.clear {
	clear: both;
	float: none;
	height: 0px;
}

/* ボディ */
body {
	height: auto;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

/* パンくず */
#navi {
	font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	color:#222222;
	line-height:150%;
	margin-bottom:10px;
	background-color:#fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#navi a{
	color:#0033CC!important;
	text-decoration:none!important;
}	
#navi a:hover{
	color:#0033CC!important;
	text-decoration:underline!important;
}	

/* 全体を囲む要素 */
#wrapper {
	font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}


/* コンテナ */
#container {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
	text-align: left;
	width: 940px;
	float: left;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#container:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #container {
  height: 1em;
  overflow: visible;
}
/*\*/
#container a {
  color: #000099;
}
#container a:hover {
  color: #000099;
  text-decoration: none;
}

/* 2カラム用レイアウト */
#content_two {
	float:left;
	font-size:12px;
	font-weight:normal;
	line-height:19px;
	width:680px;
}
#content_two:after {
  clear:both;
  content:"";
  display: block;
  height: 1px;
  overflow: hidden;
}
* html #content_two {
  height: 1em;
  overflow: visible;
}

/* 3カラム用レイアウト */
#content_three {
  float:left;
  font-size:12px;
  font-weight:normal;
  line-height:19px;
  width:690px;
}
#content_three:after {
  clear:both;
  content:"";
  display: block;
  height: 1px;
  overflow: hidden;
}
* html #content_three {
  height: 1em;
  overflow: visible;
}
#leftbox_three {
  float: left;
  width: 160px;
}
#rightbox_three {
  float: right;
  width: 520px;
}
/* アーカイブ・記事の左カラム */
#twobox {
float:left;
font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:13px;
font-weight:normal;
line-height:19px;
width:680px;
}
#twobox:after {
clear:both;
content:"";
display: block;
height: 1px;
overflow: hidden;
}
* html #twobox {
height: 1em;
overflow: visible;
}
/* 2段組・3段組共通 右ボックス */
#rightbox {
	color: #333333;
	float: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	list-style-type: none;
	width: 240px;
}
#rightbox:after {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  overflow: hidden;
}
* html #rightbox {
  height: 1em;
  overflow: visible;
}

/* 右メニュー検索ボックス関連 */
.right_inner {
	margin-bottom: 10px;
	padding: 5px;
	font-size:13px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.right_inner li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
}
/*.right_midashi_big {
  font-weight: bold;
  padding-left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background-image: url(../img/common/right_midashi_big.gif);
  background-repeat: no-repeat;
  height: 20px;
  padding-top: 4px;
  padding-bottom: 1px;
}*/

.right_midashi_big { background-color:#000; font-weight:normal; color:#fff; font-size:12px; padding:6px 10px 5px 10px;border-top-left-radius: 4px; border-top-right-radius: 4px;-webkit-border-top-left-radius: 4px;-webkit-border-top-right-radius: 4px;-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px; }

.context_right {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 234px;
	clear: both;
	margin-bottom: 10px;
	color: #000000;
	background-color: #E6E6E6;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
}
.context_right:after {
  clear:both;
  content:"";
  display: block;
  height: 1px;
  overflow: hidden;
}
* html .context_right {
  height: 1em;
  overflow: visible;
}

.context_inbox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 222px;
	padding: 5px;
	float: left;
}



.context_right_border {
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #888888;
	border-left-color: #888888;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	margin-bottom: 10px;
}
.context_right_border:after {
  clear:both;
  content:"";
  display: block;
  height: 1px;
  overflow: hidden;
}
* html .context_right_border {
  height: 1em;
  overflow: visible;
}
.moreinfo {
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	width: 240px;
	clear: both;
	float: left;
	margin-top: -10px;
	margin-bottom: 10px;
}

.profile_img {
	margin-bottom: 5px;
}
.profilebox {
	margin-bottom: 10px;
	width: 228px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.profile_midashi {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.photo_cap{
	font-size:12px;
	line-height:150%;
	color:#990000;
	margin-bottom:15px;
}

/* 大見出し */
.midashi_big {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	border-right-width: 1px;
	padding-right: 5px;
	padding-left: 10px;
	background-image: url(../newimg/common/midashi_bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
	overflow: hidden;
	clear: both;
	line-height: 36px;
}

/* 中見出し */
.midashi_middle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888888;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../newimg/common/midashi_middle.gif);
	background-repeat: no-repeat;
	height: 20px;
}

/* 小見出し */
.midashi_small {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #333333;
  margin-bottom: 5px;
}
/* 赤小見出し */
.midashi_red {
  font-size: 13px;
  font-weight: bold;
  color:#CC0000;
  margin-bottom: 5px;
}

/* 囲み */
.infobox {
	padding-bottom: 5px;
	clear: both;
	background-image: url(../newimg/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
}
.infobox:after {
  clear:both;
  content:"";
  display: block;
  height: 1px;
  overflow: hidden;
}
* html .infobox {
  height: 1em;
  overflow: visible;
}

/* 囲み センター */
.infoboxcenter {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
	text-align: center;
}
.infoboxcenter:after {
  clear:both;
  content:"";
  display: block;
  height: 1px;
  overflow: hidden;
}
* html .infoboxcenter {
  height: 1em;
  overflow: visible;
}

/* 囲み_罫線なし */
.infoboxnoborder {
	width: 100%;
	clear: both;
}
.infoboxnoborder:after {
  clear:both;
  content:"";
  display: block;
  height: 1px;
  overflow: hidden;
}
* html .infoboxnoborder {
  height: 1em;
  overflow: visible;
}

.contentbox_padding5 {
  padding: 5px;
}
.alignleft {
	text-align: left;
}


.alignleft_margin5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.alignleft_top5 {
  margin-top: 5px;
}
.alignleft_bottom5 {
  margin-bottom: 5px;
}
.alignleft_margin10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.alignleft_top10 {
  margin-top: 10px;
}
.alignleft_bottom10 {
  margin-bottom: 10px;
}
.alignleft_margin15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.alignleft_top15 {
  margin-top: 15px;
}
.alignleft_bottom15 {
  margin-bottom: 15px;
}
.alignright {
	text-align: right;
}

.alignright_margin5 {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
}
.alignright_top5 {
	text-align: right;
	margin-top: 5px;
	display: block;
}
.alignright_bottom5 {
	text-align: right;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	margin-top: 5px;
}
.alignright_margin10 {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
.alignright_top10 {
  text-align: right;
  margin-top: 10px;
}
.alignright_bottom10 {
  text-align: right;
  margin-bottom: 10px;
}
.alignright_margin15 {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
}
.alignright_top15 {
  text-align: right;
  margin-top: 15px;
}
.alignright_bottom15 {
	text-align: right;
	margin-bottom: 15px;
}
.back_button {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
.img_left{
	margin-right:10px;
}
.img_left5{
	margin-right:10px;
	margin-bottom:5px;
}
.img_left10{
	margin-right:10px;
	margin-bottom:10px;
}
.img_right{
	margin-left:10px;
}
.img_right5{
	margin-left:10px;
	margin-bottom:5px;
}
.img_right10{
	margin-left:10px;
	margin-bottom:10px;
}


.left_img{
	margin-right:10px;
}
.left_img5{
	margin-right:10px;
	margin-bottom:5px;
}
.left_img10{
	margin-right:10px;
	margin-bottom:10px;
}
.right_img{
	margin-left:10px;
}
.right_img5{
	margin-left:10px;
	margin-bottom:5px;
}
.right_img10{
	margin-left:10px;
	margin-bottom:10px;
}


/*余白*/
.bottom5{
	margin-bottom:5px;
}
.bottom10{
	margin-bottom:10px;
}
.bottom15{
	margin-bottom:15px;
}
.bottom20{
	margin-bottom:20px;
}	
.top5{
	margin-top:5px;
}
.top10{
	margin-top:10px;
}
.top15{
	margin-top:15px;
}
.top20{
	margin-top:20px;
}	
/*940メインカット*/
.mainimg{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}	
/*ソーシャルブックマーク*/
.social_box{
	/*background-image:url(../img/common/social_bg.jpg);
	background-repeat:no-repeat;*/
	padding:5px;
	width:670px;
	text-align:right;
	margin-bottom:5px;
}
.social_box_list{
	width:680px;
	text-align:right;
	margin-bottom:3px;
}	
/*右メニュー記事へのリンク*/ 

.menu_list {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top:3px;
	margin-bottom: 5px;
}
.menu_list img {
	margin-right: 5px;
}
/*右メニューボーダー付き画像*/
.menuimg_border {
	margin-bottom: 5px;
}
.menuimg_border img{
	padding:2px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
}
.menuimg_border a:hover img {
	padding:2px;
	border:1px solid #990000;
}

/****************************************
		*右メニュー人気記事ランキング
*****************************************/
.right_ranking_midashi{
	background-image:url(../img/single/right_ranking_midashi.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:35px;
	padding:10px 5px 10px 65px;
	font-size:13px;
	line-height:150%;
	color:#000000;
	font-weight:bold;
}	
.rankig_red{
	color:#CC0000;
}	

/****************************************
		*左カラム記事絞り込み
*****************************************/
.shiboribox{
	border:4px solid #FF9900;
	background-color:#ffffff;
	margin-bottom:15px;
	padding:10px 10px 0px 10px;
}
.shiboribox .shiboribox_midashi{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
.shiboribox_sort{
	margin-bottom:10px;
}	
.shiboribox_sort a{
	text-decoration:none!important;
	color:#0033CC!important;
	line-height:140%;
	font-size:13px!important;
	font-weight:normal;
}
.shiboribox_sort a:hover{
	text-decoration:underline!important;
}
/*左カラム横2つ用新着*/	
.newlistbox{
	width:680px;
	clear:both;
	margin-bottom:15px;
}	
.newlistbox:after {
  clear:both;
  content:"";
  display: block;
  height: 1px;
  overflow: hidden;
}
* html .newlistbox {
  height: 1em;
  overflow: visible;
}
.newlistbox_l{
	width:335px;
	float:left;
}
.newlistbox_r{
	width:335px;
	float:right;
}
.newlistbox_midashi{
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	height:18px;
	background-image: url(../img/common/midashi335.jpg);
	font-size:13px;
	color:#ffffff;
	margin-bottom:0px;
}	
.kiji_newlistbox{
	width:323px;
	clear:both;
	border:2px solid #CCCCCC;
	padding:10px 0px 10px 8px;
	margin-top:0px;
}
.kiji_newlistbox:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html .kiji_newlistbox{
  height: 1em;
  overflow: visible;
}
/*\*/

.kiji_newlistbox .heightLine-kiji_newlist{
	width:150px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.kiji_newlistbox .heightLine-kiji_newlist a{		
	text-decoration:none!important;
	color:#0033CC!important;
	line-height:130%;
	font-size:12px!important;
	font-weight:bold;
}
.kiji_newlistbox .heightLine-kiji_newlist a:hover{		
	text-decoration:underline!important;
}
.kiji_newlistbox .heightLine-kiji_newlist img{
	margin-bottom:3px;
}
.kiji_newlistbox .kijimore{
	text-align:right;
	margin-right:10px;
	border-top:1px dotted #666666;
	padding-top:5px;
	margin-top:5px;
}
.kiji_newlistbox .kijimore a{
	text-decoration:none!important;
	color:#0033CC!important;
	line-height:130%;
	font-size:12px!important;
	font-weight:normal;
}
.kiji_newlistbox .kijimore a:hover{		
	text-decoration:underline!important;
}
/*カート情報*/
#mycart {
	width: 950px;
	text-align: left;
	font-size: 11px;
	margin-top: 5px;
	clear: both;
}
 
#header #mycart .username { font-weight: bold; }
 
#header #mycart .point {
	font-weight: bold;
	color: #CC0000; }
 
#header #mycart img { vertical-align: -7px; }
 

/*アカウント*/
#acount {
	padding: 0px;
	float: left;
	width: 296px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 2px solid #375BB1;
	position: relative;
	-moz-border-radius: 5px; /*Firefox*/
	-webkit-border-radius: 5px;  /*Safari,Chrome*/
	border-radius: 5px;
}

#acount .inbox {
	padding: 8px;
	border: 2px solid #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 276px;
	background-color: #EFEFEF;
	-moz-border-radius: 5px; /*Firefox*/
	-webkit-border-radius: 5px;  /*Safari,Chrome*/
	border-radius: 5px;
}

#acount .inbox .newmember {
	float: right;
	height: 17px;
	width: 77px;
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	right: 0px;
}
#acount .inbox .username {
	padding: 0px;
	float: left;
	width: 276px;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#acount .inbox .username span {
	position: absolute;
	right: 0px;
	top: -2px;
}


#acount .inbox .acountmenu {
	margin-top: 5px;
	float: left;
	width: 276px;
}

#acount .acountmenu li {
	padding: 4px;
	border: 1px solid #375BB1;
	width: 125px;
	font-weight: bold;
	background-color: #FFFFFF;
	-moz-border-radius: 5px; /*Firefox*/
	-webkit-border-radius: 5px;  /*Safari,Chrome*/
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
}
#acount .inbox .acountmenu li a {
	text-decoration: none;
}

#acount .inbox .acountmenu a.mypage {
	background-image: url(http://www.bikebros.co.jp/img/top/icon_mypage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 15px;
}

#acount .inbox .acountmenu a.myshop {
	background-image: url(http://www.bikebros.co.jp/img/top/icon_myshop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 20px;
}

#acount .inbox .acountmenu .left {
	float: left;
}
#acount .inbox .acountmenu .right {
	float: right;
}
#acount .inbox .memberpoint {
	margin-top: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	-moz-border-radius: 5px; /*Firefox*/
	-webkit-border-radius: 5px;  /*Safari,Chrome*/
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
}

#acount .inbox .memberpoint span.point {
	font-weight: bold;
	color: #CC0000;
	float: right;
	position: absolute;
	right: 15px;
	width: 120px;
	text-align: right;
}
#acount .inbox .memberpoint .timepoint {
	font-size: 11px;
	margin-top: 4px;
	text-indent: 20px;
}
#acount .inbox .memberpoint .timepoint span {
	position: absolute;
	right: 15px;
	text-align: right;
}
#acount .inbox ul.information {
	padding: 0px;
	float: left;
	width: 276px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#acount .inbox .memberpoint .allpoint img {
	margin-right: 3px;
	vertical-align: -4px;
}
#acount .inbox .information li {
	font-weight: bold;
	color: #CC0000;
	font-size: 12px;
	line-height: 16px;
	height: 22px;
}

#acount .inbox .information li a {
	background-image: url(http://www.bikebros.co.jp/img/top/icon_speeker.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 24px;
}
/*コンテンツ下部credit*/
.context680_c_information{
	border-top:2px solid #CCC;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:2px solid #CCC;
	margin-bottom:15px;
	font-size:12px;
	color:#000;
}	

.context680_c_information:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .context680_c_information{
    height: 1em;
    overflow: visible;
}
/**/
.context680_c_list02{
	border-bottom:1px dotted #999;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:5px;
	margin-bottom:10px;
}
.context680_c_list{
	padding-left:10px;
	padding-top:5px;
}
.context680_c_information02{
	border-top:2px solid #CCC;
	padding-top:15px;
	margin-bottom:15px;
}	

.context680_c_information02:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .context680_c_information02{
    height: 1em;
    overflow: visible;
}
/**/

.context680_c_information_l{
	width:180px;
	margin-right:10px;
	float:left;
}
.context680_c_information_r{
	width:490px;
	float:right;
}
.c_information_title{
	font-size:12px;
	color:#666;
	margin-bottom:5px;
}
.c_information_name{
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
}
.c_information_intro{
	font-size:12px;
	line-height:150%;
	color:#333333;
}	

@charset "UTF-8";


/* バッジバナー */
.badge {
	height: 200px;
	width: 240px;
	margin-bottom: 10px;
}

.w240 {
 padding: 19px;
 margin-bottom: 10px;
 border: 1px solid #CCCCCC;
 width: 200px;
 margin-top: 0px;
 margin-right: 0px;
 margin-left: 0px;
}


/* 特集下_テキストバナー */
.text_stage{
	width: 460px;
	font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	float: none;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-bottom:10px;
}
.text_stage:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text_stage {
    height: 1em;
    overflow: visible;
}
/**/
.text_stage .lbox {
	float: left;
	width: 230px;
}
.text_stage .rbox {
	float: right;
	width: 230px;
}
.text_stage p {
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 224px;
}
.text_stage a {
	color: #CC3300!important;
}
.text_stage a:hover {
	color: #0066FF!important;
}
.pick_text_stage{
	height:50px;
	padding-bottom:10px;
	margin-bottom:5px;
}
/*右メニューボーダー付き画像*/
.pick_text_border {
	margin-bottom: 5px;
}
.pick_text_border img{
	padding:2px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
}
.pick_text_border a:hover img {
	padding:2px;
	border:1px solid #990000;
}


/* スポンサードバナー */
#sponsorwrap {
	width: 222px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
}
#sponsorbox {
	width: 215px;
	margin-bottom: 5px;
}
#sponsorbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #sponsorbox{
    height: 1em;
    overflow: visible;
}
/**/
#sponsorbox .lbox {
	float: left;
	width: 105px;
}
#sponsorbox .rbox {
	float: right;
	width: 105px;
}
#adbanner {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}


#adbanner #banner300 {
	height: 250px;
	width: 300px;
	float: left;
}

#HGbanner {
	background-color: #999999;
	float: left;
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
	clear: both;
}
/*kizibottom*/

.adsw{ width:630px; overflow:hidden; padding:25px; height:250px; clear:both; background-color:#EEEEEE; margin-bottom:20px; margin-top:15px;}
.adsw .adsw01{ width:300px; float:left; margin-right:30px;}
.adsw .adsw02{ width:300px; float:right;}

.adsw640{ width:610px; overflow:hidden; padding:15px; height:250px; clear:both; background-color:#EEEEEE; margin-bottom:20px; margin-top:15px;}
.adsw640 .adsw640_01{ width:300px; float:left; margin-right:10px;}
.adsw640 .adsw640_02{ width:300px; float:right;}


.right_midashi_menu { background-color:#000; font-weight:normal; color:#fff; font-size:12px; padding:6px 10px 5px 10px;border-top-left-radius: 4px; border-top-right-radius: 4px;-webkit-border-top-left-radius: 4px;-webkit-border-top-right-radius: 4px;-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px; }

/*sp*/
#header_sp_link {
text-align: center;
 display: block;
 width: 100%;
 height: 120px;
 font-size: 30px;
 font-weight: bold;
 line-height: 120px;
 background-color: #242424;
 background-position: center center;
 color: #FFFFFF;
}

#header_sp_link a {
 display: block;
 color: #FFFFFF;
 text-decoration: none;
}