* {
	margin: 0;
	padding: 0;
}
#title {
	width: 760px;
	height: 100px;
	background-color: #333333;
	background-image: url("../img/title.png");
}
#title p.subtitle {
	font-weight: bold;
	color: #0d0d0d;
	margin: 0 0 0 7em;
	font-size: 80%;
}
h1 {
	padding: 8px;
	color: #000000;
	letter-spacing: 0.5em;
	margin: 0 0 0 2em;
}
body {
	text-align: center;
	background-color: black
}
body div {
	text-align: left;
	margin: 0 auto;
}

#main {
	clear: both;
	padding: 2em;
}

#container {
	width: 760px;	
	background-image: url("../img/main_bg.png");
	background-repeat: repeat-y;
}

ul.nav_group {
	width: 760px;
	height: 50px;/*
	background-image: url("../img/nav_bg.png");
	background-repeat: no-repeat;
	background-position: 100% 0%;*/
}
ul.nav_group li.nav_item {
	list-style-type: none;
	float: left;
	width: 100px;
	height: 50px;
}
.nav_item a {
	/*overflow: hidden;*/
	display: block;
	width: 100px;
	height: 50px;
	position: relative;

}
.nav_item a:hover {
	background-position: 0px 50px;
}
.nav_site_link {
	list-style-type: none;
	float: left;
	width: 160px;
	height: 50px;
}
.nav_site_link a {
	display: block;
	width: 160px;
	height: 50px;
	position: relative;
}

#nav_01 a {background-image: url("../img/nav01.png");}
#nav_02 a {background-image: url("../img/nav02.png");}
#nav_03 a {background-image: url("../img/nav03.png");}
#nav_04 a {background-image: url("../img/nav04.png");}
#nav_05 a {background-image: url("../img/nav05.png");}
#nav_06 a {background-image: url("../img/nav06.png");}
.nav_site_link a {background-image: url("../img/nav_bg.png");}

#home .nav_group #nav_01 a {background-position: 0px 50px;}
#about .nav_group #nav_02 a {background-position: 0px 50px;}
#gallery .nav_group #nav_03 a {background-position: 0px 50px;}
#text .nav_group #nav_04 a {background-position: 0px 50px;}
#link .nav_group #nav_05 a {background-position: 0px 50px;}
#contact .nav_group #nav_06 a {background-position: 0px 50px;}

h2,h3,p {
	margin: 0.3em;
	letter-spacing: 0.3em;
}
h2 {/*
	background-image: url("../img/h2.png");
	background-repeat: no-repeat;
	height: 70px;
	line-height: 70px;
	padding-left: 60px;*/
	border-style: dashed;
	border-width: 0 0 1px 0;
	font-size: 100%;
}

h3 {
	font-size: 90%;
}
p {
	font-size: 90%;
	text-indent: 1em;
}
address {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
}
table {
	text-align: center;
	width: 100%;
}
tr {
	height: 3em;
}
.hin {
	color: #000000;
}
.shifu {
	color: #ff00ff;
}
.neon {
	color: #0000ff;
}
.saina {
	color: #00ff00;
}
.macky {
	color: #000000;
}
.sichimi {
	color: #ff0000;
}
.ishn {
	color: #808080;
}
span.new {
	position: relative;
	font-style: bold;
	color: #ff9900;
	left: -0.5em;
	bottom: -0.5em;
}
img {
	border: none;
}
h3,h4 {
	margin-top: 1em;
}
dd {
	text-indent: 2em;
}