@charaset "UTF-8";

* {  
    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:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;  
    font-size:80%;  
}

html {  
        overflow-y:scroll;  
}  

img {  
        border:0;  
}  

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

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

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;
	line-height: normal;
	font-weight: normal;
	}
	

	
H2{
	margin:0;
	padding:0 0 0 0;
	font-size: 160%;
		letter-spacing: 0.05em;

	}

 div#container {
	width:800px;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	
.photo {
	float:left;
	width:270px;
	margin-top:10px;
	}
	
	
.products {
 float:right;
	width: 530px;
	}

H3{
	font-size: 150%;
	letter-spacing: 0.1em;
	margin:10px 0px 0px 0px; 

	}

H4{
	font-size: 130%;
	line-height: 160%;
	letter-spacing: 0.1em;
	border-top:1px solid #CCC; 
	border-bottom:1px solid #CCC;
	font-style: normal;
	font-weight: normal;
	margin:10px 0px;  
    padding:10px 0px;  

	}
	
H5{
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	line-height: 180%;

	}

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

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

.style10 {font-size: 65%}

 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 {
	text-decoration: underline;
}

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


