/* CSS Document */

* {  
    margin:0;  
    padding:0;  
}  
body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;  
    font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;  
    font-size:12px;  
    color:#424242;  
}  
h2,h3,h4,h5,h6 {  
    font-weight:normal;  
    font-family:Georgia, "Times New Roman", Times, serif, "‚l‚r ‚oƒSƒVƒbƒN";  
}
p{
	line-height:180%;
}  
li {  
    line-height:160%;  
}  
p {  
    margin:0 0 1em 0;  
}  
li {  
    list-style-type:none;  
}  
img {  
    border:0;  
}  
/* 
 Link Color [ 
----------------------------------------------------------- */  
a {  
    text-decoration:none;  
}  
a:link {  
    color:#000000;
}  
a:visited {  
    color:#000000;  
}  
a:hover {    
}  
a:active {  
    color:#000000;  
}  

/*
 Layout[
 ----------------------------------------------------------- */
 #page{
	width:940px;
	margin:0 auto;
 }
 
 /* 
 header [ 
-----------------------------------------*/
#head {
	height:90px;
}
#head h1 a{
	background-image: url(../img/rogo.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000em;
	height: 62px;
	width: 302px;
	float:left;
	margin-top:23px;
}
/* -+-+-+-+-+- Global Navi Style */  
#g-menu {
	float:left;
	padding-top:60px;
	padding-left:427px;
}  
#g-menu li{
	float:left;
}
#g-menu li.about-bt a,#g-menu li.product-bt a{
	background-repeat: no-repeat;
	text-indent: -1000em;
	display: block;
	height: 26px;
	width: 96px;
}
#g-menu li.about-bt a{
	background-image: url(../img/bt-about.gif);
	margin-right:10px;
}
#g-menu li.product-bt a{
	background-image: url(../img/bt-product.gif);
}
#g-menu li.about-bt a:hover{
	background-image: url(../img/bt-about-ov.gif);
}
#g-menu li.product-bt a:hover{
	background-image: url(../img/bt-product-ov.gif);
}





#main-area{
	background-image: url(../img/main-top-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:10px;
}
.wrap35{
	padding-top:35px;
	padding-left:43px;
	padding-right:43px;
	padding-bottom:20px;
	background-image: url(../img/bg-main.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#main-area h1{
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -1000em;
	display: block;
	height: 53px;
	width: 430px;
	margin-bottom:20px;
}
#navi{
	margin-bottom:15px;
	float:left;
}
#navi li{
	float:left;
	margin-right:15px;
}
#navi li a{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#navi li a.on{
	color: #3333FF;
}
#navi li a:hover{
	color: #3333FF;
}
.backtotop{
	height:15px;
	margin:0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.backtotop a{
	background-image: url(../img/bt-backtotop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000em;
	display: block;
	height: 15px;
	width: 98px;
	margin-left:360px;
}
.backtotop a:hover{
	background-image: url(../img/bt-backtotop-ov.gif);
}

#foot{
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000em;
	display: block;
	height: 77px;
	width: 940px;
}