/* CSS Document */
body {
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px 10px 0px 5px;
	margin-bottom: 0px;
}

body,td,th {
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-size: 18px;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.category {
	font-weight: bold;
	font-size: 14px;
}
.category a:link {
	color: #009900;
	text-decoration: none;
}
.category  a:visited {
    color: #009900;
	text-decoration: none;
}
.category a:hover {
    text-decoration: underline;
	color: #FF0000;
}
.category a:active {
    text-decoration: none;
	color: #FF0000;
}
.subcategory {
	font-size: 12px;
	color: #666666;
}
.subcategory a:link {
    color: #666666;
	text-decoration: none;
	font-size: 12px;
}
.subcategory  a:visited {
    color: #666666;
	text-decoration: none;
}
.subcategory a:hover {
    text-decoration: underline;
	color: #666666;
}
.subcategory a:active {
    text-decoration: none;
	color: #666666;
}
.name {
	font-weight: bold;
	background: #34D360;
	padding-right: 10px;
	padding-left: 10px;   
}
.menu {
	padding-top: 15px;
}
.menu_sp {
	padding-left: 15px;
}
.copy {
	border-top: 1px solid #999999;
	color: #999999;
}
.price {
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
}