@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body{
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-size: 0.813em;
	color:#525252;
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;

}

a:link {
	text-decoration: none;
	color: #252525;
}
a:visited {
	text-decoration: none;
	color: #252525;
}
a:hover {
	text-decoration: underline;
	color: #252525;
}
a:active {
	text-decoration: none;
	color: #252525;
}

#wrapper{
	background:url(../img/bg.jpg) top repeat-x;
	background-color:#FFFFFF;
	width: 100%;
	min-width:1020px;
	height:auto;}
	
#main{
	width:1020px;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden}
	
#logo{
	width:400px;
	height:80px;
	margin:10px 0;
	float:left;
	display:inline}
	
#menu{
	background:#b4d200;
	width:1000px;
	height:35px;
	margin:0 10px;
	float:left;
	display:inline;
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	line-height:35px;
	font-weight:bold;
	font-size:1.15em;
	text-align:center}
	
.menu-item{
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	line-height:35px;
	font-weight:bold;
	color:#0a3705; text-align:right}
	
.menu-item a{
	background:url(../img/bar-line.png) right no-repeat;
	padding:0px 15px 0 10px;
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	line-height:35px;
	font-weight:bold;
	color:#0a3705;
	text-decoration:none}

.menu-item a:hover{
	color:#ffffff;
	text-decoration:none;}	
	
#banner{
	width:1000px;
	height:325px;
	margin:0 10px;
	float:left;
	display:inline}
	
#content{
	width:1000px;
	height:auto;
	margin:10px 10px 30px 10px;
	float:left;
	display:inline}

#lmenu{
	width:240px;
	height:auto;
	margin:10px;
	float:left;
	display:inline}
	
#lmenu-title{
	background:url(../img/ltitle.jpg) top no-repeat;
	width:240px;
	height:75px;
	float:left;
	display:inline}
	
#lcontent{
	width:225px;
	height:auto;
	margin:10px 0 0 0;
	float:left;}
	
#lcontent h1{
	background:url(../img/icon-01.png) left no-repeat;
	font-size:1.15em;
	color:#000000;
	line-height:26px;
	text-indent:15px}

.lmenu-item{
	background:url(../img/line_menu.png) bottom repeat-x;
	width:205px;
	height:30px;
	margin-left:15px;
	font-size:1.05em;
	font-weight:bold;
	color:#000000;
	float:left;}	

.lmenu-item a{
	background:url(../img/icon-02.png) left no-repeat;
	padding-left:15px;
	width:205px;
	height:30px;
	font-size:1.05em;
	font-weight:bold;
	color:#000000;
	float:left;
	text-decoration:none;
	line-height:30px;}	
	
.lmenu-item a:hover{
	background:url(../img/menu-over.jpg) repeat-x;
	padding-left:5px;
	width:205px;
	height:30px;
	font-size:1.05em;
	font-weight:bold;
	color:#ffffff;
	float:left;
	text-decoration:none;
	line-height:30px;}
	
#rcontent{
	width:980px;
	height:auto;
	float:left;
	display:inline;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
	
#rcon-title{
	background:url(../img/about-title.jpg) bottom left no-repeat;
	width:980px;
	height:85px;
	margin:0;
	float:left;
	display:inline;
	font-size:1.05em;
	line-height:22px
}
	
#rcon-title h1{
	font-size:1.2em;
	color:#000000}
	
#product{
	width:1000px;
	height:auto;
	margin:0;
	float:left;
	display:inline}
	
.product-item{
	width:215px;
	height:215px;
	margin:10px 15px 0 0;
	float:left;
	display:inline}
	
#footer{
	background:url(../img/footer-bg.jpg) top no-repeat;
	width:1000px;
	height:70px;
	float:left;
	display:inline;
	padding:10px 0 0 0;
	font-size:1em;
	line-height:20px;
	color:#FFFFFF;
	text-align:center}
	
#footer a{
	font-size:1em;
	line-height:20px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:underline}
	
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline}
