/************************************************/
/*-- BASE --
/************************************************/
/*-- HTML --*/
body {
  background-color:#675d3d;
	color:#000;
	padding:30px;
	margin:0px;
}
a{
	color:#ffff00;
}
a:visited{
	color:gold;
}
a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
a img{
	border:3px double gold;
}
.clear{
	clear:both;
}
/*-- HTML:SUB --*/
h1{
	text-align:center;
	background:#f7f2d2 url(img/title.webp) no-repeat scroll top left;
  border:5px double #000;
  margin:10px;
  padding:15px;
}
h2{
  border-top:1px solid #000;
  border-bottom:1px solid #000;
	color:#000;
  margin:10px;
  margin-top:60px;
  padding:15px;
	font-size:small;
}
h3{
  border-bottom:1px solid #fff;
	color:#fff;
  margin:10px;
  padding:15px;
	font-weight:normal;
	font-size:x-small;
}
/*-- MENU --*/
.menu{
	text-align:left;
}
.menu ul{
}
.menu li{
	float:left;
	width:120px;
	padding:5px;
}
.newmenu{
	background-color:gold;
	color:brown;
}
/*-- NEWS --*/
.news{
	width:600px;
}

/*-- CONTENTS --*/
.main{
	margin-top:300px;
	text-align:center;
}
/*-- CONTENTS:all --*/
table{
	width:600px;
	margin:auto;
}
pre{
	line-height:200%;
	font-size:medium;
}
.text{
	color:#ebebd5;
	font-weight:bold;
	padding:10px;
	line-height:200%;
}
/*-- CONTENTS:story --*/
.story_box{
	text-align:center;
	margin:auto;
	width:1000px;
}
/* float in */
.story{
	background-color:#6d6647;
	margin:30px auto;
	width:990px;
	float:left;
	padding:10px;
}
.story .image{
	width:630px;
	float:left;
}
.story img{
	border:3px double gold;
	margin:10px;
}
.story .text{
	width:300px;
	float:left;
}
/*-- CONTENTS:chara --*/
.chara th{
	background-color:#958b62;
	padding:10px;
}
.chara td.image{
	background-color:#776f4e;
	padding:10px;
}
.chara td.image img{
	margin:10px;
	border:3px double #000;
}
.chara td.text{
	padding:10px;
	color:#ebebd5;
	line-height:200%;
	font-size:medium;

}
/*-- CONTENTS:ReMenu --*/
.remenu_bar{
	text-align:right;
}
.remenu{
	background-color:#4d4832;
	width:300px;
	color:#fff;
	padding:10px;
	margin-left:auto;
	margin-right:10px;
}

/*-- TAG:BASE --*/
.copy{
  border-top:1px solid #000;
  margin:10px;
  margin-top:100px;
  padding:5px;
	color:#000000;
	font-size:x-small;
}
