
body
	{
	background-color:rgb(253,8,1);
        background-color:rgb(30,30,30);
	font-size:12px;
	color:rgb(180,225,290);
	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(77,77,77);
	}

.header
	{
	background-image:url(sozai/mochistyle.jpg);
	}

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

.welcome
	{
	padding:10px;
	}	


.content
	{
	padding:10px;
	}

.newsbox
	{
	padding:0px 10px;
	}
	
.keitai
	{
	visibility:hidden;
	}
	
.footer
	{
	text-align:center;
	padding:10px;
	font-size:10px;
	background-color:rgb(10,10,20);
	}
	
	.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;
	color:rgb(254,90,31);
	}
	
	.footer a
	{
padding:0px;
	display:inline;
	color:rgb(254,90,31);
	}
	
	a
	{
	display:block;
	padding:5px;
	color:rgb(255,255,0);
	color:rgb(254,130,31);
	text-shadow: 2px 2px 7px rgb(0,0,0);
	}
	
	.content a:hover
	{
	display:block;
	padding:4px;
	background-color:rgb(80,125,190);
	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);
	color:rgb(254,230,131);
	}
	
	.newsbox a:hover
	{
	display:block;
	padding:4px;
	background-color:rgb(80,125,190);
	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);
	color:rgb(254,230,131);
	}

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

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


