@charset "Shift_JIS";
/* CSS Document */

/*メニューバー共通*/
.menu_bar{
	width:900px;
	height:38px;
	margin-bottom:5px;
	padding:0;
	margin-top: 15px;
}

ul.menu{
	margin:0;
	padding:0;
}

ul.menu li{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	list-style:none;
	display:inline;
}


ul.menu li a{
	display:block;
}
/*メニューバー共通　end*/


/*メニューバー　blog*/

li.menu1 a{
	background:url(../img/menu_blog.gif) 0 0 no-repeat;
	display:block;
	width:150px;
	height:38px;
}


li.menu1 a:hover{
	background:url(../img/menu_blog.gif) 0 -38px no-repeat;
}


li.menu2 a{
	background:url(../img/menu_blog.gif) -150px 0 no-repeat;
	display:block;
	width:150px;
	height:38px;
}


li.menu2 a:hover{
	background:url(../img/menu_blog.gif) -150px -38px no-repeat;
}


li.menu3 a{
	background:url(../img/menu_blog.gif) -300px 0 no-repeat;
	display:block;
	width:150px;
	height:38px;
}


li.menu3 a:hover{
	background:url(../img/menu_blog.gif) -300px -38px no-repeat;
}


li.menu4 a{
	background:url(../img/menu_blog.gif) -450px 0 no-repeat;
	display:block;
	width:150px;
	height:38px;
}


li.menu4 a:hover{
	background:url(../img/menu_blog.gif) -450px -38px no-repeat;
}


li.menu5 a{
	background:url(../img/menu_blog.gif) -600px 0 no-repeat;
	display:block;
	width:150px;
	height:38px;
}


li.menu5 a:hover{
	background:url(../img/menu_blog.gif) -600px -38px no-repeat;
}

li.menu6 a{
	background:url(../img/menu_blog.gif) -750px 0 no-repeat;
	display:block;
	width:150px;
	height:38px;
}


li.menu6 a:hover{
	background:url(../img/menu_blog.gif) -750px -38px no-repeat;
}