@charset "utf-8";

 @import "reset.css";


body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
}

/*--------------------------topheder
---------------------------------------*/

#topheader {
	height: 80px;
	width: 100%;
	background-image: url(../images/bg_topheader.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#topheader #logo {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}


/*--------------------------container
---------------------------------------*/

#container {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
}
#contentarea {
	width: 895px;
	margin-top: 10px;
}


/*--------------------------mainarea
---------------------------------------*/

#mainarea {
	width: 600px;
	float: left;
	padding: 5px;
} 
#mainarea #header {
	height: 335px;
	width: 600px;
	border: 1px solid #E0E0E0;
	margin-bottom: 5px;
}

#mainarea #news li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left center;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
}
#mainarea  .entry {
	width: 580px;
	margin-top: 10px;
}
#mainarea  .entry .article {
	margin-top: 10px;
}
#blog .entry .article li {
	margin-bottom: 10px;
}

#mainarea #live .entry #scrollarea {
	height: 400px;
	overflow-x: hidden;
	margin-top: 5px;
	overflow: scroll;
}

#mainarea  .entry .article p {
	font-size: 12px;
}
#mainarea  .entry h3 {
	background-color: #FFDB45;
	color: #1C9531;
	height: 15px;
	padding-top: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1C9531;
	margin-top: 5px;
	padding-left: 5px;
	width: 570px;
}
.entry .article p {
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
.entry .article .more {
	text-align: right;
}



/*--------------------------#mainarea h2
---------------------------------------*/

#mainarea #news h2 {
	background-image: url(../images/tit_news.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 583px;
	text-indent: -9999px;
}

#mainarea #live h2 {
	background-image: url(../live/images/tit_live.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 600px;
	text-indent: -9999px;
}

#mainarea #bio h2 {
	background-image: url(../bio/images/tit_bio.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 600px;
	text-indent: -9999px;
}

#mainarea #goods h2 {
	background-image: url(../goods/images/tit_goods.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 600px;
	text-indent: -9999px;
}
#mainarea #media h2 {
	background-image: url(../media/images/tit_media.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 600px;
	text-indent: -9999px;
}

#mainarea #disk h2 {
	background-image: url(../discography/images/tit_disk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 600px;
	text-indent: -9999px;
}

#mainarea #blog h2 {
	background-image: url(../blog/images/tit_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 600px;
	text-indent: -9999px;
}
#mail h2 {
	background-image: url(../mail/images/tit_mail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 25px;
	width: 600px;
}



/*--------------------------subarea
---------------------------------------*/

#subarea {
	float: right;
	width: 280px;
}

#banner li {
	margin-bottom: 3px;
}

#footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFDB45;
	margin-top: 10px;
	width: 100%;
}

#footer address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	margin-top: 10px;
}
#footer #linkarea {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
}


#footer #link {
	height: 63px;
	width: 400px;
}
#footer #link ul {
	margin: 0px;
	padding: 0px;
}
#footer #link li {
	text-align: left;
	float: left;
	margin-right: 10px;
}


/*--------------------------menu
---------------------------------------*/

#wrap_menu {
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	height: 32px;
	width: 100%;
}

#menu {
	height: 32px;
	width: 895px;

}
#footer #link #address {
	text-align: right;
	float: right;
}


#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	text-align: left;
	display: inline;
	height: 32px;
	float: left;
	overflow: hidden;
}

#menu .top a {
	background-image: url(../images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .top a:hover {
	background-image: url(../images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .news a {
	background-image: url(../images/menu_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .news a:hover {
	background-image: url(../images/menu_news.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .live a {
	background-image: url(../images/menu_live.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .live a:hover {
	background-image: url(../images/menu_live.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .bio a {
	background-image: url(../images/menu_bio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .bio a:hover {
	background-image: url(../images/menu_bio.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .disk a {
	background-image: url(../images/menu_disk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	width: 116px;
	text-indent: -9999px;
}

#menu .disk a:hover {
	background-image: url(../images/menu_disk.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 32px;
	width: 116px;
	text-indent: -9999px;
}

#menu .goods a {
	background-image: url(../images/menu_goods.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .goods a:hover {
	background-image: url(../images/menu_goods.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .blog a {
	background-image: url(../images/menu_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .blog a:hover {
	background-image: url(../images/menu_blog.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .media a {
	background-image: url(../images/menu_media.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .media a:hover {
	background-image: url(../images/menu_media.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .mail a {
	background-image: url(../images/menu_mail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

#menu .mail a:hover {
	background-image: url(../images/menu_mail.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 32px;
	width: 97px;
	text-indent: -9999px;
}

