﻿@charset "utf-8";

/*全般*/
h1 span{
	display:none;
}
h2 span{
	display:none;
}
h3 span{
	display:none;
}
/*ボックス*/
#header{
	width:960px;
	height:90px;
}
#body{
	overflow:hidden;
	width:960px;
	height:auto;
	background-color:#000000;
}
#sidenav{
	width:150px;
	padding-left:10px;
	background-color:#000000;
	float:left;
}
#contents{
	width:790px;
	background-color:#4bae37;
	float:left;
}
#titletag{
	position:absolute;
	top:-30px;
	right:0px;
}
#titletag span{
	display:none;
}
#category{
	width:790px;
}
#category div{
	width:225px;
	float:left;
	margin-top:30px;
	margin-left:30px;
}
#category span{
	display:none;
}
.title{
	top:-15px;
	left:-30px;
	margin-bottom:16px;
	font-size:0.7em;
}
.title li{
	line-height:1.4em;
	list-style:none;
}
/*リンク*/
.title a{
	color:#000000;
}