#UIContents {
    position : absolute;
    left : 0px;
    top : 0px;
    width : 960px;
    height : 540px;
    display : none;
}

#BACK1{
position:absolute;
top : 495px;
left :  760px;
width : 28px;
height : 28px;
visibility:visible;
z-index:2;
}

#BACK1_Txt{
position:absolute;
top:500 px;
left:790 px;
width:70 px;
color: #730A3A;
height:20 px;
font-size:13 pt;
visibility:visible;
z-index:2;
}

#MOVE1{
position:absolute;
top : 495 px;
left : 650 px;
width :28 px;
height :28 px;
visibility:visible;
z-index:2;
}

#MOVE1_Txt{
position:absolute;
top:500 px;
left:680 px;
width:70 px;
color: #730A3A;
height:20 px;
font-size:13 pt;
visibility:visible;
z-index:2;
}

#UIContentsBG{
    position : absolute;
    left : 90px;
    top : 0px;
    width : 880px;
    height : 540px;
	background: #FFFFFF;
/*    background-image:url(../Resource/image/bg.png);*/
}

#UIContentsCategoryTitle {
    position : absolute;
    width : 860px;
    left : 90px;
    top : 10px;
    z-index : 2;
}
#UIContentsCategoryTitle span {
	color: #777777;
	font-size:13px;
	display:block;
	margin:5px 10px 0 10px;
	float:right;
}
#UIContentsCategoryTitle h4 {
	color: #7f2121;
	font-size:20px;
	margin:0 10px 0 10px;
	float:left;
}

#UIContentsLogo {
    position : absolute;
    left : 525px;
    top : 2px;
    z-index : 2;
}

#UIContentsTitle {
    position : absolute;
    left : 78px;
    top : 40px;
    width : 870px;
    height : 40px;
	background: #F0F0F0;
}

.UIConentsTitle_style {
    position : absolute;
    left : 12px;
    top : 0px;
    width : 840px;
    height : 39px;
    font-size : 21px;
    color : #222222;
    font-weight:bold;
    text-align : left;
    vertical-align:middle;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}



#UIContentsDescription {
    position : absolute;
    font-weight: normal;
    left : 90px;
    top : 80px;
    width : 860px;
    height : 450px;
    overflow: auto;
    text-align : left;
    font-size : 15px;
    color : #666666;
    line-height : 1.5em;
	background: #FFFFFF;
	margin:10px;

}
/*
#UIContentsDescription img {
	max-width:300px;
}
*/
#UIContentsDescription a {
    text-decoration: none;
    overflow : hidden;    
    text-align : left;
    font-size : 16px;
    color : #730A3A;
    line-height : 1.5em;
}

#UIContentsScrollBar {
    position : absolute;
    left : 952px;
    top : 86px;
    width : 8px;
    height : 428px;
    background-image:url(../Resource/image/scrollBarContent.png);
}

#UIContentsScrollBead {
    position : absolute;
    left : 0px;
    top : 0px;
    width : 8px;
    height : 17px;
    background-image:url(../Resource/image/scroll_sub_c.png);
}

#UIContentsHelpArea {
    position : absolute;
    right : 15px;
    bottom : 3px;
    width : 500px;
    height : 28px;
}