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

* {
	font:10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
}
#container {
	width:1020px;
	height:auto;
	margin:10px auto;
}
a img { border-style:none; }
a { display:block; }

li {
	display:block;
	list-style:none;
	margin:5px 0;
}
p {margin:3px 0 5px;}
.red {color:#F00;}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	background:#fff;
}


/*ロゴ*/

#header {width:1020px;}
h1 {
	float:left;
	margin:4px 0 0 10px;
}
#header a {
	float:right;
	margin-right:8px;
}
#header img {
	display:block;
	float:left;
}

/*メイン(左カラムコンテンツ)*/
#main {
	width:810px;
	float:left;
}

/*メニュー*/
.menu ul {
	margin:0 0 20px 0;
	width:810px;
	overflow:hidden;
}
.menu ul li {
	width:92px;
	margin-right:9.1px;
	float:left;
}
	

/*メイン商品バナー右*/
.item {
	width:610px;
	float:right;
	
}
.item a img {border:1px solid #CCC;}
.w300 {margin-bottom:20px;}
.w300 ul {
	width:620px;
	margin-right: -10px;
	overflow: hidden;
	_zoom: 1;
}
.w300 ul li {
	float:left;
	margin-right:10px;
	margin-right:9px;; /* IE6　に対応 */
	width:300px;
}

.w200 ul {
	width:620px;
	margin-right: -5px;
	overflow: hidden;
	_zoom: 1;
}
.w200 ul li {
	float:left;
	margin-right:5px;
	width:200px;
}
.lineup ul li img {
	width:200px;height:168px;
}

.backnumber {
	font-size:12px;
	margin:20px 0 0 410px;
}
/*サブバナー左*/
#sub_item { width:190px; }
#sub_item ul{margin-bottom:30px;}

.t11 {
	font-size:11px;
	text-align:center;
}

.orig {
	width:190px;
}
.orig > p{background:#6F6;}
.orig-b{border-bottom:#6F6 dotted;}

.touchi {
	width:190px;
}
.touchi > p{background: #C6F;}

.w156 {width:156px;}

/*ブログ等右カラム*/
#right {
	width:200px;
	margin:5px 0 0 10px;
	float:right;
}
#right img {margin-top:20px;}
#right img:first-child {margin-top:0px;}

#right .news {
	width:200px;
	height:350px;
	overflow:auto;
	overflow-x:hidden;
	background: #FFC;
}
#right * {font-size:12px;}
#right .news ul {
	text-indent: -1em;
	padding-left: 1em;
}
#right a {display:inline;}
.news_t {margin-bottom:10px; padding:10px 0;text-align:center;background:#FC0;}

/*フッター*/
#footer {
	width:810px;
	border-bottom:#F00 solid;
	padding:20px 0 10px;;
	text-align:center;
}
.link ul {height:100px;}
.link li {
	float:left;
	width:255px;
	height:90px;
}
.link .b-center { margin-left:25px; }
.link li > a {
	height:88px;
	position:relative;
}
.link a img {
	display:block;
	position:absolute;
	bottom:0
}
#catalog {
	clear:both;
	position:relative;
	top:150px;
	width:201px;
}
* html .link a img {
	position: relative;
}




/* ------------------------------------- 
 *	Clear Fixݒ
 * ------------------------------------- */
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix { display: inline-block; }
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }  
