@charset "utf-8";


body{
	text-align:center;
	padding:30px 0 0 0;
}

#container{
	background:url(../image/bg.jpg);
	width:980px;
	margin:0 auto;
	text-align:left;
}

/* header */


#header{
padding:0 0 0 5px;
}

#logo{
	background:url(../image/logo.gif) no-repeat;
	width:350px;
	height:120px;
	text-indent:-1000em;
	float:left;
	margin:30px 0 0 20px;
}

#navigation{
	list-style:none;
	margin:80px 0 0 0;
	padding:0 0 10px 15px;
	float:right;
	border-bottom:#ddd solid 1px;
}

#navigation li{
float:left;
display:block;
margin:0 15px 0 0;
}

#navigation li a{
	text-indent:-1000em;
	height:15px;
	display:block;
}

#home a{
	background:url(../image/navi.gif) no-repeat;
	width:40px;
}
#home a:hover{
	background-position:0 -26px;
}

#news a{
	background:url(../image/navi.gif) no-repeat -65px 0px;
	width:40px;
}
#news a:hover{
	background-position:-65px -26px;
}

#profile a{
	background:url(../image/navi.gif) no-repeat -115px 0px;
	width:55px;
}
#profile a:hover{
	background-position:-115px -26px;
}

#media a{
	background:url(../image/navi.gif) no-repeat -185px 0px;
	width:50px;
}
#media a:hover{
	background-position:-185px -26px;
}

#message a{
	background:url(../image/navi.gif) no-repeat -250px 0px;
	width:60px;
}
#message a:hover{
	background-position:-250px -26px;
}

#blog a{
	background:url(../image/navi.gif) no-repeat -325px 0px;
	width:30px;
}
#blog a:hover{
	background-position:-325px -26px;
}

#mailmagazine a{
	background:url(../image/navi.gif) no-repeat -375px 0px;
	width:100px;
}
#mailmagazine a:hover{
	background-position:-375px -26px;
}

#fanclub a{
	background:url(../image/navi.gif) no-repeat -500px 0px;
	width:60px;
}
#fanclub a:hover{
	background-position:-500px -26px;
}

/* header */


/* footer */

#footer{
	width:980px;
	margin:0 auto;
	padding:10px 0 60px 0;
	text-align:left;
}

#banner_area{
	padding:20px 0 0 0;
}
#banner_area a{
	margin:0 16px 0 0;
}

#banner_area a img{
}

#copyright{
margin:20px 0 0 0;
text-align:center;
font-size:85%;
color:#666;
}

/* footer is the end */




/* SUBPAGE */

body.sub #content{
padding:40px 0;	
}

#h_news{
	background:url(../image/news.gif) no-repeat 30px top;
	width:68px;
	height:26px;
	text-indent:-1000em;
	float:left;
	border-bottom:1px solid #ddd;
	margin:0 100px 0 0;
	padding:0 25px 10px;
}

#h_profile{
	background:url(../image/profile.gif) no-repeat 30px top;
	width:81px;
	height:32px;
	text-indent:-1000em;
	float:left;
	border-bottom:1px solid #ddd;
	margin:0 100px 0 0;
	padding:0 25px 10px;
}

#h_media{
	background:url(../image/media.gif) no-repeat 30px top;
	width:81px;
	height:32px;
	text-indent:-1000em;
	float:left;
	border-bottom:1px solid #ddd;
	margin:0 100px 0 0;
	padding:0 25px 10px;
}

#h_message{
	background:url(../image/message.gif) no-repeat 30px top;
	width:105px;
	height:32px;
	text-indent:-1000em;
	float:left;
	border-bottom:1px solid #ddd;
	margin:0 100px 0 0;
	padding:0 25px 10px;
}

#h_fanclub{
	background:url(../image/fanclub.gif) no-repeat 30px top;
	width:105px;
	height:32px;
	text-indent:-1000em;
	float:left;
	border-bottom:1px solid #ddd;
	margin:0 50px 0 0;
	padding:0 25px 10px;
}

.profileimg{
	display:block;
	float:left;
	margin:0 20px 0 0;
}

.profilename{
margin:0 0 20px 0;	
padding:20px 0 0 0;
}

.profilep{
	float:left;
}
.profilep p{
margin:0;
padding:0;
}

#column {
	float:left;
}

#pageend{
	border-top:1px solid #ddd;
	margin:50px 0 0 0px;
	padding:10px 0 0 20px;
}