html {
	margin: 0px;
	padding: 0px;
}

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) no-repeat center top #000000;
	color: #7f6031;
	text-align: center;
	cursor: url(../img/icon.gif),default;
	_cursor: url(../img/icon.cur),default;
}

body.contents {
	padding: 0px 10px 0px 0px;
	font-family: verdana,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;

	background-image:none;
	background-color: transparent;
	color: #ffffff;
	height: auto;
	text-align: left;
}
body.top {
	background: url(../img/bg_top.jpg) no-repeat left top #000000;
}

a {	color: #33b811;}

td {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
}

div,p,h2,h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}

#main {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background: url(../img/bg_main.jpg) no-repeat center top;
}


#menu {
	padding-bottom: 5px;
	text-align: left;
	margin-left: 10px;
}

h1 {
	width: 480px;
	height: 103px;
	text-indent: -10000px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
h1 a{
	width: 480px;
	height: 103px;
	display:block;
}
h1#info {background-image:url(../img/title/info.jpg);}
h1#disco {background-image:url(../img/title/disco.jpg);}
h1#live {background-image:url(../img/title/live.jpg);}
h1#media {background-image:url(../img/title/media.jpg);}
h1#profile {background-image:url(../img/title/profile.jpg);}
h1#bbs {background-image:url(../img/title/bbs.jpg);}
h1#archives {background-image:url(../img/title/archives.jpg);}
h1#request {background-image:url(../img/title/request.jpg);}
h1#uta {background-image:url(../img/title/uta.jpg);}
h1#mobile {background-image:url(../img/title/mobile.jpg);}

div.menu {
	float:left;
}

div.frame {
	margin-left: 195px;
	padding: 14px;
}

div#footer {
	height: 22px;
	text-align: right;
	padding-right: 10px;
}

div#footer_top {
	width: 950px;

}

h2.contentstitle {
	background: url(../img/title_bg.gif) repeat left top;
	color: #fffe01;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 4px;
	border-bottom: 3px solid #fffe01;
}


.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}