/* Basic code - don't modify */

.shitabtn {
	display: block;
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
}


#nav {
	display: block;
	position: relative;
	height: 40px;
	clear: both;
	width: 800px;
	padding: 0px;
	left: 0px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.g_navi_style {
	display: block;
	padding: 0px;
	float: left;
	height: 40px;
	width: 160px;
	list-style-type: none;
	position: relative;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.g_navi_btn {
	font-size: 16px;
	color: #900;
	text-decoration: none;
	display: block;
	height: 22px;
	width: 146px;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}

.g_navi_btn:hover {
	background-color: #0000FF;

}



.shita {
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	width: 160px;
	top: 40px;
	left: 0;
}





.sub_btn_1 {
	color: #060;
	background-color: #C1DA7F;
	display: block;
	margin: 0px;
	width: 149px;
	overflow: hidden;
	font-size: 14px;
	line-height: 125%;
	
	padding: 5px;
	text-decoration: none;
	
}

.sub_btn_1:hover {
	color: #FFF;
	background-color: #060;
	text-decoration: underline;
}



#nav ul a { zoom: 1; } /* IE6/7 fix */

#nav ul a { opacity: 0.7; filter: alpha(opacity=70); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
