#main {
width : 100%;
position : relative ; 
text-align:left;
}

#content{
	margin-left:240px;
	text-align:left;
	padding:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#side{
float:left;
	width:210px;
	text-align:left;
	font-size:12px;
	padding-right:10px;

}
#side h3{
	margin:0px;
	font-size:14px;
	text-align:center;

	padding:3px;
	color:#666666;
	padding-top:5px;
	padding-bottom:10px;
border-bottom:solid 1px #e1e1e1;
	
}
.menu{

	padding-bottom:10px;
}

.menu ul {
	margin:0;
	list-style-type: none;
	padding:5px;
	font-size:12px;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
}
.menu li { 
	display: inline; 
	margin:0;
	padding:0;
	text-align:left;
}

.menu li a{
	padding-top:10px;
	padding-left:14px;
	padding-bottom:10px;
	background-image:url("/accessories/img/icons-arrows.gif");
	background-position:left;
	background-repeat: no-repeat; 
	border-bottom:solid 1px #e1e1e1;
	text-decoration:none;
	color:#666666;
	display: block;
}
.menu ul li a:hover{
 text-decoration:none;
 color:#ffffff;
	background-color:#000000;
}
.menu ul li a.current{
 text-decoration:none;
 color:#ffffff;
	background-color:#000000;
}
.attention-title {
	color:#993300;
		text-align:left;
}
.attention{
	text-align:left;
	margin-top:10px;
	padding:10px;
	font-size:12px;
	line-height:180%;
	background-color:#f1f1f1;
border:solid 1px #e1e1e1;
}
.text12{
	font-size:12px;
	line-height:25px;
	margin-bottom:10px;
}
.dispgoods{
	font-size:12px;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:10px;

}
h1{
	padding:10px;
	color:#333333;
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
	

}
.pagetitle h3{
	color:#333333;
	font-size:18px;
	background-color:#f1f1f1;
	text-indent:15px;
	padding:10px;
	font-weight:bold;
}
.items{
	margin-bottom:20px;
}
.item{
	float:left;
	text-align:center;
	font-size:12px;
	line-heigt:120%;
	width:230px;
	height:300px;
	margin:6px;
	padding-top:10px;
	background-color:#ffffff;
	color:#333333;

	overflow:hidden;
	
	position: relative;
	border:1px solid #f1f1f1;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);

}
.item-image{
	height:205px;
	margin-bottom:5px;
	overflow:hidden;
}
.item-image img{
	height:200px;
	align:middle;
text-align: center;
}
.item-title{
	height:30px;margin-bottom:5px;
		overflow:hidden;
}
.item a,.item2 a{
	color:#666666;
	text-decoration:none;
}
.item a:hover,.item2 a:hover{
	color:#0066cc;
	text-decoration:underline;
}

.item-price{
	font-weight:bold;
	color:#666666
}
.item2{
	float:left;
	text-align:center;
	font-size:12px;
	line-heigt:120%;
	width:175px;
	height:220px;
	margin:7px;
	padding-top:10px;
	padding-right:5px;
	padding-left:5px;
	background-color:#ffffff;
	color:#333333;

	overflow:hidden;
		border:1px solid #f1f1f1;
	position: relative;

box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);

}
.item-cart{
	margin-top:5px;
}
.item-ranking{font-size:12px;height:20px;}
.seemore{


	font-size:14px;
	
	font-weight:bold;

	text-align:right;
	margin-bottom:40px;
	margin-top:20px;
}
.seemore a{
	padding:10px;
		background-color:#e1e1e1;
		border-radius:10px;		/* CSS3ﾁ・ﾆ */
	-webkit-border-radius: 10px;	/* Safari,Google Chromeﾍﾑ */
	-moz-border-radius: 10px;
	width:125px;
	text-decoration:none;
}
#pagination{
font-size:12px;
margin-top:20px;
margin-bottom:30px;
}

#pagination span{  }
#pagination .current{background-color:#000000; color:#ffffff;
		border-radius:5px;		/* CSS3ﾁ・ﾆ */
	-webkit-border-radius: 5px;	/* Safari,Google Chromeﾍﾑ */
	-moz-border-radius: 5px; padding:5px 10px; margin:3px; border:1px solid #e1e1e1;}
#pagination a{text-decoration:none;
		border-radius:5px;		/* CSS3ﾁ・ﾆ */
	-webkit-border-radius: 5px;	/* Safari,Google Chromeﾍﾑ */
	-moz-border-radius: 5px;  padding:5px 10px; margin:3px; border:1px solid #e1e1e1;}
#pagination a:hover{text-decoration:none;background-color:#000000; color:#ffffff;}
.description{font-size:12px;padding:10px;}