/************************************************************************************************************************/
/* tab btn                                                                                                            */
/************************************************************************************************************************/
#tabbtn{
	width:672px;
	height:31px;
	font-family:verdana,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	background:url(../img/tabbtn_bg.gif) repeat-x;
	}
#tabbtn a:link,
#tabbtn a:visited{
	color:#ffffff;
	text-decoration:none;
	}
#tabbtn a:hover{
	color:#af2222;
	text-decoration:none;
	}
#tabbtn ul{
	padding:0;
	margin:0;
	}
#tabbtn li {
	font-size:12px;
	list-style-type:none;
	float:left;
	}
#tabbtn .tabtype1 {
	width:99px;
	height:31px;
	padding:0 0 0 20px;
	display:block;
	color:#ffffff;
	line-height:2.6em;
	background:url(../img/tabbtn_bg1.gif) no-repeat;
	}
#tabbtn .tabtype2 a{
	width:99px;
	height:31px;
	padding:0 0 0 20px;
	display:block;
	line-height:2.3em;
	background:url(../img/tabbtn_bg2.gif) no-repeat;
	}
#tabbtn .tabtype3 a{
	width:201px;
	height:31px;
	padding:0 0 0 20px;
	display:block;
	line-height:2.2em;
	background:url(../img/tabbtn_bg3.gif) no-repeat;
	}
#tabbtn .tabtype4 a{
	width:55px;
	height:31px;
	margin-left:19px;
	padding:0 0 0 20px;
	display:block;
	line-height:2.3em;
	background:url(../img/tabbtn_bg4.gif) no-repeat;
	}
#tabbtn a:hover {
	background-position:0 -31px;
	}