@charset "utf-8";
/*  共通  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote{
	margin:0;
	padding:0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

table, pre, code, select, input, textarea, kbd, var, ins, del, samp {
    font-size: 150%;
}

/*  基礎  */

body {
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}


h1, h2, h3, h4, h5 {
	font-size: 100%;
	line-height:125%;
}

p {
	margin-top: 8px;
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 22px;
}
a{
	color:#006699;
	text-decoration: none;
}
a:hover{
	color:#09F;
	text-decoration: underline;
}

.linkbox{
	font-size:13px;
	display:block;
	margin-top:7px;
	margin-bottom:5px;
}
.linkbox a{
	background-color: #EDF1F0;
    border-style: none;
    color: #333333;
    font-size: 12px;
    line-height: 25px;
    padding: 2px 6px;
    text-decoration: none;
	font-weight:normal;
}

.linkbox a:hover{
	background-color: #3F3F3F;
    color: #EDF1F0;
}

a img.hover07{
	filter:alpha(opacity=70); /*←IE用*/
   	-moz-opacity:0.7;/*←Mozilla用*/
	opacity:0.7; 
}

.opacity08{
	filter:alpha(opacity=80); /*←IE用*/
   	-moz-opacity:0.80;/*←Mozilla用*/
	opacity:0.80; 
}

ol, ul {
    list-style: none outside none;
}

img{
	border-style:none;
}


.georgia{
	font-family: Georgia,"Times New Roman",Times,serif;
}
.clear{
	clear:both;
}

.clearfix {
    display: block;
}

.center{
	text-align:center;
}

.left{
	float:left;
}

.right{
	float:right;
}

.zindex1{
	z-index:1;
	position:relative;

}

hr.separation {
    display: none;
}

/* 特殊font span */

span.i-num{
	display: inline-block;
	font-size:24px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

span.o-font{
	display: inline-block;
	font-size:18px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* copyright用div */
.sb10{
	margin-bottom:10px;
}

.st10{
	margin-top:10px;
}

.sb20{
	margin-bottom:20px;
}

.st20{
	margin-top:20px;
}

div#copyright{
	margin:5px 0 5px 0;
	font-size:13px;
	color:#333333;
	text-align:center;
}

/*  全体  */
#cntr{
	width:1000px;
	margin: 0 auto;
    position: relative;
}

/*  ヘッダ  */

#cntr #header {
	width:100%;
	height:108px;

}

#header .h-l{
	float:left;
}

#header .h-l img{
	margin: 0px;
}

.h-l a , .h-l a:hover{
	border-bottom-style: none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.h-l a img {
	margin-left: 0px;
	margin-top: 0px;
}

.h-r{
	position:absolute;
	top:0;
	right:0;
}

.h-r .h-r-a{
	margin-top: 10px;
	margin-bottom: 8px;
}

.h-r-a a{
	text-decoration: none;
	border: none;
}

/* メニュー  */

/* menu::base */
#menu {
    position:relative;
    z-index:100;
    height:48px;
    width:100%;
		background:transparent url(/img/menu_bottom/images/header_bg.png) repeat-x 0 0;  
}
#menu .menu {
    position:absolute;
    padding-left: 15px;
    background: url(/img/menu_bottom/images/header.png) right top no-repeat; 
}

#menu a {
    display:block;
    padding:8px 18px 10px 18px;
    white-space:nowrap;
}
#menu li {
    float:left;
    background:#fff;
}
#menu li li {
    float:none;
}
#menu .m-dd{
    visibility:hidden;
    position:absolute;
    background:url(/img/menu_bottom/images/pix.gif);
}
#menu div.m-dd div {
    margin:-35px 0 0 -1px;
    left:100%;
}
#menu div.m-dd div div {
    margin:-35px 0 0 -1px;
    left:100%;
}
#menu li:hover>div { visibility:visible; }

/* menu::special styles */
/* menu::level 1 */
#menu a {
    text-decoration:none;
    color:#3C4955;/*1*/
    position:relative;
    z-index:77;
	font-family: Georgia,"Times New Roman",Times,serif;
}
#menu a:hover {
    background:url(/img/menu_bottom/images/header.png) left -48px repeat-x;
    color:#FFF;
}
#menu a:hover span { 
	color:#FFF; 

	}

