body
	{
	background-color:rgb(10,105,10);
	font-size:12px;
	color:rgb(205,255,70);
	font-family:Tahoma, Arial, sans-serif;
	}
	
		:link, :visited { text-decoration:none }
		ul,ol { list-style:none }
		h1,h2,h3,h4,h5 { font-size:1em; }
		ul,li,h1,h2,h3,h4,h5,body,html,p,blockquote { margin:0; padding:0 }
		a img,:link img,:visited img { border:none }

.container
	{
	width:500px;
	margin:20px auto;
	background-color:rgb(10,150,105);
	}

.header
	{
	background-image:url(sozai/lemonstyle.jpg);
	}
	
.welcome
	{
	padding:10px;
	}	

.navigation
	{
	padding:3px;
	background-color:rgb(10,145,30);
	text-align:center;
	border-bottom:7px solid;
	}

.content
	{
	padding:10px;
	}

.newsbox
	{
	padding:0px 10px;
	}
	
.keitai
	{
	visibility:hidden;
	}
	
.footer
	{
	text-align:center;
	padding:10px;
	font-size:10px;
	background-color:rgb(10,145,30);
	}
	
	.header a
	{
	display:block;
	height:200px;
	padding:0;
	margin:0;
	}
	
	.header a:hover
	{
	border:none;
	padding:0;
	margin:0;
	}
	
	.navigation a
	{
	display:inline;
	font-size:14px;
	padding:4px 20px 4px 20px;
	}
	
	.footer a
	{
padding:0px;
	display:inline;
	}
	
	a
	{
	display:block;
	padding:5px;
	color:rgb(255,255,0);
	text-shadow: -2px -2px 7px rgb(205,205,205);
	}
	
	.content a:hover
	{
	display:block;
	padding:4px;
	background-color:rgb(20,165,125);
	text-shadow: 3px 3px 5px rgb(25,25,25);
	border-bottom:1px solid rgb(0,200,200);
	border-right:1px solid rgb(0,200,200);
	border-top:1px solid rgb(0,120,120);
	border-left:1px solid rgb(10,120,120);
	}
	
	.newsbox a:hover
	{
	display:block;
	padding:4px;
	background-color:rgb(20,165,125);
	text-shadow: 3px 3px 5px rgb(25,25,25);
	border-bottom:1px solid rgb(0,200,200);
	border-right:1px solid rgb(0,200,200);
	border-top:1px solid rgb(0,120,120);
	border-left:1px solid rgb(10,120,120);
	}

	.header h1 
	{
	text-indent: -100em;
	overflow: hidden;
	line-height: 100px;
	}

	
	h1
	{
	
	}
	
	h2
	{
	
	}
	
	h3
	{
	margin:25px 0 5px 0;
	}
	
	h4
	{
	border-top:1px solid rgb(0,200,200);
	border-left:1px solid rgb(0,200,200);
	border-bottom:1px solid rgb(0,120,120);
	border-right:1px solid rgb(10,120,120);
	background-color:rgb(10,180,30);
	padding:2px;
	margin:25px 0 10px 0;
	}
	
.new:after
{
content: " (new!) ";
margin-left:10px;
text-transform:uppercase;
font-size:10px;
color:rgb(70,200,165);
text-shadow:none;
font-weight:normal;
}
