/* CSS Document */

body{
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	color:#666666;
	margin:0;
	padding:0;
	background:url(images/bg.jpg);
	text-align:center;

}
div#wrapper{
	width:760px;
	margin:auto;
	padding:0;
	text-align:left;
	background:#FFFFFF;
	position:relative;
	
}

img{
	border:none;
}

h1{
	text-indent:-9999px;
	overflow:hidden;
}


	
a, a:visited{
	color:#666666;
	text-decoration:none;
}

a:hover{
	color:#FF6600;
	text-decoration:none;
}

div#header {
	width:760px;
	height:90px;
	background:url(images/header.gif) no-repeat;
	margin-bottom:15px;
}

div#header h1{
	margin:0px;
}

div#header p{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	margin-left:450px;
	margin-top:30px;
}

div#shopaddress ul li{
	text-align:justify;
}

div#navi{
	height:20px;
	margin-left:320px;
	margin-bottom:0px;
}

ul#g_navi, ul#g_navi li{
	margin:0;
	padding:0;
	list-style:none;
}

ul#g_navi li{
	display:block;
	float:left;
}

ul#g_navi a{
	display:block;
	width:110px;
	height:20px;
	background:url(images/navi.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;	
}

li#nav_home a{
	background-position:0 0;
}


li#nav_features a{
	background-position:-113px 0;


}

li#nav_menu a{
	background-position:-228px 0; 
}



li#nav_purpose a{
	background-position:-343px 0;
}




li#nav_home a:hover{
	background-position:0 -20px;
}



li#nav_features a:hover{
	background-position:-113px -20px;


}

li#nav_menu a:hover{
	background-position:-228px -20px; 
}



li#nav_purpose a:hover{
	background-position:-343px -20px;
}



div#footer{
	width:760px;
	height:35px;
	margin-top:10px;
	padding-top:5px;
}

div#links{
	text-align:center;
}

div#copyright{
	width:760px;
	height:18px;
	background:url(images/footer.gif) no-repeat;
	margin-top:5px;
	text-indent:-9999px;
	overflow:hidden;
	color:#735518;
	}
	
