@charset "UTF-8";

/* ----- すべて ----- */

*
{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:100%;
}

/* ----- リンク ----- */

a
{
	color:#99cc00;
	text-decoration:none;
}

a:hover
{
	color:#330000;
	text-decoration:underline;
}


/* ----- body ----- */

body {
	background-image: url(images/bg.jpg);
	text-align:center;
}



/* ----- メニューエリア ----- */

#left_box h1.blog-name
{
	width:158px;
	height:80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 40px;
}


#left_box h1.blog-name a
{
	display:block;
	width:158px;
	height:80px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
}

#left_box h2.blog-description
{
	display:none;
}


/* ----- ナビゲーションボタン ----- */
#menu {
	width: 172px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#menu h2,#menu h3 {
	display: none;
}
ul#navi li {
	list-style-type: none;
}

ul#navi li#Home a{
	display: block;
	width: 172px;
	height: 35px;
	border: none;
	text-indent: -1000em;
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#navi li#Home a:hover{
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -180px 0px;
}

ul#navi li#Schedule a{
	display: block;
	width: 172px;
	height: 35px;
	border: none;
	text-indent: -1000em;
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -35px;
}
ul#navi li#Schedule a:hover{
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -180px -35px;
}

ul#navi li#Profile a{
	display: block;
	width: 172px;
	height: 35px;
	border: none;
	text-indent: -1000em;
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -70px;
}
ul#navi li#Profile a:hover{
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -180px -70px;
}

ul#navi li#Discography a{
	display: block;
	width: 172px;
	height: 35px;
	border: none;
	text-indent: -1000em;
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -105px;
}
ul#navi li#Discography a:hover{
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -180px -105px;
}
ul#navi li#Gallery a{
	display: block;
	width: 172px;
	height: 35px;
	border: none;
	text-indent: -1000em;
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -140px;
}
ul#navi li#Gallery a:hover{
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -180px -140px;
}
ul#navi li#Kawachiondo a{
	display: block;
	width: 172px;
	height: 35px;
	border: none;
	text-indent: -1000em;
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -175px;
}
ul#navi li#Kawachiondo a:hover{
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -180px -175px;
}
ul#navi li#News a{
	display: none;
	width: 172px;
	height: 35px;
	border: none;
	text-indent: -1000em;
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -210px;
}
ul#navi li#News a:hover{
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -180px -210px;
}
ul#navi li#Link a{
	display: none;
	width: 172px;
	height: 35px;
	border: none;
	text-indent: -1000em;
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -245px;
}
ul#navi li#Link a:hover{
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -180px -245px;
}


/* ----- フロートクリア ----- */
.clear {
	clear: both;
	float: none;
}
.footer a {
	color: #000000;
}

