@charset "utf-8";
	/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素（一部#ID） */
*{ margin:0; padding:0; 
    font:normal 12px/1.6em Verdana, "メイリオ","ＭＳ Ｐゴシック", Osaka; }

/* 基本構造 */
html	{	}
body	{
	font-size:100%;
	color:#000000;
	margin: 0px;
}
hr	{display:none;}

/* 見出し */
h1,h2,h3,h4,h5,h6	{
font-size:100%;
margin:0px;}
h1	{
font-weight:bold;
font-family:Geneva, Arial, Helvetica, san-serif;
font-size:250%;
color:#FFFFFF;
text-align:left;
padding:20px 0px 0px 30px;}
h2.profile{
	background-image: url(../img/h2_profile.jpg);
	width: 1000px;
	height: 50px;
	text-indent: -1000000px;
	margin-top: 10px;
	}
h2.news{
	background-image: url(../img/h2_news.jpg);
	width: 1000px;
	height: 50px;
	text-indent: -1000000px;
	margin-top: 10px;
	}
h2.schedule{
	background-image: url(../img/h2_schedule.jpg);
	width: 1000px;
	height: 50px;
	text-indent: -1000000px;
	margin-top: 10px;
	}
h2.media{
	background-image: url(../img/h2_media.jpg);
	width: 1000px;
	height: 50px;
	text-indent: -1000000px;
	margin-top: 10px;
	}
h2.discography{
	background-image: url(../img/h2_discography.jpg);
	width: 1000px;
	height: 50px;
	text-indent: -1000000px;
	margin-top: 10px;
	}
h2.library{
	background-image: url(../img/h2_library.jpg);
	width: 1000px;
	height: 50px;
	text-indent: -1000000px;
	margin-top: 10px;
	}
h2.shop{
	background-image: url(../img/h2_shop.jpg);
	width: 1000px;
	height: 50px;
	text-indent: -1000000px;
	margin-top: 10px;
	}
h2.contact{
	background-image: url(../img/h2_contact.jpg);
	width: 1000px;
	height: 50px;
	text-indent: -1000000px;
	margin-top: 10px;
	}
h2,h3,h4	{
	background-repeat: no-repeat;
	background-position: left center;
}
h3	{
	background-image: url(../img/h3.png);
	line-height: 29px;
	height: 29px;
	color: #FFFFFF;
	width: auto;
	font-weight: bold;
	font-size: 100%;
	padding-left: 30px;
	margin-bottom: 5px;
}

h3	a:link{
	line-height: 29px;
	height: 29px;
	color: #FFFFFF;
	width: auto;
	font-size: 90%;
	padding-left: 30px;
	margin-bottom: 5px;
}

h3.new	{
	background-image: url(../img/h3_new.png);
	height: 29px;
	color: #FFFFFF;
	width: auto;
	font-weight: bold;
	font-size: 100%;
	padding-left: 85px;
	margin-bottom: 5px;
}

h4	{
	color: #911526;
	line-height: 25px;
	height: 27px;
	background-image: url(../img/h4.png);
	padding-left: 20px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
	
h5	{
	letter-spacing: 0.3em;
	line-height: 15px;
	height: auto;
	background-color: #000000;
	color: #ffffff;
	border-top-width: thin;
	border-bottom-width: thin;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
	}
h6	{}
h6:first-letter {font-weight:bold;color:#911526;}
/* 段落 */
p	{margin:0px;}

/* アンカー/下はメニュー部分 */
a {
	color:#911526;
}
a:link {
	text-decoration: none;
	color:#911526;
}
a:visited {
	text-decoration: none;
	color:#911526;
}
a:hover {
	color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color:#911526;
}

#FOOTERMENU li a{
	color:#911526;
	text-decoration:none;
	padding-right: 1px;
	padding-left: 1px;
}

#FOOTERMENU li a:link,#menu li a:visited{ color:#911526; }
#FOOTERMENU li a:hover{
border-bottom:1px solid #911526;}


/* 強調・追加・削除 */
em	{font-weight:bold;color:#911526;}
strong	{
font-size:100%;
font-weight:bold;
background-color: #911526;
color: #FFFFFF;
padding-right: 2px;
padding-left: 2px;
}
ins	{text-decoration:underline;}
del	{color:#888;}

/* フォーム */

input	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #911526;
	}
	input#TEXT	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #911526;
}
	input#CHECKBOX	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #911526;
}
	input#RADIO	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #911526;
}
	input#BUTTON	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #911526;
}
textarea	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #911526;
}
select	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #911526;
}
option	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #911526;
}
optgroup	{
	background-color:#CCCCCC;
	color:#000000;
	border:1px solid #911526;
}

