@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;
	color:#333;
	/*font-family: Verdana,Geneva,sans-serif,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3" , serif;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック",sans-serif;
	color: #333333;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
	line-height:125%;
}

p {
	margin-top: 8px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}

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; 
}
.opacity07{
	filter:alpha(opacity=70); /*←IE用*/
   	-moz-opacity:0.70;/*←Mozilla用*/
	opacity:0.70; 
}
.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;
}
.clear{
	clear:both;	
}
/*div[class="clear"]{
	height:0px;
}*/
.clearfix {
    display: block;
}
.center{
	text-align:center;
}
.tx_left{
	text-align:left;
}
.tx_right{
	text-align: right;
}

.left{
	float:left;
}
.right{
	float:right;
}
.zindex1{
	z-index:1;
	position:relative;
}
hr.separation {
    display: none;
}

.borderleft-gray{
	border-left: #CCC solid 1px;
}
/* 特殊font */

.italic{
	font-style: italic;
}


.georgia{
	font-family: Georgia,"Times New Roman",Times,serif;
}
.georgia24{
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.georgia28{
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.georgia20{
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p.font12{
	font-size:12px;
}

span.title-sub{
	font-size:12px;
	font-weight:normal;
	/*font-family: Verdana,Geneva,sans-serif,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3" , serif;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

/* 特殊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;
}
div#description{
	margin:0 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;
}

/*******************/
/* テロップ＆SNS    */
/*******************/

#cntr #head-info{
	margin:2px 0px 7px 0px ;
	height:20px;
	overflow:hidden;
}
#head-info #headnews{
	margin-top:2px;
	width:770px;
	float:left;
}
#headnews ul.headnews-b{
	float:left;
	margin-right:5px;
}
ul.headnews-b li{
	float:left;
	margin:0 1px;
}
ul.headnews-b li:hover{
	cursor: pointer;
	filter:alpha(opacity=70); /*←IE用*/
   	-moz-opacity:0.7;/*←Mozilla用*/
	opacity:0.7; 
}

#headnews ul.headnews-t{
	/*float:left;*/
	overflow:hidden;
}
#headnews ul.headnews-t li{
	font-size:12px;
}
#headnews ul.headnews-t li.non{
	display: none;
}
#head-info #headsn{
	width:200px;
	height:20px;
	float:right;
	text-align:right;
	overflow:hidden;
}

#headsn .headsn-tw{
	float:right;
}

#headsn .headsn-fb{
	float:right;
}

/*******************/
/* メニュー        */
/* 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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック",sans-serif;
    /*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: 170px;}
#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:12px;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック",sans-serif;
	/*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;
	text-decoration:underline;
}
#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;
}
#col3 .n-t-title{
	font-size:24px;
	color:#333;
	border-bottom:1px solid #EAEAEA;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
}
#col3 .n-t-title span{
	font-size:12px;
	font-weight:normal;
	/*font-family: Verdana,Geneva,sans-serif,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3" , serif;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

/* 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:20px;
}
#c3-rw510 h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;
}
#c3-rw510 h4{
    font-size: 16px;
    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;
}

#c3-rw510 p{
	font-size:16px;
	line-height:24px;
}

/* 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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック",sans-serif;
	/*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;
}

/* コレクションピックアップ */

#right #collection-r, #no-right #collection-r{
	width:300px;
	background-color:#333;
}
#collection-r h3{
	color:#FFF;
	font-size:24px;
	padding:10px 10px 0 10px;
}
#collection-r h4{
	color:#FFF;
	font-size:18px;
	padding:0 10px 6px 10px;
	text-align:right;
}

#collection-r #tc-wap{
	visibility:hidden;
	height:200px;
}
#tc-wap .tc-imgbox{
	position:relative;
}
#tc-wap .tc-imgbox li{
	margin-right:20px;
}
#tc-wap .tc-imgbox a{
	display:block; 
}

#tc-wap .tc-imgbox .c-a-r{
	position:absolute;
	right:0;
	top:45px;
	z-index:10;
}
#tc-wap .tc-imgbox .c-a-l{
	position:absolute;
	left:0;
	top:45px;
	z-index:10;
}

#tc-wap .tc-imgbox a.cmain-a{
	width:260px;
	height:200px;
	position:relative;
}

