/* CSS Document */

/************************************/
#tabmenu{
	clear:both;
	border-bottom: 10px solid #D1D1D1;
/*	padding: 30px 0 0px 0;	*/
	padding: 10px 0 0px 0;
	height:41px;
}

#tabmenu ul,#tabmenu li{
	margin:0;
	padding: 0;
	list-style: none;
}

#tabmenu li{
	float:left;
	margin-right: 1px;
}



.def01 a,.def01 a:link,.def01 a:visited{
	color: #336699;
	text-decoration: none;
	background-image: url(image/btn_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:2px 10px;
	display:block;
	width: 72px;
	height: 37px;
	font-weight:bold;
	text-align:center;
}

.def02 a,.def02 a:link,.def02 a:visited{
	color: #669933;
	text-decoration: none;
	background-image: url(image/btn_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:2px 10px;
	display:block;
	width: 72px;
	height: 37px;
	font-weight:bold;
	text-align:center;
}

.def03 a,.def03 a:link,.def03 a:visited{
	color: #666699;
	text-decoration: none;
	background-image: url(image/btn_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:2px 10px;
	display:block;
	width: 72px;
	height: 37px;
	font-weight:bold;
	text-align:center;
}

.def04 a,.def04 a:link,.def04 a:visited{
	color: #CC6666;
	text-decoration: none;
	background-image: url(image/btn_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:2px 10px;
	display:block;
	width: 72px;
	height: 37px;
	font-weight:bold;
	text-align:center;
}

.def05 a,.def05 a:link,.def05 a:visited{
	color: #FF6633;
	text-decoration: none;
	background-image: url(image/btn_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:2px 10px;
	display:block;
	width: 72px;
	height: 37px;
	font-weight:bold;
	text-align:center;
}

.def06 a,.def06 a:link,.def06 a:visited{
	color: #999933;
	text-decoration: none;
	background-image: url(image/btn_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:2px 10px;
	display:block;
	width: 72px;
	height: 37px;
	font-weight:bold;
	text-align:center;
}

.cur a,.cur a:link,.cur a:visited{

	color: #CC3333;
	text-decoration: none;
	background-image: url(image/btn_tab_omo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:2px 10px;
	display:block;
	width: 72px;
	height: 37px;
	font-weight:bold;
	text-align:center;
}

#tabmenu a:hover{
	color: #CC3333;
	background-image: url(image/btn_tab_omo.gif);
}

/************************************/

