@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

/* html */

body {
	font-family: Osaka, "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #444;
	background-color: #966;
	margin: 0px;
}

/* html end */

/* container */

#container {
	background-image: url(img/content.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
	width: 760px;
	margin: 0px auto;
}

/* container end */

/* top */

#top {
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 80px 0px 0px;
}


/* top end */


/* center */

#content {
	clear: both;
	padding: 0px 40px;
	margin: 0px;
	height: auto;
}

/* center end */

/* navi */

#content .navi {
	float: left;
	width: 130px;
}

#content .navi span {
	display: none;
}

#content .navi a {
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	display: block;
}

#content .navi a#menuTop {
	background-position: 0px 0px;
}

#content .navi a:hover#menuTop {
	background-position: -130px 0px;
}

#content .navi a#menuNews {
	background-position: 0px -30px;
}

#content .navi a:hover#menuNews {
	background-position: -130px -30px;
}

#content .navi a#menuDisc {
	background-position: 0px -60px;
}

#content .navi a:hover#menuDisc {
	background-position: -130px -60px;
}

#content .navi a#menuBlog {
	background-position: 0px -90px;
}

#content .navi a:hover#menuBlog {
	background-position: -130px -90px;
}

#content .navi a#menuBbs {
	background-position: 0px -120px;
}

#content .navi a:hover#menuBbs {
	background-position: -130px -120px;
}

#content .navi a#menuAbout {
	background-position: 0px -150px;
}

#content .navi a:hover#menuAbout {
	background-position: -130px -150px;
}

/* navi end */

/* topImage */

#topImage {
	text-align:left;
	float: right;
	margin: 0px auto;
	width: 520px;
}

/* topImage end */

/* log */

#log {
	text-align:left;
	line-height: 1.6em;
	width: 600px;
	margin: 0px auto;
	padding: 3em 0em 1.5em;
}

#log a {
	text-decoration: none;
}

#log a:link,
#log a:visited {
	color: #966;
}

#log a:hover,
#log a:active {
	color: #633;
	background-color: #EEDDDD;
}

#log h1 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	color: #f3f3f3;
	background-color: #996;
	margin: 1.2em 0em;
	padding: 0.1em 1em;
}

#log h2 {
	font-size: 12px;
	color: #966;
	margin: 0em 0em 0.5em;
	padding: 0em 1em;
}

#log h3 {
	font-size: 12px;
	color: #966;
	margin: 0em;
	padding: 1.5em 2em 0.2em;
}

#log h4 {
	font-size: 14px;
	color: #966;
	margin: 0em 0em s0.2em;
	padding: 1em 1em 0em;
}

#log h5 {
	font-size: 12px;
	color: #966;
	margin: 0em 0em 0.2em;
	padding: 0em 3em;
}

#log h6 {
	font-size: 12px;
	color: #966;
	margin: 0em 0em 0.2em;
}

#log li {
	list-style-type: none;
	margin: 0em;
	padding: 0em 3em;
}

#log p {
	margin: 1em 0em;
	padding: 0em 3em;
}

#log .member {
	padding: 0em 2em 1em 0em;
	clear: left;
	float: left;
	border-style: none;
}

/* log end */

/* bottom */

#bottom {
	background-image: url(img/bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	padding-bottom: 60px;
}

/* bottom end */

/* discography */

#discography {
	padding: 0px;
	margin: 10px;
	border: 1px solid #996;
}

#discography img {
	border: 1px solid #aaa;
}

#discography h1 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	color: #f3f3f3;
	padding: 0.1em 1em;
	margin: 0px 0px 1em;
	background: #996;
}

#discography .area_img {
	width: 150px;
	padding: 0px 0px 1em 20px;
}

#discography .area_list {
	line-height: 1.6em;
	padding: 0px 1em 0px 2em;
}

#discography .area_caption {
	padding: 1em 1em 1em 2em;
	margin: 0px 0px 1em;
}

/* discography end */

/* copyright */

#copyright {
	font-size: 10px;
	color: #966;
	clear: both;
	margin: 0px;
	padding: 1em 0px 0px;
}

/* copyright end */

/* ※ライブ情報等で使っている<li>タグに点を表示させない処理。 */
/* ただし全ての<li>タグに適用しているので注意。 */

#li {
	list-style-type: none;
	margin: 0em;
	padding: 0em 3em;
}
