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: url(../img/bg.gif) repeat center top;
	color: #323431;
	text-align: center;
}

body.contents {
	margin: 10px 10px 0px 20px;
	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_frame.gif) no-repeat left top fixed #b88cc9;
	color: #323431;
	text-align: left;
}

body.top {
	height: 100%;
	background: #b88cc9;
}

a {color:#fb345f;}

td {
	font-size: 12px;
	line-height: 16px;
}

div,p,h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}

#wrap {
	width: 100%;
}

#header {
	background: url(../img/bg_head.gif) repeat center top;
	padding-top: 20px;
	text-align: center;
}

#menu {
	width: 820px;
	margin: 12px auto 0px auto;
	padding: 0px;
}

#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu a{
	display:block;
	height:50px;
	background-repeat: no-repeat;
	margin:0px;
	padding: 0px;
	float: left;
}

#menu a#top{background-image:url(../img/menu/top_off.png); width:72px;}
#menu a#disco{background-image:url(../img/menu/disco_off.png); width:194px;}
#menu a#info{background-image:url(../img/menu/info_off.png); width:192px;}
#menu a#bio{background-image:url(../img/menu/bio_off.png); width:168px;}
#menu a#mobile{background-image:url(../img/menu/mobile_off.png); width:113px;}
#menu a#link{background-image:url(../img/menu/link_off.png); width:80px;}

#menu a#top:hover{background-image:url(../img/menu/top_on.png); width:72px;}
#menu a#disco:hover{background-image:url(../img/menu/disco_on.png); width:194px;}
#menu a#info:hover{background-image:url(../img/menu/info_on.png); width:192px;}
#menu a#bio:hover{background-image:url(../img/menu/bio_on.png); width:168px;}
#menu a#mobile:hover{background-image:url(../img/menu/mobile_on.png); width:113px;}
#menu a#link:hover{background-image:url(../img/menu/link_on.png); width:80px;}


#contents {
	width: 820px;
	margin: 0px auto;
	padding: 15px 0px;
}

.relative   {  
    position: relative;
}  

#side {
	position:absolute;
	left:0px;
	top:0px;
	width:355px;
	z-index:-1
}

#frame {
	margin-left: 220px;
	z-index:2;
}

#disco_l {
	float: left;
	width: 240px;
}
#disco_r {
	float: left;
	width: 360px;
}

#footer {
	background: url(../img/bg_head.gif) repeat center top;
	height: 15px;
}

.copy {
	padding-top: 15px;
	text-align: right;
}

.copy img {
	margin-left: 5px;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}
