@charset "utf-8";
/* formatting style
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-repeat: repeat-y;
	height: auto;
	background-color: #000;
}
hr {
	display: none;
}
/* link styles
-------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	position: relative;
	left: +1px;
	top: +1px;
	text-align: center;
}
/* basic layout
-------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/* header styles
-------------------------------*/
#header {
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
}
#gnavi {
}

#main {
	padding: 15px 10px;
	float: left;
	width: 550px;
	position: relative;
	height: auto;
	background-image: url(img/contents_back.gif);
	background-repeat: repeat-y;
}
#sidebar {
	padding: 15px 5px;
	float: right;
	background-color: #FFC;
	background-image: url(img/side_back2.png);
	height: auto;
	position: relative;
	background-repeat: repeat;
	width: 220px;
}
#sidebar ul li {
	background-image: url(img/ya_l.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	list-style: none;
	margin-bottom: 1em;
	font-size: 9px;
}


#footer {
	color: #FFFFFF;
	padding: 5px;
	clear: both;
	background-image: url(img/footer_back.png);
	background-repeat: repeat-x;
	margin: 0px;
	position: relative;
}
/* gnavi styles
-------------------------------*/
#gnavi ul {
	margin: 0;
	padding: 5px 0;
	background-image: url(img/gnavi.png);
}
#gnavi ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#gnavi ul li a {
	padding: 10px 15px;
	line-height: 12px;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}
#gnavi a:hover {
	color: #F00;
}




/* main styles
-------------------------------*/
#main dl dt {
	background-image: url(img/n_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 1px;
	width: 438px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-size: 1.0em;
	padding-top: 5px;
	line-height: 1.3em;
	height: 1.2em;
	padding-bottom: 5px;
}
#main dd {
	padding-left: 10px;
}
/* footer styles
-------------------------------*/
#footnavi {
	margin: 0px 0 5px;
	padding: 0;
	font-size: 1.2em;
}
#footnavi li {
	display: inline;
	margin: 0;
	padding: 0;
	border-right: 1px solid #999;
	list-style-type: none;
}
#footnavi .bnone {
	border-right: none;
}
#footnavi a {
	margin: 0 0.5em;
	padding: 0;
	text-decoration: none;
}
#footnavi li a:link {
	color: #FFF;
}
#footer address {
	float: right;
	position: relative;
	bottom: 20px;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#sidebar p a img {
	border: 1px solid #666;
	padding: 3px;
	margin-bottom: 10px;
}
/* concert styles
-------------------------------*/
#concert #header {
	background-image: url(img/i_ma.jpg);
	background-repeat: no-repeat;
}

#concert #main h1 {
	background-image: url(img/i_con.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #666;
	padding-left: 20px;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 10px;
	width: 525px;
	margin-top: 10px;
	background-color: #ABA054;
	color: #333;
}

#concert #main h2 {
	background-image: url(img/i_con_o.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #666;
	padding-left: 20px;
	font-size: 110%;
	line-height: 2.0em;
	margin-bottom: 10px;
	width: 350px;
	margin-top: 10px;
}
#concert #main p {
	padding-left: 20px;
	font-size: 10px;
}
#concert #main td table tr td p {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#concert #main ul li {
	list-style: none;
	float: left;
	padding: 10px;
	margin: 0px 15px 0px 0px;
	background-image: url(img/n_r.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#discography #header {
	background-image: url(img/i_mb.jpg);
	background-repeat: no-repeat;
}
#discography #main h1 {
	font-size: 110%;
	background-image: url(img/n_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #000;
	color: #FFF;
}
#discography #blog {
	float: right;
	height: 100px;
	width: 150px;
	padding: 90px 0px 5px;
	top: 100px;
}
#discography #blog a img {
	padding: 1px;
	background-color: #FFF;
	margin: 2px;
}
#news #header {
	background-image: url(img/i_mj.jpg);
	background-repeat: no-repeat;
}
	  

/*---- ギャラリー END ----*/
#news #main p {
	font-size: 12px;
	margin-left: 5px;
}
#news #main h1 {
	background-color: #000;
	color: #FFF;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#news #main h3 {
	background-color: #DBD8E0;
	color: #006;
	font-size: 14px;
	background-attachment: fixed;
	background-image: url(img/a_r.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-top: 10px;
}

#news #main ul li {
	list-style: none;
	float: left;
	padding: 10px;
	margin: 0px 15px 0px 0px;
	background-image: url(img/n_r.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#news #sidebar p {
	font-size: 10px;
}
#profile #main img {
	float: left;
	padding: 5px 10px;
}


#link #header {
	background-image: url(img/i_md.jpg);
	background-repeat: no-repeat;
}
#link #main ul li {
	background-image: url(img/ya_l.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	list-style: none;
	border-style: none;
	padding-left: 17px;
	margin: 10px;
}

#photo #header {
	background-image: url(img/i_me.jpg);
	background-repeat: no-repeat;
}
#profile #header {
	background-image: url(img/i_mh.jpg);
	background-repeat: no-repeat;
}
#book #header {
	background-image: url(img/i_mg.jpg);
	background-repeat: no-repeat;
}
#etc #header {
	background-image: url(img/i_mi.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	top: 100px;
	right: 0px;
	position: relative;
	margin: 10px;
	width: 400px;
	padding-top: 10px;
	font-size: 40px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990;
}
#gallery {
	width: 500px; /* サムネール画像と拡大画像を足した幅 */
	height: 500px;
	list-style-type: none;
	position: relative;
}
  #gallery a img {
	width: 42px; /* サムネール用に縮小 */
	height: 63px; /* サムネール用に縮小 */
	border: medium solid #FFF;
	position: absolute; /* z-index を指定するため */
	z-index: 3;
  }
  #gallery li {
	width: 44px;
	height: 65px; /* マウスオーバーやクリック時に現れる背景画像 */
	z-index: 3; /* 常に最前面のレイヤーへ表示 */
	list-style: none;
	float: left;
  }
  #gallery a {
      display: block;
      width: 35px;
      height: 30px;
      position:relative; /* z-index を指定するため */
      z-index: 3; /* 最前面のレイヤーへ表示 */
  }
  #gallery a:hover {
	width: 300px; /* マウスオーバーで画像拡大 */
	height: 451px; /* 左のサムネール分余白をとる */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding-left: 120px;
	padding-top: 30px;
	float: left;
   }
   #gallery a:hover img {
	width: 300px; /* マウスオーバーで画像拡大 */
	height: 451px; /* マウスオーバーで画像拡大 */
	position: absolute; /* z-index を指定するため */
	z-index: 2;
	border: thick solid #EBEBEB;
	color: #F6F6F6;
   }
   #gallery a:active,
   #gallery a:focus {
	width: 300px;
	height: 451px;
	padding-left: 35px; /* 左のサムネール分余白をとる */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; /* レイヤー階層を更にひとつ下に落とす */
   }
   #gallery a:active img,
   #gallery a:focus img {
	width: 300px;
	height: 451px;
	position: relative; /* z-index を指定するため */
	z-index: 1; /* レイヤー階層を更にひとつ下に落とす */
      }
#gallery h1 {
	background-image: url(img/gallaley_back.png);
	background-repeat: repeat;
	font-size: 14px;
	color: #000;
}	  
.disctitle {
	background-color: #00C;
	color: #FFF;
}
