html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: verdana,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;
	background:  #36183a;
	text-align: center;
	color: #333333;
}

body.top {
	height: auto;
	background:  url(../img/bg_top.jpg) no-repeat center top #36183a;
}

body.contents {
	padding: 10px 10px 0px 0px;
	background-image:none;
	background-color: transparent;
	color: #ffffff;
	text-align: left;
}

div, p, h2, h1, ul, li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #bc1f76;
}
img {
	border: 0;
}

#wrap {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background: url(../img/bg.jpg) repeat-x center bottom #36183a;
}

#main {
	width: 900px;
	margin: 0px auto;
	background: url(../img/main01.jpg) no-repeat right bottom;
}

/* header */
#header {
	width: 900px;
	height:85px;
	margin: 0px auto 10px auto;
}

#header h1{
	width: 243px;
	height:53px;
	float:right;
	margin-top: 32px;
}

#header h2 {
	width: 300px;
	height:28px;
	margin-top: 32px;
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	text-indent: -10000px;
	text-align: left;
}

body#info #header h2 {background-image:url(../img/title/info.gif)}
body#bio #header h2 {background-image:url(../img/title/bio.gif)}
body#disco #header h2 {background-image:url(../img/title/disco.gif)}
body#live #header h2 {background-image:url(../img/title/live.gif)}
body#bbs #header h2 {background-image:url(../img/title/bbs.gif)}
body#link #header h2 {background-image:url(../img/title/link.gif)}
body#mobile #header h2 {background-image:url(../img/title/mobile.gif)}
body#request #header h2 {background-image:url(../img/title/request.gif)}

/* contents */

#frame {
	width: 900px;
	text-align: left;
	padding-bottom: 20px;
}

#disco_l {
	float: left;
	width: 240px;
}


#disco_r {
	float: left;
	width: 460px;
}

h2.contents{
	border-bottom: none;
	background: url(../img/bg_title.gif) repeat-x left bottom;
	color: #bc1f76;
	padding: 5px 10px 20px 10px;
	margin: 5px 0px;
}
/* footer */
#footer {
	width: 100%;
	height: 130px;
	text-align: center;
	background:  #36183a;
}

#footermain {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background: url(../img/main02.jpg) no-repeat right top;
}

#menu {
	margin-top: 30px;
}

#menu img {
	margin-bottom: 15px;
	margin-right: 30px;
}

#banner {
	width: 380px;
	float: left;
	margin-right: 20px;
}

#banner img {
	margin-right: 10px;
}

#copy {
	float: left;
}

.copyright {
	float: right;
	text-align: right;
}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}