/*ページタブ関連*/
#tab li{
	float:left;
	list-style-type:none;
	text-indent:-9999px;
}

#tab li a{
	display:block;
	width:191px;
	height:47px;
}
 
#tab_dtp,#tab_web{margin-right:4px;}

#tab_dtp a{background-image:url(../img/common/tab_dtp.jpg);}
#tab_web a{background-image:url(../img/common/tab_web.jpg);}
#tab_dl a{background-image:url(../img/common/tab_dl.jpg);}

#tabline{
	clear:both;
	background-image:url(../img/common/tabline_blue.jpg);
	background-repeat:no-repeat;
}

/*ここまで：ページタブ関連*/

#tab_web a,
#tab_dl a{background-position:-382px 0;overflow:hidden;}
#tab_web a:hover,
#tab_dl a:hover{background-position:-191px 0;}


#contents_web,
#contents_dl{display:none;}


