@charset "utf-8";
/* CSS Document */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
:focus{
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td.price {
	text-align: right;
}
img {
	border: none;
}
a {
	color: #09C;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0CF;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=70) !important;
	-moz-opacity: 0.7 !important;
	opacity: 0.7 !important;
}
div {
	display: block;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix {
	display: inline-table;
}
.space {
	width: 0;
	height: 20px;
	margin: 0;
	padding: 0;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img.fl {
	margin-right: 10px;
}
img.fr {
	margin-left: 10px;
}
.Lfont {
	font-size: 24px;
}
.Mfont {
	font-size: 120%;
}
.Sfont {
	font-size: 90%;
}
.SSfont {
	font-size: 80%;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #C00;
}
.pink {
	color: #F9C;
}
.gray {
	color: #CCC;
}
.right_txt {
	width: 100%;
	text-align: right;
}
/*MENU*/
ul#navi_main {
	display: block;
	margin: 0 auto;
	width: 1019px;
	height: 24px;
	position: relative;
	line-height: 24px;
	z-index: 15;
}
ul#navi_main a {
	zoom: 1;
}
ul#navi_main li.link, ul#navi_main li.last {
	position: relative;
	display: block;
	margin-right: 26px;
	float: left;
	width: 90px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	background-color: #222;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7 !important;
	opacity: 0.7 !important;
	filter: alpha(opacity=70) !important;
}
ul#navi_main li.last {
	margin: 0;
}
ul#navi_main li.link a, ul#navi_main li.last a {
	display: block;
	width: 90px;
	height: 24px;
	color: #fff;
}
ul#navi_main li.link a:hover, ul#navi_main li.last a:hover {
	color: #FC0;
}
ul#navi_main li.link ul {
	display: none;
	position: absolute;
	top: 25px;
	width: 90px;
	background-color: #666;
	padding: 0;
	color: #FFF;
	opacity: 0.9;
	filter: alpha(opacity=90);
	zoom: 1;
	line-height: 1;
	z-index: 15;
}
ul#navi_main li.link ul li a {
	display: block;
	width: 90px;
	height: 14px;
	float: none;
	padding: 4px 0 2px 0;
	margin: 0;
	border-bottom: 1px solid #FFF;
}

.pagetop a {
	display: block;
	width: 140px;
	height: 20px;
	float: right;
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
}

.zoom {
	height: 17px;
	padding: 3px 0 0 20px;
	background-image: url(../img/zoom.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #666;
	line-height: 1.5em;
}
.right-txt {
	text-align: right;
}
