@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      index.css
 Author:         Your Name (admin)
 Style Info:     TOPページ
----------------------------------------------------------- */

body {
	text-align:left;
}

p {
	margin:0;
	padding:0;
}

#page {
	width:868px;
	margin:0 auto;
	padding:0 18px 0 18px;
	
}



/*	ヘッダ
----------------------------------------------------*/

#header {
	padding:20px 0 0 0;
	zoom:1;
}

#header:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#header h1 {
	float:left;
	margin:0 0 8px 0;
}

#header ul {
	float:right;
	margin:8px 0 0 0;
}

#header ul li {
	float:left;
	padding:0 0 6px 0;
}



/*	メインイメージ
----------------------------------------------------*/

.main_img {
	width:514px;
	float:left;
}

.main_img #tab li {
	float:left;
}
	
.main_img #tab li img:hover {
	cursor:pointer;
}

.main_img #image {
	position:relative;
	width:514px;
	clear: both;
}

.main_img #image li {
	position:absolute;
	margin:0;
	padding:0;
	z-index:1;
}

/*	スライドショー
----------------------------------------------------*/

#slideshow {
    position:relative;
    height:259px;
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 259px;
    background-color: #FFF;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.last-active {
    z-index:9;
}

#slideshow div img {
    height: 259px;
    display: block;
    border: 0;
}


/*	最新情報
----------------------------------------------------*/

#info {
	float:right;
	width:346px;
	border-left:#e1e1e1;
	border-bottom:#e1e1e1;
}


/*	メニュー
----------------------------------------------------*/

ul#menu {
	padding:15px 0 15px 0;
	clear:both;
	zoom:1;
}

ul#menu:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}


ul#menu li {
	float:left;
}


/*	商品
----------------------------------------------------*/

#item {
	margin:0 0 20px 0;
	position:relative;
}

#srchBox {
	position:absolute;
	top:12px;
	left:660px;
}

* html #srchBox {
	position:absolute;
	top:8px;
	left:660px;
}/*ie6*/

*+html #srchBox {
	position:absolute;
	top:8px;
	left:660px;
}/*ie7*/


#item h2 {
	margin:0 0 14px 0;
}

#item .box {
	width:280px;
	float:left;
	zoom:1;
}

#item .box:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#item .center {
	margin:0 14px 0 14px;
}

#item .box p {
	margin:0 0 10px 0;
}

#item .box ul li {
	margin:0 0 10px 0;
}

#item .box ul.left {
	float:left;
	margin:0 20px 0 0;
}

#item .box ul.left_felt {
	float:left;
	margin:0 15px 0 0;
}


/*	リンク
----------------------------------------------------*/

#links {
	clear:both;
}

#links .box {
	float:left;
	width:280px;
}

#links .center {
	margin:0 14px 0 14px;
}

#links .box h2 {
	margin:0 0 14px 0;
}

#links .box .item {
	clear:both;
	margin:0 0 14px 0;
	zoom:1;
}

#links .box .item:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#links .box .item p.img {
	float:left;
	margin:0 12px 0 0;
}

#links .box .item .txt {
	width:190px;
	float:right;
}

#links .box .item .txt dl dt {
	color: #c1361f;
	font-weight:bold;
	margin:6px 0 0 0;
}

#links .box .item .txt dl dt a {
	color: #c1361f;
}

#links .box ul.bnr li {
	margin:0 0 14px 0;
}

/*	フッター
----------------------------------------------------*/

#footer {
	clear:both;
	background:url(../img/2011aw/line.gif) 0 0 no-repeat;
	width:868px;
	margin:0 auto;
	padding:0 18px 0 18px;
}

#footer p.copyright {
	padding:20px 0 20px 0;
	margin:0 0 0 -18px;
}



.content {
	zoom:1;
	clear: both;
}

.content:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}







