html{
	background:#fff;
}
body{
	font-family:meiryo,Arial,Helvetica;
	font-size:12px;
}
#header{
	width:960px;
	height:99px;
	margin:0 auto;
	background:url('../images/common/header.png') no-repeat;
}

#header h1{
	float:left;
	width:450px;
}
#header h1 a{
	display:block;
	width:450px;
	height:80px;
	text-indent:-9999px;
}
#header_r{
	width:290px;
	float:right;
	padding:50px 0 0 0;
}
#search{
	height:30px;
	padding:0 0 0 90px;
}
#searchbox{
	height:21px;
}
#hnav{
	width:290px;
	list-style:none;
}
#hnav li{
	float:left;
	height:19px;
}
#hnav li a{
	display:block;
	width:100%
	height:100%;
	text-indent:-9999px;
	background:url('../images/common/hnavi.png') no-repeat;
}
#hnav01{
	width:122px;
}
#hnav01 a{
	background-position:0 0px !important;
}
#hnav01 a:hover{
	background-position:0 -19px !important;
}
#hnav02{
	width:117px;
}
#hnav02 a{
	background-position:-122px 0px !important;
}
#hnav02 a:hover{
	background-position:-122px -19px !important;
}
#hnav03{
	width:51px;
}
#hnav03 a{
	background-position:-239px 0px !important;
}
#hnav03 a:hover{
	background-position:-239px -19px !important;
}

#nav_outer{
	border-top:1px solid #ccc;
	border-bottom:20px solid #f5f5f5;
}
#nav{
	width:960px;
	height:30px;
	margin:0 auto;
	list-style:none;
}
#nav li{
	float:left;
	height:30px;
}
#nav li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url('../images/common/navi.png') no-repeat;
}
#nav01{
	width:197px;
}
#nav01 a{
	background-position:   0     0   !important;
}
#nav01 a:hover{
	background-position:   0   -30px !important;
}
#nav02{
	width:157px;
}
#nav02 a{
	background-position:-197px   0   !important;
}
#nav02 a:hover{
	background-position:-197px -30px !important;
}
#nav03{
	width:54px;
}
#nav03 a{
	background-position:-354px   0   !important;
}
#nav03 a:hover{
	background-position:-354px -30px !important;
}
#nav04{
	width:85px;
}
#nav04 a{
	background-position:-408px   0   !important;
}
#nav04 a:hover{
	background-position:-408px -30px !important;
}
#nav05{
	width:140px;
}
#nav05 a{
	background-position:-493px   0   !important;
}
#nav05 a:hover{
	background-position:-493px -30px !important;
}
#nav06{
	width:83px;
}
#nav06 a{
	background-position:-633px   0   !important;
}
#nav06 a:hover{
	background-position:-633px -30px !important;
}
#nav07{
	width:70px;
}
#nav07 a{
	background-position:-716px   0   !important;
}
#nav07 a:hover{
	background-position:-716px -30px !important;
}
#nav08{
	width:86px;
}
#nav08 a{
	background-position:-786px   0   !important;
}
#nav08 a:hover{
	background-position:-786px -30px !important;
}
#nav09{
	width:88px;
}
#nav09 a{
	background-position:-872px   0   !important;
}
#nav09 a:hover{
	background-position:-872px -30px !important;
}
#search_button{
	width:26px;
	height:25px;
	background:url('../images/common/search.png') no-repeat;
	border:0;
}
#wrapper{
	width:960px;
	margin:0 auto;
	padding:20px 5px;
	line-height:1.5em;
	color:#676767;
}
.gotop{
	text-align:right;
	padding:20px 0;
}
#footer{
	height:220px;
	background:#f5f5f5;
}
#footer_inner{
	width:960px;
	margin:0 auto;
}
#footer_inner ul{
	list-style:none;
	float:left;
	margin:0 160px 0 0;
	padding:30px 0 0 0;
}
#footer_inner li{
	margin:0 0 5px 0;
}
#footer_inner a{
	color:#666;
	text-decoration:none;
}
#footer_inner a:hover{
	text-decoration:underline;
}
#copy{
	color:#666;
	font-size:80%;
	padding:135px 0 0 0;
	text-align:right;
}
.side_item{
	border:1px dotted #ccc;
	padding:5px;
	width:170px;
}
.side_item img{
	width:170px;
	height:auto;
}
.side_item_header{
	padding:3px 0;
}
.side_item_cat{
	width:60px;
	float:left;
	text-align:center;
	color:#fff;
}
.side_item_cat img{
	width:49px !important;
	height:auto;
}
.side_item_date{
	width:100px;
	padding:4px 0 0 0;
	float:right;
}
.cat1{
	background:#f962e2;
}
.cat2{
	background:#ffb400;
}
.cat3{
	background:#00c0ff;
}
.side_item_title{
	font-size:13px;
}
.morelink{
	text-align:right;
	padding:5px 0 0 0;
}