/************************************************/
/*-- BASE --
/************************************************/
/*-- HTML --*/
body {
  background:#dde5e2 url(img/back3.webp) fixed top left repeat-x;
	text-align:center;
	color:#000;
	padding:0;
	margin:0;
}
a{
	color:#462173;
}
a:visited{
  color:#204f75;
  text-decoration:none;
}
a:hover{
	color:#000;
	font-weight:bold;
}
/*-- TAG:MAIN --*/
.story{
  background: url(img/back2.webp) fixed top left repeat-x;
}
.all{
	width:800px;
	margin:10px auto;
	text-align:center;
}
.all_menu{
  margin:0;
}
h1 img{
}
h2{
  color:#4495a4;
  border-bottom:1px solid #fff;
  text-align:left;
  padding:8px;
}
h3{
  border-bottom:1px solid #fff;
  text-align:right;
  color:#509882;
}
pre{
  font-size:large;
  line-height:200%;
}
/*-- TAG:Menu --*/
.menu{
	margin:10px auto;
	text-align:center;
  background:#dde5e2 url(img/back_blue.webp);
  padding:5px;
  color:#65897d;
  width:800px;
  border-bottom:3px double white;
  margin-bottom:10px;
}
.menu h2{
  font-size:small;
  border:0px;
}
.new{
  background-color:#d5dea1;
  color:#849233;
}
/*-- TAG:BASE --*/
.link,.copy{
	background-color:#97aca4;
	color:#eee;
	padding:7px;
  margin:0;
}
.link a,
.copy a{
	color:#ccc;
}
.link{
}
.copy{
}
