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

/****************************************
		1. General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	list-style:none;
}
html {
	height:100%;
	overflow-y: scroll;
}
body {
	background-image: url(../images/back2.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: center top;
	background-attachment: fixed;
	font-size : 12px;
	line-height: 1.5;
	color: #333333;
}
a {
	color: #009d85;
}
a:hover {
	color: #333333;
}
.clear {
	clear: both;
	line-height: 0
}
/****************************************
		2. Basic Layout 
*****************************************/
#page {
	width: 880px;
	height:100%;
	min-height:100%;
	margin: 0 auto;
}
body > #page {
	height: auto;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 800px;
	margin:0 auto;
	padding-top: 25px;
}
#menu {
	width: 170px;
	float: left;
 	margin-right: 20px;
	margin-bottom: 15px;
	line-height: 1.6;
}
#contents {
	width: 610px;
	float: right;
	margin-bottom: 15px;
}
#footer {
	clear: both;
	width: 800px;
	padding-bottom: 0px;
	margin: 0 auto;
}
/****************************************
		3.  Header
*****************************************/

/****************************************
		4.  Menu
*****************************************/
#menu .menubox {
	width: 170px;
	height: auto;
	margin-bottom: 15px;
	line-height: 1.7;
}
#menu .ctg {
	width:170px;
	font:bold 12px Verdana, sans-serif;
	margin-bottom: 10px;
	display:block;
	height: 30px;
	line-height : 30px;
	text-decoration:none;
	background:#c9e6e0;
	color:#009d85;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
#menu .search {
	float: center;
	width: 100%;
}
#menu .submit {
	margin-top: 10px;
	width: 100%;
}

/****************************************
		5.  Contents
*****************************************/
.title610 {
	width:610px;
	font:bold 12px Verdana, sans-serif;
	margin-bottom: 10px;
	display:block;
	height: 30px;
	line-height : 30px;
	text-decoration:none;
	background:#c9e6e0;
	color:#009d85;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
.title800 {
	width:800px;
	font:bold 12px Verdana, sans-serif;
	margin-bottom: 10px;
	display:block;
	height: 30px;
	line-height : 30px;
	text-decoration:none;
	background:#c9e6e0;
	color:#009d85;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
.inside{
	margin-left:10px;
}
.item_box {
	width:142px;
	margin-bottom: 10px;
	padding:5px;
	float: left;
	text-align: center;
}
.itemprice {
	color: #000000;
	font-size: 80%;
	margin-top: 5px;
}

div#container {
width: 610px;
overflow: hidden;
}
div.outer {
width: 628px;
}
div.outer:after {
display: block;
clear: both;
content: "";
}
div.inner {
width: 139px;
margin: 0 18px 10px 0;
float: left;
}

table.item td, th {
	padding: 0 10px 15px 0;
}
/****************************************
		6.  Footer
*****************************************/
.copy {
	width:800px;
	font:bold 11px Verdana, sans-serif;
	display:block;
	height: 30px;
	line-height : 30px;
	text-decoration:none;
	background:#009d85;
	color:#ffffff;
	text-align: center;
	margin-bottom: 20px;
	}
/****************************************
		7.  Other
*****************************************/