#tc-wap .tc-imgbox a img.cmain-img{
	position: absolute;
	clip: rect(0px 280px 200px 20px);
	z-index:1;
}
.tc-imgbox a:hover{ color:#FFF;}
.tc-imgbox a span.ct-img {
    background-color: #000000;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
    width: 240px;
    z-index:100;
}

#collection-r .tc-d{
	padding:5px;
	text-align:right;
}
#collection-r .tc-d span{
	font-size:13px;
	font-weight:bold;
}

#collection-r .tc-d span a{
	color:#FFF;
	padding-left:13px;
	background-image: url("../img/top/cm-arrow.jpg");
	background-position: left center;
	background-repeat: no-repeat;
}


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

#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;
}

/* ニュース紹介 写真左タイトル＆写真(100px)*/

#news-schedule1{
	width:300px;
	margin:0 10px 0 0;
	padding:0 0 0 10px;
	float:right;
}

#news-schedule2{
	width:300px;
}

#news-schedule1 .m-topic a,#news-schedule2  .m-topic a{
	color:#000;
}

#right .m-topic{
	clear:both;
	display:block;

}
.m-topic{
	margin:0 0 0 0;
}
.m-topic .mt-p{
	border-style: none;
	display: block;
	float: right;
	height:100px;
	line-height:100px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100px;
	z-index: 1;
	margin:0 0 10px 5px;
}
.m-topic h3{ font-size:18px;}
.m-topic p{ font-size:14px; line-height:18px;}
.m-topic span{
	color:#FF0000

}


/* 右サイド ニュース紹介 トピック エレメント*/
.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 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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック",sans-serif;
	/*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-bk.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:65px;
	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{
	clear: both;
	padding: 0 20px;
	margin:25px 0 20px 0;
	text-align:center;
}

.pager2{
	clear: both;
	padding: 0 20px;
	margin:25px 0 60px 0;
	text-align:center;
}

.pager a, .pager strong.pager-current ,pager2 a , pager2 strong.pager-current{
	padding: 10px;
}

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

.pager2 a{
	border: 1px solid #ccc;
	padding:10px 15px;
	margin: 0 2px;
	color: #666;
	font-size:18px;
}

.pager a:hover{
	border: 1px solid #8d8630;
	color: #fff;
	font-size:14px;
	background-color:#333;
	text-decoration:none;
}

.pager2 a:hover  {
	border: 1px solid #8d8630;
	color: #fff;
	font-size:18px;
	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;
}

.pager2 strong {
	border: 1px solid #534d00;
	padding: 10px 15px;
	font-size:16px;
	margin: 0 2px;
	color: #FFFFFF;
	background-color: #333;
}

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

.pager2 .current{
	font-size:16;
	margin-left:6px;
	margin-right:6px;
	font-weight:bold;
}
.pager .disabled, .pager2 .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;
	color:#fff;
}
#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-c .foi h3 , .f-c .fbi h3{
	font-size:20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック",sans-serif;
	/*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 p#copyright{
	margin-top:30px;
	text-align: center;
	position: relative;
}

/********************/
/*  エラー  */
/********************/

#content .container404{
	width: 960px;
	margin:50px auto;
	text-align: center;
	font: 13px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}
.container404 .box404{
	background: url(/img/base/404.png) no-repeat 0 0;
	border-bottom: 5px solid #000;
	height: 343px;
	margin-bottom: 25px;
 	padding-bottom: 50px;
}

.box404 .cover_pan404{
	background: #fff url(/img/base/covers.jpg) repeat 1055px bottom;
	height: 343px;
	margin-left:1px; 
	overflow: hidden;
	position: relative;
	width:99.5%;
	z-index: -1;
	
	-moz-animation-name: pan;
	-moz-animation-duration:40s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	
	-webkit-animation-name: pan;
	-webkit-animation-duration:40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-moz-keyframes pan {
	0% {
		background-position: 1338px bottom;
	}
	100% {
		background-position: left bottom;
	}
}

@-webkit-keyframes pan {
	0% {
		background-position: 1338px bottom;
	}
	100% {
		background-position: left bottom;
	}
}

.entry-info{
	text-align:right;
}

