html, body {
}  

body {
  margin:0;
  padding: 0;
  text-align:center;
  background-color:#000;
}

img{
	border: 0;
}

/* ----------------------------------------------------------------------
	link
---------------------------------------------------------------------- */
a{
	text-decoration: none;}
a:visited{
	text-decoration: none;}
a:hover{
	text-decoration: underline;}

#foot a{color: #A9844A; font-size: 11px; text-decoration: none;}
#foot a:visited{text-decoration: none;}
#foot a:hover{text-decoration: underline;}

#navi a{font-size: 10px; color: #898079; text-decoration: none;}
#navi a:hover{font-size: 10px; color: #898079; text-decoration: underline;}

/* ----------------------------------------------------------------------
	text
---------------------------------------------------------------------- */
*{
	font-size: 12px;
	font-family:"Osaka","‚l‚r ‚oƒSƒVƒbƒN";
	line-height: 18px;
	color:#FFF;
}

body{
	line-height: 1.4;
}

h2{
	font-size: 14px;
	color:#DEBC87;
	font-weight: bold;}
h2 a{
	font-size: 100%;
}

h3{
	font-size: 1.2em;
	line-height: 1.33;
	font-weight: bold;}
h3 a{
	font-size: 100%;
}

h4{
	font-size: 1.2em;
	line-height: 1.33;
	font-weight: bold;}
h4 a{
	font-size: 100%;
}

h5{
	font-size: 13px;
	line-height: 1.33;
	font-weight: bold;
	color: #F15B5B;}
h5 a{
	font-size: 100%;
}

ul{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

ol{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

strong, strong a {
	font-weight: bold;
}

em, em a {
	font-weight: bold;
	font-style: normal;
}

abbr{
	border-bottom-width: 0;
}