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


body{
	margin:0;
	padding:0;
	font-family: "Meiryo","MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:160%;
	color:#dddddd;
	background:#0f0605 url("../img/body_bg.gif") 0 0 repeat-x;
}

h1{
	margin:0;
	padding:0 0 0;
	font-size:100%;
	line-height:100%;
	width:225px;
	height:81px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
	h1 a{
		display:block;
		height:81px;
		background:url("../img/header_logo.gif") repeat-x;
		text-indent:-9900px;
		outline:none;
	}

h2{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:100%;
	border-bottom:1px solid #641c2f;
}

h3{
	margin:1ex 0;
	padding:1ex 1em;
	font-size:100%;
	line-height:100%;
	background:#641c2f;
}



a:link		{color:#ff8439;text-decoration:none;}
a:visited	{color:#c78025;text-decoration:none;}
a:hover		{color:#ff3939;text-decoration:none;}
a:active	{color:#ff3939;text-decoration:none;}



img{
	border:0;
	vertical-align:bottom;
}




.root{
	background:url("../img/root_bg.jpg") 50% 0 repeat-x;
}
	.header{
		width:800px;
		margin:0 auto;
	}
	.headerimg{
		padding:0;
		margin:-21px 0 0;
	}
.gmenu{
	margin:0;
	padding:0 5px 9px;
	list-style-type:none;
	background:#000000;
	height:57px;
}
.gmenu li{
	float:left;
	margin:0;
	padding:0;
	width:132px;
	height:57px;
}
.gmenu li a{
	display:block;
	height:57px;
	text-indent:-9900px;
	outline:none;
}

.gmenu li.gmenu01,
.gmenu li.gmenu06{
	width:131px;
	text-indent:-9825px;
}

.gmenu01 a{background:url("../img/gmenu01.gif") 0 0 repeat-x;}
.gmenu02 a{background:url("../img/gmenu02.gif") 0 0 repeat-x;}
.gmenu03 a{background:url("../img/gmenu03.gif") 0 0 repeat-x;}
.gmenu04 a{background:url("../img/gmenu04.gif") 0 0 repeat-x;}
.gmenu05 a{background:url("../img/gmenu05.gif") 0 0 repeat-x;}
.gmenu06 a{background:url("../img/gmenu06.gif") 0 0 repeat-x;}

.gmenu li a:hover,
.gmenu li a:active{
	background-position:0 -57px;
}


.main{
	margin:0 auto;
	width:790px;
	padding:0 5px 50px;
	background:#000000;
}
	.side{
		float:left;
		width:180px;
		padding-left:5px;
	}
		.product-banners{
			list-style-type:none;
			margin:0 0 5px;
			padding:0;
		}
			.product-banners li{
				margin:0 0 5px;
				padding:0;
			}
	.content{
		float:right;
		width:560px;
		padding-right:20px;
	}
	.to-top{
		clear:both;
	}

.footer{
	clear:both;
	width:800px;
	height:62px;
	background:url("../img/footer_bg.gif") 0 0 no-repeat;
	margin:0 auto;
	padding:0 0 20px;
}
.footer-copy{
	margin:auto;
	padding:22px 0 0;
	width:220px;
	height:20px;
}
.footer-copy a{
	display:block;
	height:20px;
	background:url("../img/footer_txt_copy.jpg") 0 0 repeat-x;
	text-indent:-9900px;
	outline:none;
}



.more-btn{
	border-top:1px solid #641c2f;
	text-align:right;
}


.news-table{
	margin:0.5ex 0;
	border-collapse:collapse;
	width:100%;
}
.news-table tr{
}
.news-table tr.even{
	background:#191919;
}
.news-table th{
	border-collapse:collapse;
	padding:0.3ex 1ex;
	text-align:left;
	vertical-align:top;
	width:11ex;
}
.news-table td{
	border-collapse:collapse;
	padding:0.3ex 1ex;
}
.news-table p{
	margin:0 0 1ex;
}

.counter-table{
	border:none;
}
.counter-table th{
	text-align:left;
}


























