@charset "utf-8";

#SUB_NAVIGATION a{
	width:80px;
}

#SUB_NAVIGATION a:hover{
	background-image:url(../image/child_filter_focus.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#PAGE_INDEX a{
	text-decoration:none;	
	width:22px;
	height:22px;
	display:block;
	float:left;
	text-align:center;
	font-size:14px;
	line-height:22px;
	margin: 0px 4px 0px 4px;
}

#PAGE_INDEX a:hover{
	color:#FFF;
	background-image:url(../image/page_index_bg.jpg);	
}

#LIST{
	padding-left:25px;
	margin:0px;
}

#LIST a{
	float:left;
	text-align:center;
	line-height:30px;
	border:1px solid #EBEBEB;
	padding:3px;
	display:block;
	width: 125px;
	overflow:hidden;
	white-space:nowrap;
	text-decoration:none;
	color:#000;
	height:185px;
	font-weight:bold;
	margin:6px;
}

#LIST a:hover{
	background-color:#00A6CC;
	border-color:#00A6CC;
	color:#FFF;
}

#LIST a img{
	display:block;
}

#PAGE_NAV{
	padding-left:32px;
	padding-right:54px;
}

#PAGE_NAV a{
	display:block;
	color:#70C8F0;
	text-decoration:none;
	background-repeat:no-repeat;
	line-height:22px;
}

#PAGE_NAV a:hover{
	color:#00A6CC;
}

#PRE_BOX a:hover{
	background-position:left -22px;
}

#NEXT_BOX a:hover{
	background-position:right -22px;
}

#PREVIOUS{
	float:left;
	background-position:left 0px;
	background-image:url(../image/prervious.jpg);
	padding-left:30px;
}

#NEXT{
	float:right;
	background-position:right 0px;
	background-image:url(../image/next.jpg);
	padding-right:30px;
}

.SUBNAVIGATION_ACTIVE {
	background-image:url(../image/child_filter_focus.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.ACTIVE {
	background-image:url(../image/child_filter_focus.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

