@charset "utf-8";
/* CSS Document */

body			{font-size:0.75em;  line-height:1.5em;  font-family:dotum, Verdana, Arial, Helvetica, sans-serif;  color:#666;}
a				{text-decoration:none;}
a:link			{color:#666;}
a:visited		{color:#666;}
a:hover			{color:#000;  text-decoration:underline;}		
a:active		{color:#666;}		
ul,
ol,
li				{ padding:0; margin:0;}


/* tab_type01 */

.tab_navi02 {	
	width:925px;  
	height:25px;
	margin-top:5px;
	list-style:none;  
	text-align:center;
	}

.tab_navi02 li {
	width:181px; 
	display:inline;
	}
		
.tab_navi02 a	{
	float:left;  
	padding:25px 0 0 0;  
	overflow:hidden;	 
	height:0px !important; 
	height /**/:25px; 	 / ie6  hack */
	margin:0 1px;
	}	

.tab_art_all a {
	width:185px;  
	background:url(/images/tab_art_all.gif) no-repeat;
	}
	
.tab_desk_all a {
	width:185px;  
	background:url(/images/tab_desk_all.gif) no-repeat;
	}

.tab_school_all a {
	width:185px;  
	background:url(/images/tab_school_all.gif) no-repeat;
	}
	
.tab_diy_all a {
	width:185px;  
	background:url(/images/tab_diy_all.gif) no-repeat;
	}
	
.tab_lux_all a {
	width:181px;  
	background:url(/images/tab_lux_all.gif) no-repeat;
	}

.tab_art_all2 a {
	width:185px;  
	background:url(/images/tab_art_all.gif) no-repeat;
	background-position:0 -25px; 
	}
	
.tab_desk_all2 a {
	width:185px;  
	background:url(/images/tab_desk_all.gif) no-repeat;
	background-position:0 -25px; 
	}

.tab_school_all2 a {
	width:185px;  
	background:url(/images/tab_school_all.gif) no-repeat;
	background-position:0 -25px; 
	}
	
.tab_diy_all2 a {
	width:185px;  
	background:url(/images/tab_diy_all.gif) no-repeat;
	background-position:0 -25px; 
	}
	
.tab_lux_all2 a {
	width:181px;  
	background:url(/images/tab_lux_all.gif) no-repeat;
	background-position:0 -25px; 
	}
	
.tab_navi02 a:hover,
div#art .tab_art a,
div#desk .tab_desk a,
div#school .tab_school a,
div#diy .tab_diy a,
div#lux .tab_lux a {
	background-position:0 -25px; 
}	
}


