﻿@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body {
	background-color: #000000;
	color: #666666;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
}

html, body {
	width: 100%;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

html > body #wrapper {
	height:100%;
}

a {
	text-decoration: none;
	outline: none;
}

a:link, a:visited {
	color: #FFFF00;
}

a:hover, a:active {
	color: #FF9900;
    text-decoration: underline;
}

img {
	border-width: 0;
}

/*
headerArea
-------------------------------------------------------------------*/
#headerArea {
	width: 1000px;
	margin-top: 50px;
}

#headerMenu, #footerMenu {
	width: 1000px;
	height: 32px;
}

#headerMenu ul, #footerMenu ul {
	width: 1000px;
	height: 21px;
}

#headerMenu li, #footerMenu li {
	list-style-type: none;
	display: block;
    float: left;
    overflow:hidden;
}

.profile a:link, .profile a:visited {
	background-image: url(../images/prof.jpg);
}
.profile a:hover, .profile a:active {
	background-image: url(../images/prof1.jpg);
}

.topics a:link, .topics a:visited {
	background-image: url(../images/topics.jpg);
}
.topics a:hover, .topics a:active {
	background-image: url(../images/topics1.jpg);
}

.news a:link, .news a:visited {
	background-image: url(../images/news.jpg);
}
.news a:hover, .news a:active {
	background-image: url(../images/news1.jpg);
}

.discography a:link, .discography a:visited {
	background-image: url(../images/disco.jpg);
}
.discography a:hover, .discography a:active {
	background-image: url(../images/disco1.jpg);
}

.schedule a:link, .schedule a:visited {
	background-image: url(../images/sche.jpg);
}
.schedule a:hover, .schedule a:active {
	background-image: url(../images/sche1.jpg);
}

.gallery a:link, .gallery a:visited {
	background-image: url(../images/gallery.jpg);
}
.gallery a:hover, .gallery a:active {
	background-image: url(../images/gallery1.jpg);
}

.massage a:link, .massage a:visited {
	background-image: url(../images/massage.jpg);
}
.massage a:hover, .massage a:active {
	background-image: url(../images/massage1.jpg);
}

.link a:link, .link a:visited {
	background-image: url(../images/link.jpg);
}
.link a:hover, .link a:active {
	background-image: url(../images/link1.jpg);
}

.media a:link, .media a:visited {
	background-image: url(../images/MEDIA.jpg);
}
.media a:hover, .media a:active {
	background-image: url(../images/MEDIA2.jpg);
}

.home a:link, .home a:visited {
	background-image: url(../images/index_11.gif);
}
.home a:hover, .home a:active {
	background-image: url(../images/index_11.gif);
}

#headerMenu li a, #footerMenu li a {
	background-color:transparent;
	background-repeat:no-repeat;
	display: block;
	width: 97px;
	height: 21px;
	overflow: hidden;
	text-indent: -10000px;
}

.home {
	padding-left: 30px;
}

/*
contentsArea
-------------------------------------------------------------------*/
#contentsAreaOuterWrapper {
	text-align: left;
}

h1 {
	padding-top: 20px;
}

/*
footerArea
-------------------------------------------------------------------*/
#footerAreaOuterWrapper {
	width: 1000px;
	clear: both;
}

#footerArea {
	margin-bottom: 5px;
}

#footerArea table {
	margin: 10px 0;
}

#footerArea td {
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 10px;
	text-align: center;
}

.tdCenter {
	width: 625px;
}
