html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: red; 
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.blue {
color: blue;
text-decoration: bold;
font: 13px verdana, sans-serif;
}

.logo {
position: absolute;
top: 50px;
 left: 25px;
}

.logo2{
position: absolute;
top: 50px;
 left: -20px;
}

.logo3{
position: absolute;
top: 200px;
 left: 135px;
}


body {
  background: #000;
	text-align: center;
	font: 13px arial, sans-serif;
	color: #312F1A;
}


/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
  position: relative;
}

#header {
  padding-top: 51px;
  width: 252px;
  position: relative;
}

/** Header **/
h1 {
  color: white;
/**  background: #E8E7DA; **/
  background: black;
 border: 1px solid #5c7bd0;
 padding: 4px;
  text-align: center;
  font: 18px "Verdana", sans-serif;
  margin: 0 0 0px 2px;
}

/#search {
/  width: 148px;
/  background: #E8E7DA url(images/search_top.jpg) no-repeat;
/  text-align: center;
/  position: absolute;
/  bottom: -1px;
/  left: 558px;
/  padding: 6px 0;
/}
/#search .text {
/  width: 63px;
/}

/** Body **/
#body {
  position: relative;
  width: 100%;
}

#patch {
  position: absolute;
  top: 0;
  left: 20px;
  width: 200px;
  height: 4px;
  padding-top: 274px;
  background:black;
}
#nav_menu ul {
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
  display: inline;
}
#nav_menu li {
  list-style: none;
/  background: bottom left url(images/dots.jpg) repeat-x;
}
#nav_menu a {
  color: black;
  font: 18px "times new roman", serif;
  font-style: italic;
  background: white;
  padding-right: 8px;
}

#menubar {
position:relative;
top:-23px;
left:270px;
width:100%;
}

#menubar ul{
margin: 0;
padding: 0;
padding-left: 10 px;
font: bold 12 px Verdana;
list-style-type: none;
display: inline;
}

#menubar li{
display: inline;
text-decoration: none;
margin: 0;
padding: 7px 8px;
border-right: 1px solid white;
color: white;
background; #414141;
}

#menubar li a{
float: left:
display: inline;
text-decoration: none;
margin: 0;
padding: 7px 8px;
border-right: 1px solid white;
color: white;
background; #414141;
}

#menubar li a:visited{
color: white;
}

#menubar li a:hover, .menubar li.selected a{
text-decoration: bold;
color: red;
}



/** content **/

#content {
  background: #E8E7DA bottom right url(images/body_bottom_right.jpg) no-repeat;
  width: 500px;
  margin-left: 254px;
  min-height: 278px;
}

#content .main, #content .main2 {
  float: right;
  width: 275px;
  margin-top: 14px;
  padding-right: 28px;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 8px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#kanji {
  float: right;
  width: 134px;
  border-left: 1px solid #D6D3BA;
  padding: 12px;
  background: top right url(images/bogy_top_right.jpg) no-repeat;
}
#beauty span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#beauty p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#beauty .clear {
  height: 10px;
}

h2 {
  font:  22px "Verdana", serif;
  color: black;
  margin: 0 0 0.5em 0px;
}

/** Footer **/

#footer {
  color: #E8E7DA;
  margin: 2px 0 0 275px;
}

#privacy {
  position: absolute;
  right: 8px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  background: #E8E7DA bottom left url(images/footer_tab.jpg) no-repeat;
}
#privacy a {
  color: #000;
  font-weight: normal;
}
