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/pattern.gif) repeat-x left top #ffffff;
	color: #000000;
	text-align: center;
	height: 100%;
}

body.top {
	background-image:none;
	background-color:#ffffff;
	padding: 0px;
	height: 100%;
}

a {
	color:#a9221f;
}

td {
	font-size: 12px;
	line-height: 16px;
}

div,p,h2,h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}

#main {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	height: 100%;
	background: url(../img/bg.jpg) no-repeat center top;
}

#header {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

h1 {
	width: 146px;
	height: 57px;
	background: url(../img/logo.gif) no-repeat left center;
	text-indent: -9999px;
	margin: 0px;
}

.line {	margin: 0px 3px;}
.btn { margin: 0px;}

#contents {
	width: 900px;
	margin: 0px auto;
}

#contents h2.title {
	height: 52px;
	background-repeat: no-repeat;
	background-position: left 25px;
	text-indent: -10000px;
}

body#info #contents h2.title {background-image:url(../img/title/info.gif)}
body#live #contents h2.title {background-image:url(../img/title/live.gif);}
body#media #contents h2.title {background-image:url(../img/title/media.gif);}
body#profile #contents h2.title {background-image:url(../img/title/profile.gif);}
body#disco #contents h2.title {background-image:url(../img/title/disco.gif);}
body#bbs #contents h2.title {background-image:url(../img/title/bbs.gif);}
body#uta #contents h2.title {background-image:url(../img/title/uta.gif);}

div#footer {
	width: 900px;
	margin: 0px auto;
	padding-top:10px;
}

#disco_l {
	width: 240px;
	float: left;
}
#disco_r {
	width: 660px;
	float: left;
}

#footer img {
	margin-right: 10px;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}