* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;
	background: url(../img/bg.jpg) ;

	color: #8e6293;
	text-align: center;
	height: 100%;
}

body.top {
	background-image:none;
	background-color:#ffffff;
	padding: 0px;
	height: 100%;
}

body.contents {
	background-image:none;
	background-color: transparent;
	margin:0px;
	color: #8e6293;
	text-align: left;
	height: auto;
}

a {
	color:#e8a6df;
}

img {
	border:none;
}

td {
	font-size: 12px;
	line-height: 16px;
}

div,p,h2,h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}

#wrap {
	width: 100%;
	height: 100%;
}

#main {
	width: 920px;
	margin: 0px auto;
	text-align: center;
	background: url(../img/copyright.gif) no-repeat left bottom;
}

#left {
	width: 230px;
	margin: 0px;
	text-align: left;
	float: left;
	padding-top: 18px;
}

h1 {
	text-indent: -10000px;
	background: url(../img/logo.gif) no-repeat left top;
	width: 29px;
	height: 268px;
	float: left;
	margin-right: 60px;
}

div.menu {
	padding-top: 40px;
	float: left;
}

div.menu img {
	margin-bottom: 10px;
}

p.footer {
	padding-top: 60px;
}

#right {
	width: 685px;
	margin: 0px;
	float: right;
	text-align: left;
	padding: 10px 0px;
}

#right h2 {
	height: 26px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 30px;
	text-indent: -10000px;
}

body#info #right h2 {background-image: url(../img/title/info.gif)}
body#live #right h2 {background-image: url(../img/title/live.gif)}
body#media #right h2 {background-image: url(../img/title/media.gif)}
body#disco #right h2 {background-image: url(../img/title/disco.gif)}
body#bio #right h2 {background-image: url(../img/title/bio.gif)}
body#bbs #right h2 {background-image: url(../img/title/bbs.gif)}
body#uta #right h2 {background-image: url(../img/title/uta.gif)}
body#link #right h2 {background-image: url(../img/title/link.gif)}

div.frame {
	padding: 50px 25px 20px 25px;
	background: url(../img/bg_frame.jpg) repeat;
}

#disco_l {
	width: 230px;
	float: left;
}
#disco_r {
	width: 405px;
	float: left;
}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}