body {
	background: url("../img/template/bg.jpg");
	text-align: center;
}

img {
	border: none;
}

/* flash */

#flash {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
}

#flashcontent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#flashcontent #attention {
	width: 900px;
	background: url("../img/template/bg.jpg");
	text-align: center;
}


/* header */

#header {
	width: 900px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header .logo{
	margin-top: 10px;
	text-align: left;
}

#headerMenu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#headerMenu ul{
	margin: 0px;
	padding: 0px;
}

#headerMenu li{
	width: 125px;
	height: 60px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#headerMenu li a {
	display: block;
	width: 125px;
	height: 60px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#headerMenu span{
	display: none;
}

.clear {
	clear: both;
}

#headerMenu li#top a { background: url("../img/template/h_top_b.gif"); }
#headerMenu li#service a { background: url("../img/template/h_service_b.gif"); }
#headerMenu li#online a { background: url("../img/template/h_online_b.gif"); }
#headerMenu li#shop a { background: url("../img/template/h_shop_b.gif"); }
#headerMenu li#gallery a { background: url("../img/template/h_gallery_b.gif"); }
#headerMenu li#link a { background: url("../img/template/h_link_b.gif"); }
#headerMenu li#mail a { background: url("../img/template/h_mail_b.gif"); }


#headerMenu li#top a:hover {background-position:0 -60px;}
#headerMenu li#service a:hover {background-position:0 -60px;}
#headerMenu li#online a:hover {background-position:0 -60px;}
#headerMenu li#shop a:hover {background-position:0 -60px;}
#headerMenu li#gallery a:hover {background-position:0 -60px;}
#headerMenu li#link a:hover {background-position:0 -60px;}
#headerMenu li#mail a:hover {background-position:0 -60px;}



/* footer */

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
