body{
	color: black;
	background: #0099ff;
	background-image: URL("img/le1.jpg");
}

h1{
	font: bold 32px "Comic Sans MS";
	margin: 5px;
	padding: 0px;
	border-color: #ffffff;
	color: #333399;
	border-style: double;
	border-width: 5px 0px 5px 0px;
	text-align: center;
}

h2{
	font: normal x-large "Comic Sans MS";
	text-align: left;
	margin-bottom: 0.5em;
}

div{
	margin-bottom: 10px;
}

div#counter{
	float: right;
	width: 100px;
}

div#leftspace{
	float: left;
	width: 100px;
}

div#counter img{
	height: 20px;
}

div#icon{
	text-align: center;
}

div#comment{
	text-align: center;
}

div#contents{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	height: 72px;
	text-align: justify;
	text-justify: distribute-all-lines;
	line-height: 36px;
}

div#whatsnew{
	float: left;
	margin: 0px;
	padding: 4px;
	border-color: #ffffff;
	border-style: ridge;
	background-color: #99ffcc;
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	width: 47%;
	height: 140px;
	overflow: scroll;
}

div#official_update{
	float: left;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 4px;
	border-color: #ffffff;
	border-style: ridge;
	background-color: #f9ffcc;
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	width: 47%;
	height: 80px;
	overflow: scroll;
}

div#information{
	float: right;
	margin: 0px;
	padding: 4px;
	border-color: #ffffff;
	border-style: ridge;
	background-color: #ccff99;
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	width: 47%;
	height: 240px;
	overflow: scroll;
}

div#about{
	text-align: center;
}

div#banner{
	float: left;
	margin: 0px 10px;
}

div#mobile{
	float: left;
	margin: 0px 10px;
}

div#mobileqr{
	float: left;
	margin: 0px 10px;
}

div#official{
	float: left;
	margin: 0px 10px;
}

div#since{
	float: right;
	margin: 0px 10px;
}

div#email{
	float: right;
	margin: 0px 10px;
}

div#engimono{
	float: right;
	margin: 0px 10px;
}

div.clear{
	margin: 0em:
	padding: 0em;
	clear: both;
}

ul{
	margin-top: 0em;
	margin-bottom: 1em;
}

span.memorial{
	color: #ff0033;
	font-weight: bold;
}

a{
	text-decoration: none;
}

a:link				{ color :yellow; }
a:visited			{ color :purple; }
a:hover{
	color: #ffffff;
	background-color: #009999;
}
div#whatsnew a:link{	color:blue; }
div#whatsnew a:visited{	color:purple; }
div#information a:link{	color:blue; }
div#information a:visited{	color:purple; }
div#official_update a:link{	color:blue; }
div#official_update a:visited{	color:purple; }

