@charset "UTF-8";
/* CSS Document */



#container #header {
height:auto;
}
#container #wrap-contents {
width:960px;
height:720px;
position: relative;
}
/* news */
#box-news {
margin: 0px;
padding: 0px;
height: auto;
width: 480px;
position: absolute;
top: 520px;
right: 0px;
z-index: 100;
}
#box-news h3 {
background-image: url(../images/text_news.gif);
height: 36px;
width: 70px;
}
#box-news ul{
}
#box-news ul li{
float: left;
color: #999;
}
#box-news ul li a,#box-news ul li a:visited{
color: #666;
text-decoration: none;
cursor:pointer;
}
#box-news ul li a:hover,#box-news ul li a:active{
color: #C00;
text-decoration: underline;
}

#box-news ul li.photo{
background-color: #CCC;
height: 50px;
width: 50px;
}
#box-news ul li.photo2{
background-color: #CCC;
height: 50px;
width: 50px;
margin:0 0 0 20px;
}
#box-news ul li.text{
height: auto;
width: 150px;
margin:0 0 0 10px;
padding:0 20px 0 0;
}

/* footer */
#footer {
width:960px;
height:auto;
position: relative;
}
#footer .wrap-text {
width:272px;
height:13px;
position: absolute;
right: 0px;
bottom: 30px;
}
#footer .wrap-text p {
text-indent:-1000em;
overflow:hidden;
font-size:1px;
line-height:1px;
width:272px;
height:13px;
background-image:url(../../common/images/txt_copyright.gif);
background-position:left top;
background-repeat:no-repeat;
}