/* リスト */
ol	{list-style:none;
	 margin:5px 0px 3px 25px;}
	ol li	{list-style:decimal;}
ul	{list-style:none;}
	ul li	{list-style:none;}
	
dl	{margin:5px;}
dt	{
	font-size: 100%;
	color: #911526;
	padding-left: 5px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
dd	{
	font-size: 90%;
	padding-left:5px;
	margin-left:10px;
	border-left:1px solid #911526;
}

/* アドレス */
address	{font-style:nomal;}

/* 引用（サンプルページ未記述） */
blockquote	{padding:5px;border:1px solid #666;background-color:#ccc;}

/* 物理要素（サンプルページ未記述） */
b	{font-weight:bold;}
i	{font-style:italic;}
big	{font-size: 200%;
font-weight:bold;}
small	{font-size:small;}
tt	{letter-spacing:2px;}

/* ***********************************************
/* 各#ID＆.class */

body#INDEX	{margin:0px;}

div#PAGETOP	{
	text-align:left;
	width:1000px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


div#HEADER	{
	width:1000px;
	height:100px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}


div#KIZI {
	width:1000px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
}

div.mini_right {
	width:auto;
	margin:5px 10px 5px 10px;
	font-size: 90%;
	text-align: right;
}
span.mini_text {
	font-size: 90%;
	text-align: left;
}

span.disco_minitext {
	font-size: 80%;
	text-align: left;
}

.text {
	font-size: 100%;
	text-align: left;
	width: auto;
	height: auto;
	margin: 0 10px 0 10px;
	text-align:justify;
	text-justify:inter-ideograph;
}

div#MELMA {
	text-align: right;
	vertical-align: middle;
	width: 1000px;
	line-height: 20px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	clear: both;
}


ul.modori li{ margin:0.1em 0 0 auto;
              padding:1px 5px 5px 0px;
              text-align:right;
              list-style-type:none; }		

img.photo {
	border: 5px solid #911526;
	margin: 0px;
	padding: 0px;
}


div#FOOTER	{
	width: 1000px;
	height: 31px;
	background-image: url(../img/foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
	#FOOTER	ul	{ list-style:none; }
	#FOOTER	li	{
	list-style:none;
	display:inline;
	font-size: 100%;
	font-family: "メイリオ", "Century Gothic", Times, serif;
}
	#FOOTER	a	{ text-decoration:none; display:inline;}
	#FOOTER address { display :inline; }

ul#PAN	{
padding:0px;
margin-left:20px;
clear: both;}
#PAN ul {
list-style:none; }
#PAN li {
list-style:none; 
display:inline;
margin-left:5px;}
#PAN a {
text-decoration:none;
display:inline;
padding-right:20px;
background:url("../img/point.gif") no-repeat 100% 50%;}

#floatbox {
  position: absolute;
  margin: 0px;
  padding: 10px;
  width: 200px;
  height: 500px;  
  top: 180px;
  left: 100px;  
	float: left;
}

/*
=========================================================
clearfix
=========================================================
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */



/*コンテンツ毎設定*/

	
h1,hr,#FOOTERMENU h2,#MENU h2{ display:none;
} 

