html{
	/*
	height:100%;
	margin-bottom:1px;
	*/
}

ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
img{
	border: 0;
	vertical-align: top;
}
.tx_rb{
	color:#e60a64;
	font-weight: bold;
}

a:link { text-decoration:none; }
a:visited { text-decoration: none; }
a:active { text-decoration:none; }
a:hover { text-decoration:none; }

.bread1{
	color:#FFFFFF;
	font-size:10px;
	line-height:30px;
}
.bread2{
	color:#111111;
	font-size:10px;
	line-height:30px;
}

.bread1 a:link { color:#FFFFFF; text-decoration:none; }
.bread1 a:visited { color:#FFFFFF; text-decoration: none; }
.bread1 a:active { color:#FFFFFF; background: #e60a64; }
.bread1 a:hover { color:#FFFFFF; background: #e60a64; }

.bread2 a:link { color:#000000; text-decoration:none; }
.bread2 a:visited { color:#000000; text-decoration: none; }
.bread2 a:active { color:#FFFFFF; background: #000000; }
.bread2 a:hover { color:#FFFFFF; background: #000000; }

.page_btn ul{
	margin: 0px;
	padding: 0px;
}
.page_btn li{
	display: block;
	width: 28px;
	height: 17px;
	margin: 0 2px 0 0;
	padding: 2px 1px 0 1px;
	text-indent: -1px;
	vertical-align: bottom;
	color: #FFFFFF;
	background: url(../images/btn_page_bg.gif) 0px 1px no-repeat;
	text-align: center;
	vertical-align: bottom;
	font-size: 10px;
	line-height:16px;
	float: left;
}
*html .page_btn li{
	line-height:15px;
}
.page_btn li a{
	display: block;
	width: 27px;
	height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.page_btn li a:hover{
	background: url(../images/btn_page_bg_on.gif) 1px 1px no-repeat;
	color: #000000;
}
.page_btn .prev a{
	/*height:28px;*/
	display: block;
	background: url(../images/btn_page_prev.gif) 1px 1px no-repeat;
}
.page_btn .prev a:hover{
	background: url(../images/btn_page_prev_on.gif) 1px 1px no-repeat;
}
.page_btn .next a{
	display: block;
	background: url(../images/btn_page_next.gif) 1px 1px no-repeat;
}
.page_btn .next a:hover{
	background: url(../images/btn_page_next_on.gif) 1px 1px no-repeat;
}
.page_btn .selected{
	display: block;
	background: url(../images/btn_page_bg_on.gif) 1px 1px no-repeat;
	color: #000000;
}

/* roll over */
.left_bnr a:hover img,
.right_bnr a:hover img{
	-moz-opacity:0.60;
	opacity:0.60;
	filter:alpha(opacity=60);
}

/* hide */
.hide{
	display: none;
}

/* clearfix */
.clearfix{
    min-height: 0em;
    display: inline-table;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*\*/
* html .clearfix{
    height: 1em;
}

.clearfix{
    display: block;
}

