* {  
    margin:0;  
    padding:0;  
}

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	color: #454545;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family:arial, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;  
    font-size:80%;  
}

html {  
        overflow-y:scroll;  
}  

img {  
        border:0;  
}  

#page {  
    width:840px;  
    margin:0 auto;  
    background:#FFF;  
}  

.hidden {
	visibility: hidden;
	   display: none;
}

h1{
	margin:0;
	height: 120px;
	background-image: url(../img/bg_head.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
div#navi {
	width:800px;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding:0; 
	font-size:90%;  
	font-style: normal;
	font-weight: normal;
	}
	

	
H2{
	letter-spacing: 0.2em;
	margin:10px 0 0;
	padding:20px 0 0;
	font-size: 120%;
	letter-spacing: 0.05em;

	}

 div#container {
	width:800px;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	
 div#leftside {
	float:left;
	width: 385px;
	}

 div#rightside {
	float:right;
	width: 385px;
	}

	
 div#products {
 float:right;
	width: 530px;
	}

H3{
	font-size: 110%;
	font-weight: bold;
	margin:8px 0px 0px 0px; 
		letter-spacing: 0.1em;


	}

H4{
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin:2px 0px 0px 0px;  
    padding:2px 0px 10px 0px;  

	}
	


 div#link {
	width: 530px;
	text-align: right;
	}

 div#line {
	float:none;
	clear: both;
	text-align: center;
	}


 div#footer {
        clear:both;  
        margin:0 10px;  
        padding:15px 0 10px 0;  
        text-align:center;  
} 

address {  
        font-style:normal;  
		}

a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: #C00;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

