@charset "UTF-8";
/* CSS Document */



/* Menu周り */
#top_page {
	height:168px;
	width:960px;
	margin:0 auto;
	padding:32px 0px 0px 0px;
	
}

/* MENU */
ul.menu li{
	float:left;
	width:240px;
	height:59px;
	position:relative;
}
ul.menu li a{
	display:block;
	width:100%;
	height:100%;
	line-height:48px;
	text-indent:30px;
	font-weight:bold;
	color:#CFDFB5;
	text-decoration:none;
}
ul.menu li a:hover{
}


ul.menu li.gnavi01 a {
background:url(../gnavi/gnavi01.gif) no-repeat left top;
width:240px;height:59px;
text-indent:-9999px;
}


ul.menu li.gnavi02 a {
background:url(../gnavi/gnavi02.gif) no-repeat left top;
width:240px;height:59px;
text-indent:-9999px;
}



ul.menu li.gnavi03 a {
background:url(../gnavi/gnavi03.gif) no-repeat left top;
width:240px;height:59px;
text-indent:-9999px;
}


ul.menu li.gnavi04 a {
background:url(../gnavi/gnavi04.gif) no-repeat left top;
width:240px;height:59px;
text-indent:-9999px;
}



ul.menu li.gnavi01 a:hover {
background:url(../gnavi/gnavi01.gif) no-repeat left bottom;
width:240px;height:59px;
text-indent:-9999px;
}


ul.menu li.gnavi02 a:hover {
background:url(../gnavi/gnavi02.gif) no-repeat left bottom;
width:240px;height:59px;
text-indent:-9999px;
}



ul.menu li.gnavi03 a:hover {
background:url(../gnavi/gnavi03.gif) no-repeat left bottom;
width:240px;height:59px;s
text-indent:-9999px;
}


ul.menu li.gnavi04 a:hover {
background:url(../gnavi/gnavi04.gif) no-repeat left bottom;
width:240px;height:59px;
text-indent:-9999px;
}


ul.menu li ul.sub{
	position:absolute;
	_left:0px;
	
}

ul.menu li ul.sub li {
height:50px;
}

ul.menu li ul.sub li.sub01 a {
	background:url(../gnavi/gnavi01_s01.gif) no-repeat left top;
	width:240px;height:50px;
	text-indent:-9999px;
}

ul.menu li ul.sub li.sub02 a {
	background:url(../gnavi/gnavi01_s02.gif) no-repeat left top;
	width:240px;height:50px;
	text-indent:-9999px;
}


ul.menu li ul.sub li.sub03 a {
	background:url(../gnavi/gnavi01_s03.gif) no-repeat left top;
	width:240px;height:50px;
	text-indent:-9999px;
}


ul.menu li ul.sub li.sub01 a:hover {
	background:url(../gnavi/gnavi01_s01.gif) no-repeat left bottom;
	width:240px;height:50px;
	text-indent:-9999px;
}

ul.menu li ul.sub li.sub02 a:hover {
	background:url(../gnavi/gnavi01_s02.gif) no-repeat left bottom;
	width:240px;height:50px;
	text-indent:-9999px;
}


ul.menu li ul.sub li.sub03 a:hover {
	background:url(../gnavi/gnavi01_s03.gif) no-repeat left bottom;
	width:240px;height:50px;
	text-indent:-9999px;
}




ul.menu{
	zoom:1;
}
ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}





/*     101126追加　ヘッダーツイッターボタン         */


li a#btn_tw_head{
	background:url(../img/ja_follow_me-b.gif) no-repeat top left;
   display:block;
   text-indent:-9999px;
   overflow:hidden;
   width:240px;
   height:28px;

}

