@charset "Shift_JIS";
	/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素（一部#ID） */
*{ margin:0; padding:0; 
    font:normal normal normal 10px/1.5em Verdana,ＭＳ Ｐゴシック,Osaka; }

/* 基本構造 */
html	{	}
body	{
background-color:#ffffff;
}
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	{
	width:auto;
	font-size:90%;
	font-weight:bold;
	letter-spacing:2px;
	margin-left:1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E96001;
	border-left-color: #E96001;
	color: #F15F00;
}
h3	{
	font-size: 90%;
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 18px;
	margin-left: 10px;
	font-weight: bold;
}
h4	{
font-weight:bold;
padding:5px 0px 3px 0px;}
h4:first-letter {font-weight:bold;color:#FF0066;}
h5	{}
h6	{}

/* 段落 */
p	{margin:0px;}

/* アンカー/下はメニュー部分 */
a	{color:#FF0000;text-decoration:underline;}
	a:link,
	a:visited,
	a:active	{color:#FF0000;}
	a:hover	{color:#FFFF00;}
	

/* 強調・追加・削除 */
em	{font-weight:bold;color:#669999;}
strong	{font-weight:bold;border-bottom:3px solid #669999;}
ins	{text-decoration:underline;}
del	{color:#888;}

/* フォーム */

input	{border:1px solid #ccc;}
	input#TEXT	{border:1px solid #ccc;}
	input#CHECKBOX	{border:1px solid #ccc;}
	input#RADIO	{border:1px solid #ccc;}
	input#BUTTON	{border:1px solid #ccc;}
textarea	{border:1px solid #ccc;}
select	{border:1px solid #ccc;}
option	{border:1px solid #ccc;}
optgroup	{border:1px solid #ccc;}

/* リスト */
ol	{list-style:none;
	 margin:5px 0px 3px 25px;}
	ol li	{list-style:decimal;}
ul	{list-style:none;}
	ul li	{list-style:disc;margin:5px 0px 3px 20px; }
	
dl	{margin:5px;}
dt	{font-weight:bold;}
dd	{
padding-left:10px;
margin-left:20px;
border-left:3px double #ccc;}

/* アドレス */
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:large;}
small	{font-size:small;}
tt	{letter-spacing:2px;}

/* ***********************************************
/* 各#ID＆.class */

body#INDEX	{margin:50px 0px 0px;}

div#PAGETOP	{
	text-align:left;
	width:750px;
	height:1000px;
	background-attachment: inherit;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#HEADER	{
	width:750px;
	height:50px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

/*メニュー部分*/

div#MENU{
	width:380px;
	height:150px;
	margin: 0px;
	float: right;
	padding: 0px;
}
ul#MENU{
	list-style:none;
	width:100%;
	margin: 0px;
}
ul#MENU li{
	list-style:none;
	float:left;
	margin: 0px;
}
ul#MENU a{
	display:block;
	width:20px;
	height:150px;
	background-image:url(../img/topmenu.jpg);
}
#MENU a span{display:none;}


ul#MENU a.profile{
	background-position:0px 0px;
	width: 67px;
}
ul#MENU a:hover.profile{
	background-position:0px -162px;
	width: 67px;
}
ul#MENU a.schedule{
	background-position:-67px 0px;
	width: 31px;
}
ul#MENU a:hover.schedule{
	background-position:-67px -162px;
	width: 31px;
}

ul#MENU a.discography{
	background-position:-98px 0px;
	width: 32px;
}
ul#MENU a:hover.discography{
	background-position:-98px -162px;
	width: 32px;
}

ul#MENU a.bbs{
	background-position:-130px 0px;
	width: 31px;
}
ul#MENU a:hover.bbs{
	background-position:-130px -162px;
	width: 31px;
}

ul#MENU a.diary{
	background-position:-161px 0px;
	width: 30px;
}
ul#MENU a:hover.diary{
	background-position:-161px -162px;
	width: 30px;
}

ul#MENU a.history{
	background-position:-191px 0px;
	width: 31px;
}
ul#MENU a:hover.history{
	background-position:-191px -162px;
	width: 31px;
}

ul#MENU a.link{
	background-position:-222px 0px;
	width: 31px;
}
ul#MENU a:hover.link{
	background-position:-222px -162px;
	width: 31px;
}

ul#MENU a.mail{
	background-position:-253px 0px;
	width: 30px;
}
ul#MENU a:hover.mail{
	background-position:-253px -162px;
	width: 30px;
}

ul#MENU a.syuccholive{
	background-position:-283px 0px;
	width: 32px;
}
ul#MENU a:hover.syuccholive{
	background-position:-283px -162px;
	width: 32px;
}

ul#MENU a.otonowa{
	background-position:-315px 0px;
	width: 45px;
}
ul#MENU a:hover.otonowa{
	background-position:-315px -162px;
	width: 45px;
}


div#KIZI {
	width:750px;
	height: 20px;
	margin-top: 100px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#overflow {
	width: 270px;
	height: 200px;
	float: left;
	overflow:auto;
	scrollbar-track-color:#FF6633;
	scrollbar-face-color:#FF9933;
	scrollbar-arrow-color:#fff;
	scrollbar-3dlight-color:#FF6699;
	scrollbar-darkshadow-color:#FF9966;
	scrollbar-highlight-color:#FF9933;
	scrollbar-shadow-color:#FF6633;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
	border: 0.5px solid #FF9933;
	margin-top: 10px;
	}

div.iframe {
	width: 240px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	height: 170px;
	margin: 0px;
}
div#melma	{
	text-align:right;
	width:750px;
	height:30px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


div.text {
width:200px;
margin:5px 0px 5px 20px;
padding-left:10px;
background:url("../img/b2.gif") repeat-y 00% 00%;}

ul.modori li{ margin:0.1em 0 0 auto;
              padding:3px 5px 10px 0px;
              text-align:right;
              list-style-type:none; }		

div#FOOTER01	{padding:10px 10px 5px;text-align:center;clear: both;}
	#FOOTER01	ul	{ list-style:none; }
	#FOOTER01	li	{ list-style:none; display:inline; padding:0px 5px 20px 0px; }
	#FOOTER01	a	{ text-decoration:none; display:inline;}
	#FOOTER01 address { display :inline; }



h1,hr,#MENU h2,#FOOTER01 h2{ display:none;} 