div#menu span.subtext {
    color: #CCCCCC;
    display: block;
    font-family: Verdana,Geneva,sans-serif,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",serif;
    font-size: 10px;
    line-height: 12px;
    margin: 0;
    padding: 0;
	text-align: center;
}

#menu li.current a {
    background: transparent url(/img/menu_bottom/images/header_active.png) repeat-x;
    color:#fff;
}
#menu li.current span {
    color:#fff;
}
#menu>ul>li:hover>a {
    background:url(/img/menu_bottom/images/header.png) left -48px repeat-x;
    color:#CACFD3;
}
#menu>ul>li:hover>a span { color:#FFF; }
#menu span {
	text-decoration:none;
	color:#FFF;
	font-size: 14px;
}
#menu li { background: url(/img/menu_bottom/images/header.png) left top no-repeat;}
/* menu::level >= 2 */
#menu ul ul {width: 150px;}
#menu li li{
	  background:#44494B;
	  border-bottom:1px solid #BABDBE;}
#menu li li a {
    position:static;
    background:#44494B;
    white-space:normal;
    text-align: center;
    color:#FFF;
    padding:0;
	text-transform:none;
	width: 100%;
}
#menu li.current li a {
    background: none;
    color:#FFF;
}
#menu li.current li span {
    color:#FFF;
}
#menu li li a:hover {background:#E3E3E3;}
#menu li li a span { color:#fff; line-height: 15px; padding: 10px;	}
#menu li li a:hover span { color:#333; }
#menu li li a.parent span{background:transparent url(/img/menu_bottom/images/arrow.gif) no-repeat scroll right 50%; z-index:10;  }

#menu li li span {
    display:block;
    text-transform:none;
    padding:0px 25px 0px 0px;
    font-size:11px;
	text-align:left;
 font-family: Verdana,Geneva,sans-serif,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",serif;
}

/* メニュー検索エンジン */
#menu .m-s{
	float: right;
}
.m-s .msb{
	margin-top: 10px;
	margin-right: 15px;
}

.msb table, pre, code, select, input, textarea, kbd, var, ins, del, samp {
    font-size: 100%;
}



/* パン屑 */
#cntr #pan{
	width:100%;
	height:25px;
	margin-bottom:15px;
	background-image: url(../img/bs/p_bg.jpg);
	background-repeat: repeat-x;
}

#pan h2{
	font-size:10px;
	padding-top:7px;
	padding-left:7px;
}

#pan a{
	color:#333;
	padding:3px;
}
#pan a:hover{
	color:#FFF;
	background-color: #333;	
}

#cntr #pan-s{
	width:100%;
	height:25px;
}

/* コンテンツ全体 */
#cntr #content{
	clear:both;
	width:100%;
	margin-bottom:20px;
}

/* コンテンツ */

/* 3カラム */
#content #col3{
	float:left;
	width:690px;
}

/* 3カラム左スカイ広告 */
#col3 #c3-lw170{
	float:left;
	width:170px;
}

/* 3カラム中央 */
#col3 #c3-rw510{
	float:right;
	width:510px;
	margin-right:5px;
	display:block;
}

/* 3カラム中央  */
#c3-rw510 h2{
	margin-left:5px;
	margin-bottom:10px;
	font-size:18px;
}

#c3-rw510 h3{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;
}

#c3-rw510 h4{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;
}

#c3-rw510 a{
	color: #0099FF;
	/*color: #3D81EE;*/
}

#c3-rw510 .linkbox a{
    color: #333333;
}

#c3-rw510 .linkbox a:hover{
    color: #EDF1F0;
}

/* 2カラム */
#content #col2{
	float:left;
	width:690px;
}

#col2 .n-t-title{
	font-size:24px;
	color:#333;
	border-bottom:1px solid #EAEAEA;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
}

#col2 .n-t-title span{
	font-size:12px;
	font-weight:normal;
	font-family: Verdana,Geneva,sans-serif,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3" , serif;
}

