@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, p,
ul, ol, li, dl, dt, dd,
table, caption, th, td, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	}
img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: none;
	}
a, a:visited, a:active {
	color: #333333;
	text-decoration: underline;	
	}
a:hover {
	color: #666666;
	text-decoration: none;
	}
textarea {
	font-size: 90%;
	}
hr {
	display: none;
	}
.clear {
	clear: both;
	}
body {
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-size: 0.8em;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", Osaka,  Arial, Helvetica, sans-serif;
	color: #444444;
	}
#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	}	

/* COMMON */
.mgl8 {
 margin-left: 8px;
	}
.mgb8 {
	margin-bottom: 8px;
	}
.mgb20 {
 margin-bottom: 20px;
	}
.mgt10 {
 margin-top: 10px;
	}
.mgt15 {
 margin-top: 15px;
	}
.mgt20 {
 margin-top: 20px;
	}
.mgt30 {
 margin-top: 30px;
	}
.arrow1 {
 padding-left: 10px;
	background-image: url(../images/icons/tri_gr.png) no-repeat left top;
 }
.font90 {
 font-size: 0.9em;
	}
.list_disc li {
 list-style-type: disc;
	margin-left: 20px;
	}

/* FLOAT */
.fl_l {
 float: left;
	}
.fl_r {
 float: right;
	}
.cl {
 clear: both;
	}

/* HEADER */
#header_wrapper {
width: 700px;
}
#header {
	width: 700px;
	height: 42px;
	background: url(../images/common/header.jpg) no-repeat right bottom;
	border-bottom: #ffcc66 8px solid;
	}
#header h1 {
	width: 159px;
	height: 42px;
	margin: 0 0 7px 0;
	border: none;
	}
#header h1 a {
	display: block;
	width: 159px;
	height: 42px;
	}

/* TOPICPATH */
ul.topicpath {
	background: #ffcc66;
	list-style-type: none;
	padding-left: 5px;
	font-size: 80%;
		}
ul.topicpath li {
	display: inline;
	padding-left: 10px;
	background: url(../images/common/arrow_topicpath.gif) no-repeat left center;
	}

/* CART */
#cart {
	float: right;
	margin: 7px 0;
	}

/* CONTENTS WRAPPER */
#contents {
	width: 700px;
	clear: both;
	}

/* SUBCOL */
#subcol {
	width: 160px;
	float: left;
	}

/* MAINCOL */
#maincol {
	width: 520px;
	float: right;
	margin-bottom: 20px;
	}
#categorytop {
border: #aaaaaa 1px solid;
margin-top: 20px;
}
#categorytop a {
line-height: 400%;
}

/* FOOTER */
#gotop {
 clear: both;
 width: 700px;
 background: #ece8da;
 padding: 4px 0;
 text-align: right;
}
#footer {
	clear: both;
	width: 700px;
	margin: 0;
	padding: 50px 0 50px 0;
	background: #ffcc66;
	}
#footer address {
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: normal;
	}