@charset "UTF-8";

/*-----------tab-----------*/
.boxBody {
	float:left;
	width:470px;
	text-align:center;
}
.boxBody div {
	display:none;
}
.boxBody div.show {
	display:block;
}


.boxBottom {
	float:right;
	width:110px;
}

.boxBottom .high{
	display:block;
	width:110px;
	height:40px;
	background:url(../archive/img/mov_btn_high_bg.gif) center bottom no-repeat;
	text-indent:-9999px;
}

.boxBottom #highQuo{
	background:#FFFFFF;
	padding:0 5px 5px;
	margin-bottom:5px;
}

.boxBottom #normalBox{
	padding:3px 5px;
	background:#FFFFFF;
}

.tabMenu li {
	height:40px;
	width:100px;
	cursor:pointer;
	cursor:hand;
}

.boxBody #normal{
	width:470px;
	height:307px;
	padding-top:45px;
	background:#000000;
}
.boxBody #normal p{
	font-size:0.9em;
	color:#CCCCCC;
	padding-bottom:3px;
}

li.one {
	background:url(../images/tab1_1.gif) no-repeat 0 -40px;
	margin-bottom:3px;
}
li.two {
	background:url(../images/tab1_2.gif) no-repeat 0 -40px;
	margin-bottom:3px;
}
li.three {
	background:url(../images/tab1_3.gif) no-repeat 0 -40px;
	margin-bottom:3px;
}
li.four {
	background:url(../images/tab1_4.gif) no-repeat 0 -40px;
	margin-bottom:3px;
}
li.five {
	background:url(../images/tab1_5.gif) no-repeat 0 -40px;
	margin-bottom:3px;
}
li.six {
	background:url(../images/tab1_6.gif) no-repeat 0 -40px;
}

li.ust {
	background:url(../images/tab_ust.gif) no-repeat 0 -40px;
}

li.normal {
	background:url(../images/tab_n1.gif) no-repeat 0 -40px;
}


li.mouseover {
	background-position:0 0;
}
li.mouseout {
	background-position:0 -40px;
}
li.selected {
	background-position:0 0;
}




