@charset "Shift_JIS";
/***************************************************************

* FREEDOM SURF reset.css

* Copyright(C)2007.FREEDOM SURF. All Rights Reserved.

***************************************************************/

/* General
***************************************************************/
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
a {
	color: #333;
	text-decoration:none;
	outline: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
h2 {
	padding: 0 0 5px;
	font-size: 1em;
	border-bottom: 1px solid #CCC;
}
body {
	color: #333;
	font: .75em/1.5em "lr oSVbN", "Osaka" ,"Hiragino Kaku Gothic Pro", arial, helvetica, verdana ,sans-serif;
	text-align: center;
}

/* layout
***************************************************************/
#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 5px 0 0;
	text-align: left;
}
#header {
	height: 76px;
	position: relative;
}
#logo {
	position: absolute;
	width: 101px;
	height: 55px;
	top: 10px;
	left: 0;
}
#content {
	margin: 10px 0 0;
	padding: 0 0 40px;
}
#main {
	width: 580px;
	float: right;
}
#sidebar {
	width: 190px;
	float: left;
	padding: 5px 0 0;
}
#sidebar h3 {
	margin: 0 0 10px;
	padding: 0 0 4px;
	height: 1em;
	border-bottom: 1px solid #CCC;
}

#footer {
	padding: 10px;
	border-top: 1px solid #CCC;
}

/* navigation 
***************************************************************/
/* main nav */
#nav {
	position: absolute;
	width: 568px;
	height: 12px;
	top: 54px;
	right: 0;
}
#nav a {
	height: 12px;
	display: block;
	line-height: 1em;
	text-indent: -5000px;
	background: url(../img/nav.gif);
}
#nav a:hover {
	background-image: url(../img/nav_hover.gif);
}
#n01 a {
	width: 72px;
	background-position: 0 0;
}
#n02 a {
	width: 105px;
	background-position: -73px 0;
}
#n03 a {
	width: 70px;
	background-position: -178px 0;
}
#n04 a {
	width: 116px;
	background-position: -248px 0;
}
#n05 a {
	width: 92px;
	background-position: -364px 0;
}
#n06 a {
	width: 112px;
	background-position: -456px 0;
}

/* sub nav */
#sub-nav {
	position: absolute;
	width: 365px;
	height: 33px;
	top: 0;
	right: 0;
}
#sub-nav li,
#nav li {
	float: left;
}
#sub-nav .ip {
	margin-left: 10px;
}
#sub-nav a {
	height: 35px;
	display: block;
	text-indent: -5000px;
	background-image: url(../img/sub_nav.gif)
}
#sub-nav a:hover,
#sub-nav a.current {
	background-image: url(../img/sub_nav_hover.gif)
}
#sn01 a {
	width: 77px;
	margin: 0 18px 0 0;
	background-position: 0 0;
}
#sn02 a {
	width: 130px;
	background-position: -95px 0;
}

/* side nav */
#side-nav {}
#side-nav ul {
}
#side-nav li {
	background: url(../img/arrow.gif) no-repeat 0 .3em;
	padding: 0 0 5px 15px;
}

#side-nav-0 li {
	padding: 0 0 5px 15px;
}

#side-nav .ss-nav {
	overflow: hidden;
}
#side-nav li ul {
	padding: 10px 10px 5px;
}
#side-nav li li {
	margin: 0 0 5px;
	background: none;
	padding: 0;
}
#page-nav {
	padding: 13px 0 0;
	text-align: right;
}

/* page elements
***************************************************************/

/* home */
#main-banner {
	margin: 0 0 20px;
}
#news {
	margin: 0 0 30px;
}
#news ul {
	background-color: #F0F0F0;
	padding: 10px 20px;
	height: 150px;
	overflow: auto;
}
#news li {
	margin: 0 0 5px;
}
#new-items h2{
	margin: 0 0 20px;
}
.items {  
	width: 130px;
	height: 230px;
	margin: 0 10px 30px 0;
	float: left;
	text-align: center;
}

.end {
	margin-right: 0;
}
.items h3 {
	font-size: 1em;
	height:35px;
}
.items p {
	margin: 0 0 10px;
	vertical-align:bottom;


}
.items p.price {
	color: #333;
}

.items p.add-cart {
	vertical-align:bottom;
}

.items p.img {
	vertical-align:middle;
	width: 100px;
	height: 141px;
	margin: 0 auto 5px;
	padding: 2px;
	border: 1px solid #ccc;
}

/* detail */
#images {
	width: 400px;
	margin: 20px 0 0;
	text-align: center;
	float: left;
}
#images ul {
	margin: 10px 0 0;
}
#images li {
	float: left;
	width: 50px;
	height: 67px;
	padding: 2px;
	margin: 0 5px 0 0;
	border: 1px solid #CCC;
}
#images .main-image img {
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #ccc;
}
#outline dt {
	margin: 0 0 7px;
}
#outline dd,
#outline p {
	margin: 0 0 15px;
}
#outline dd.price {
	color: #C00;
}
#outline {
	width: 300px;
	margin: 20px 0 0;
	float: right;
}
.pagetop {
	float: right;
}

.tokutei a {
	width: 130px;
	height: 20px;
	margin-top: 20px;
}

/* clears
***************************************************************/
/* clears */
.clear,
.clearfix {
	clear: both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* HIDE IEmac-5 _*/
* html .clearfix {height:1%;}
*+html .clearfix {height:1%;}
.clearfix {display:block;}