#col2 #c2-rw670{
	width:670px;
	margin-right:5px;
	display:block;
}


/* コンテンツ右 */
#content #right{
	float:right;
	width:300px;
}

/*  右カラムストリート情報  */

#t-st h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	font-size:18px;
}

#t-st h3 span{
	font-size:10px;
	font-weight:normal;
}

#t-st a img{
    float: left;
    margin-bottom: 10px;
    margin-right: 8px;
}

#t-st .st-i{
	font-size: 13px;
	font-weight:bold;
}


/* 広告 */
#mid-add-large{
	text-align:center;
	clear:both;
	margin-bottom:20px;
}


/* 右サイド ニュース紹介 トピック エレメント*/
.sidebar_container {
	border:5px solid #EEEEEE;
	margin:0 0 10px;
}

.sidebar_container_in{
	border:1px solid #DDDDDD;
}

.sidebar_container h3.side-title {
  	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-right: 4px;
	margin-left: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	
	
}

.sidebar_container_in ul {

}

.sidebar_container_in li {
	background-color:#FFFFFF;
	line-height:16px;
	list-style-type:none;
	padding:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

.sidebar_container_in li a{
	color:#222222;
	font-weight:bold;
	overflow:hidden;
	display:block;
	text-decoration:none;
	border-bottom-style: none;
}

.sidebar_container_in li a span {
    display: block;
    float: left;
    height: 50px;
    margin: 3px 10px 3px 3px;
    overflow: hidden;
    position: relative;
    width: 50px;
    z-index: 1;
}

.sidebar_container_in li a:hover{
	color:#0099FF;
	background-color: #F2F2F2;
}

.sidebar_container_in li a img{
	width: 50px;
}

.sidebar_container_in li a p{
	margin: 3px;
	font-size:13px;
	line-height:17px;
}

/********************/
/*  コレクション  */
/********************/
#cntr #collection{
	padding-top:10px;
	width:100%;
	background-color:#1A1A1A;
	height:395px;
}


#collection #col-l{
	float:left;
	width:690px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#col-l h3{
	margin-left:15px;
	margin-bottom:5px;
	font-size:22px;
	color:#FFF;
}

#col-l h3 span{
	font-size:12px;
	font-weight:normal;
	font-family: Verdana,Geneva,sans-serif,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3" , serif;
}

#col-l #col-l-l{
	width:220px;
	height:330px;
	float:left;
	position:relative;
	margin:0 0 0 10px;
}

#col-l #col-l-l-square{
	width:220px;
	height:265px;
	float:left;
	position:relative;
	margin:50px 0 0 10px;
}

#col-l img{
	width:220px;
}

#col-l .clt-img{
    background-color: #000000;
    bottom:0px;
	left:0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    width: 200px;
	padding: 5px 10px;
}

#col-l-r{
	width: 440px;	
	height:330px;
	float:left;
	margin-left:10px;
}

/* Collection Parts */
#col-l-r .viewport{
	width: 440px;
	height: 330px;
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
	top: 0;
}

#col-l-r .viewport .overview{
	width:1530px;
	height: 330px;
	list-style: none;
	position: absolute;
}


#col-l-r .viewport .overview .col-sphoto{
	border-style: none;
    display: block;
    height: 160px;
	width: 160px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

#col-l-r .col-sphoto img{
	width:160px;
}

.col-sphoto .ct-img{
    background-color: #000000;
    bottom: 0px;
    left: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    width: 160px;
    z-index: 2;
	padding:2px 0 2px 0;
}


#col-l-r .scrollbar, #col-l-r .thumb .end, #col-l-r .thumb{
	background: transparent url(/img/bs/bg-scrollbar2.png) no-repeat;
}
#col-l-r .scrollbar{
	position: relative;
	clear: both;
	height: 15px;
	visibility:hidden;
}
#col-l-r .track{
	background: transparent url(/img/bs/bg-scrollbar2-end.png) no-repeat 0 100%;
	height: 100%;
	height:13px;
	position: relative;
	padding:1px 0;
}
#col-l-r .thumb{
	background-position: 100% -15px;
	height:13px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 1px;
}
#col-l-r .thumb .end{
	background-position: 0 -15px;
    height: 13px;
    overflow: hidden;
    width: 5px;
}
#col-l-r .disable{
	display: none;
}

