@charset "UTF-8";

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


body {
	padding-bottom: 18px;
	background-color: #000;
	color: #fff;
	font-family : 'Hiragino Kaku Gothic Pro', Meiryo, '‚l‚r ‚oƒSƒVƒbƒN', san-serif;
	line-height: 1.6;
	text-align: center;
}

ol, ul {
	list-style-type: none;
}

li {
	display: block;
}

a {
	text-decoration: underline;
}

a:link {
	color: #ccf;
}

a:visited {
	color: #eee;
}

a:active {
	color: #f99;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

div#menu ul {
	margin: 24px auto;
	width: 840px;
	height: 24px;
}

div#menu ul li {
	float: left;
	width: 280px;
	height: 24px;
	text-align: center;
	text-indent: -10000px;
}

div#menu ul li a {
	display: block;
	height: 24px;
	margin: 0 auto;
	overflow: hidden;
	text-decoration: none;
	background-repeat: no-repeat;
}

li#menutop a {
	width: 147px;
	background-image: url(../images/menu-top.gif);
}

li#menuabout a {
	width: 150px;
	background-image: url(../images/menu-about.gif);
}

li#menuitems a {
	width: 128px;
	background-image: url(../images/menu-items.gif);
}

li#menubuy a {
	width: 148px;
	background-image: url(../images/menu-buy.gif);
}

li#menulink a {
	width: 86px;
	background-image: url(../images/menu-link.gif);
}

p.address {
	display: block;
	width: 230px;
	height: 72px;
	margin: 16px auto;
	text-indent: -10000px;
	background: transparent url(../images/address.gif) no-repeat;
}
