/* CSS Document */

body{
text-align:center;
background-image:url(../images/top_new_bg.gif);
}

#top_body{
width:950px;
height:550px;
margin:15px auto;
padding:0px;
background-image:url(../images/top_new_bg.jpg);
background-repeat:no-repeat;
text-align:left;
font-size:12px;

}

a:link{
color:#fff;
text-decoration:none;
}

a:visited{
color:#fff;
text-decoration:none;
}

a:hover{
color: #ccc;
text-decoration:none;
}

/*---------- top_header 20100307 ----------*/

#top_header{
width:auto;
height:100px;
background-image: url(../images/new_top_title.png);
background-repeat:no-repeat;
}

#top_header img{
margin:20px 0 0 50px;
border:none;
}

.top_bar{
margin:37px 0 0 445px;
padding:0;
width:455px;
height:30px;
background-image:url(../images/top_bar.png);
background-repeat:no-repeat;
color:#333;
}

.top_bar p{
padding:10px 0 0 75px;
height:30px;
}

.top_bar a:link{
color:#333;
text-decoration:none;
}

.top_bar a:visited{
color:#333;
text-decoration:none;
}

.top_bar a:hover{
color: #666;
text-decoration:none;
}

/*---------- navi_buttom 20091004 ----------*/


ul#topnav {
	margin:0 0 0 122px;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
}

ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:36px;
}

ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding:10px 12px;
	float: left;
	text-decoration:none;
	color: #ccc;
	clear:both;
	width:auto;
	height:18px;
	line-height:18px; /*--Vertical alignment of text--*/
    text-transform: uppercase;
	font-weight:bold;
}

ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #fff;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

#top_container{
clear:both;
}

/*---------- album 20100426 ----------*/
#top_album_left h3{
margin-top:5px;
padding:0;
width:300px;
text-indent:-9999px;
color:#FFF;
border-bottom:solid 1px #000;
background-image:url(../images/top_album_title.png);
background-repeat:no-repeat;
}

div #top_album_left{
margin:5px 10px 10px 50px;
padding:0;
width:300px;
height:auto;
border:solid 1px #000;
background-image:url(../images/bg_s.png);
float:left;
}

.top_album_left_c{
margin:10px 10px 0 15px;
width:280px;
height:96px;
color:#FFF;
border-bottom:solid 1px #333;
clear:both;
}

.top_album_left_c a:link{
filter: alpha(opacity=90);
-moz-opacity:0.90;
opacity:0.90;
}

.top_album_left_c a:hover{
filter: alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;
}

.album_title{
width:170px;
height:96px;
margin:0;
padding:0;
color:#FFFFFF;
float:right;
}

.album_title p{
margin:6px 0 0 0;
line-height:14px;
}


.album_title span{
font-weight:bold;

}

#top_album_left img{
border:none;
float:left;
}

/*---------- whats_new 20100511 ----------*/

#top_whats_new_center h3{
margin-top:5px;
padding:0;
text-indent:-9999px;
color:#FFF;
border-bottom:solid 1px #000;
background-image:url(../images/top_whats_new_title.png);
background-repeat:no-repeat;

}

#top_whats_new_center{
margin:5px 10px 10px 0;
padding:0;
width:240px;
height:auto;
border:solid 1px #000;
float:left;
}

.top_ul{
margin:10px 10px 10px 0;
padding-left:25px;
line-height: 160%;
}
.top_ul li{
list-style-image:url(../images/whats_new_p.gif)
}

#top_whats_new_center p{
margin:0 0 10px 25px;
}

#top_whats_new_center p a{
color:#ccc;
}

#top_whats_new_center a:hover{
color:#999;
}

/*---------- top_blog 20091008 ----------*/

#top_other_right{
margin:10px 40px 0 0;
padding:0;
width:280px;
height:auto;
float:right;
}

#top_blog_b{
margin:260px 10px 0 0;
width:150px;
height:60px;
border:solid 1px #000;
float:right;
}

#top_blog_b p{
margin:10px;
}

a #top_blog_b {
background-image:url(../images/bg_s.png);
}

a:hover #top_blog_b{
background-image:url(../images/bg_s_blog.png);
}

#top_blog_b img{
border:none;
}

.copyright{
padding-top:30px;
clear:both;
text-align:right;
}