#collection #col-r{
	float:right;
	width:310;
}

#col-r .col-r-add{
	margin-top:10px;
	margin-right:5px;

}




/********************/
/*  ブランドリスト  */
/********************/
#branddata{
	position:relative;
	border: 1px solid #CCCCCC;
	margin-top: 25px;
	margin-bottom: 25px;
	width:100%;
	padding:13px;
}

#branddata h2{
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 28px;
    margin-bottom:15px;
}
#branddata .brand-data-category{
	float:left;
	position:relative;
}

.brand-data-category ol{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-x-system-font:none;
	border:1px solid #E0E0E0;
	color:#666666;
	font-size:11px;
	width:130px;
	height:240px;
	line-height:14px;
	list-style-type:none;
	margin-right:16px;
	overflow:auto;
	padding:5px 9px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../img/base/brandlist_scroll_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.brand-data-category  ol li {
	margin-bottom:7px;
}


/* ページャー */
.pager {
font: 9pt/1.5em Arial, Tahoma, Verdana, "Lucida Grande", sans-serif; color: #333;
	clear: both;
	padding: 0 20px;
	margin:25px 0 20px 0;
	text-align:center;
}
.pager a, .pager strong.pager-current {
	padding: 0.5em;
}

.pager a,  #c3-rw510 .pager a{
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 0 2px;
	color: #666;
	font-size:14px;
}

.pager a:hover {
	border: 1px solid #8d8630;
	padding: 0.5em;
	margin: 0 2px;
	color: #fff;
	font-size:14px;
	background-color:#333;
	text-decoration:none;
}
.pager strong {
	border: 1px solid #534d00;
	padding: 0.5em;
	font-size:14px;
	margin: 0 2px;
	color: #FFFFFF;
	background-color: #333;
}

.pager .current{
	font-size:14;
	margin-left:6px;
	margin-right:6px;
	font-weight:bold;
}

.pager .disabled{
	display:none;
	}
/*	ページ下段　フッター　*/

#footer {
	background-image: url(../img/base/footer.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	width: 100%;
	min-height:400px;
	padding-top:10px;
	padding-bottom:10px;
}

#footer #f-w{
margin: 10px auto;
	width:1000px;
	clear: both;
}

#f-w p{
	color:#999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#f-w .abs {
	float:left;
	width:550px;

}

.abs .abs-i{
	float:left;
	width:340px;
}

.abs h4{
	margin-bottom:3px;
	font-size:12px;
	color:#E1E1E1;
}

.abs p{
	margin-bottom:25px;
}

.abs p a{
	color: #9CC5DC;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CC5DC;
	font-weight: bold;
}
.abs p a:hover{
	color: #FFFF99;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF99;
}

.abs-i .abs-d{
	margin-top: 45px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.abs-i .abs-d h4{
	font-size:14px;
	color: #B6B6B6;
	margin-bottom: 3px;
}
.abs-i .abs-d p{
	font-size:12px;
}

#footer  #f-w .f-c{
	width:400px;
	float:right;
}

.f-c .fbi{
	float:right;
	width:180px;
}

.f-c .foi{
	float:left;
	width:180px;
}

.abs h3, #f-w .f-c .foi h3 , .f-c .fbi h3{
	font-size:20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Verdana,Geneva,sans-serif,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3" , serif;
	color: #B6B6B6;
}

.f-c .fbi ul , .f-c .foi ul{
	margin-left:5px;
}

.f-c .fbi ul li,.f-c .foi ul li{
	list-style-position: outside;
	list-style-type: none;
	font-size:13px;
	line-height: 18px;
}

.f-c a{
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #EFEFEF;
}

.f-c a:hover{
	color: #FFFF99;
}


#footer #f-w p#copyright{
	margin-top:30px;
	text-align: center;
	position: relative;
}
