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

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

/* 基本構造 */
html	{	}
body	{
	font-size:90%;
	color:#000000;
	margin:0px;
	text-align:center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../img/bg.gif);
}
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	{
	background-image: url(../img/h2.gif);
	letter-spacing: 0.5em;
	line-height: 26px;
	height: 30px;
	padding-left: 33px;
	font-weight: bold;
	color: #0060a7;
	border-top-width: thin;
	border-bottom-width: thin;
	}
h2,h3	{
	background-repeat: no-repeat;
	background-position: left center;
}
h3	{
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	background-color: #7da2d6;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0060a7;
}
h3	a:link,a:visited,a:active{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
h3	a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #333333;
}
h4	{
	font-weight:bold;
	color: #0060a7;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #7da2d6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7da2d6;
}
h5	{
	background-image: url(../img/h2_2.gif);
	letter-spacing: 0.5em;
	line-height: 26px;
	height: 26px;
	background-color: #333333;
	font-weight: bold;
	color: #ffffff;
	border-top-width: thin;
	border-bottom-width: thin;
	}
h6	{
        color: #FF6400; 
        font-size:12pt; 
        font-weight:bold; 
        text-align:left;
}




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

/* アンカー/下はメニュー部分 */
a {
	color:#000000;
}
a:link {
	text-decoration: underline;
	color:#0060a7;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	color:#FFFFFF;
	background-color:#7da2d6;
}
a:active {
	text-decoration: none;
	color:#333333;
}

#FOOTERMENU li a{
	color:#000000;
	text-decoration:none;
	padding-right: 1px;
	padding-left: 1px;
}

#FOOTERMENU li a:link,#menu li a:visited{ color:#333333; }
#FOOTERMENU li a:hover{
border-bottom:1px solid #000;}


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

/* フォーム */

input	{
	background-color:#FFFFFF;
	color:#000000;
	border:1px dotted #0060a7;
	}
	input#TEXT	{
	background-color:#FFFFFF;
	color:#000000;
	border:1px dotted #0060a7;
}
	input#CHECKBOX	{
	background-color:#FFFFFF;
	color:#000000;
	border:1px dotted #0060a7;
}
	input#RADIO	{
	background-color:#FFFFFF;
	color:#000000;
	border:1px dotted #0060a7;
}
	input#BUTTON	{
	background-color:#FFFFFF;
	color:#000000;
	border:1px dotted #0060a7;
}
textarea	{
	background-color:#FFFFFF;
	color:#000000;
	border:1px dotted #0060a7;
}
select	{
	background-color:#e3eefd;
	color:#000000;
	border:1px dotted #0060a7;
}
option	{
	background-color:#e3eefd;
	color:#000000;
	border:1px dotted #0060a7;
}
optgroup	{
	background-color:#e3eefd;
	color:#000000;
	border:1px dotted #0060a7;
}

/* リスト */
ol	{list-style:none;
	 margin:5px 0px 3px 25px;}
	ol li	{list-style:decimal;}
ul	{list-style:none;}
	ul li	{list-style:disc; }
	
dl	{margin:5px;}
dt	{
	letter-spacing: 0.5em;
	font-size: 90%;
}
dd	{
	padding-left:10px;
	margin-left:20px;
	border-left:2px dotted #0060a7;
}

/* アドレス */
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:0px;}

div#PAGETOP	{
	text-align:left;
	width:800px;
	margin:0px auto;
	background-image: url(../img/kizi_bg.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #7da2d6;
}

div#HEADER	{
	width:800px;
	height:445px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin: 0px;
	padding: 0px;
}


/*メニュー部分*/


div#MENU{
	width:800px;
	height:40px;
	margin: 0px;
}
ul#MENU{
    list-style:none;
    width:100%;
}
ul#MENU li{
    list-style:none;
    float:left;
}
ul#MENU a{
	display:block;
	height:40px;
	background-image:url(../img/menu.jpg);
}
#MENU a span{display:none;}

ul#MENU a.home{
    background-position:0px 0px;
	width:121px;
}
ul#MENU a:hover.home{
    background-position:0px -40px;
	width:121px;
}

ul#MENU a.profile{
	background-position:-121px 0px;
	width: 124px;
}
ul#MENU a:hover.profile{
	background-position:-121px -40px;
	width: 124px;
}
ul#MENU a.information{
	background-position:-245px 0px;
	width: 169px;
}
ul#MENU a:hover.information{
	background-position:-245px -40px;
	width: 169px;
}

ul#MENU a.discography{
	background-position:-414px 0px;
	width: 170px;
}
ul#MENU a:hover.discography{
	background-position:-414px -40px;
	width: 170px;
}

ul#MENU a.blog{
	background-position:-584px 0px;
	width: 108px;
}
ul#MENU a:hover.blog{
	background-position:-584px -40px;
	width: 108px;
}

ul#MENU a.mail{
	background-position:-692px 0px;
	width: 108px;
}
ul#MENU a:hover.mail{
	background-position:-692px -40px;
	width: 108px;
}


div#FOOTERMENU{
	padding:10px;
	font-size:90%;
	text-align:center;
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
}
	li#FOOTERMENU01	{	}
	li#FOOTERMENU02	{	}
	li#FOOTERMENU03	{	}
	li#FOOTERMENU04	{	}
	li#FOOTERMENU05	{	}
	li#FOOTERMENU06	{	}
	li#FOOTERMENU07	{	}
	li#FOOTERMENU08	{	}
	li#FOOTERMENU09	{	}
	li#FOOTERMENU10	{	}
	li#FOOTERMENU11	{	}
	li#FOOTERMENU12	{	}
li#FOOTERMENU01,li#FOOTERMENU02,li#FOOTERMENU03,li#FOOTERMENU04,li#FOOTERMENU05,li#FOOTERMENU06,li#FOOTERMENU07,li#FOOTERMENU08,li#FOOTERMENU09,li#FOOTERMENU10,li#FOOTERMENU11,li#FOOTERMENU12{
display:inline;}

#FOOTERMENU li.menu-on a:visited{border-bottom:3px solid #669999;}

div#KIZI {
	margin:10px 20px;
	width: 760px;
	background-color: #FFFFFF;
}

div.text {
	width:720px;
	background-color: #e3eefd;
	border: thin dotted #0060a7;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 10px;
}




div.mini_text {
	width:auto;
	background-color: #e3eefd;
	border: thin solid #7da2d6;
	padding: 10px;
	height: auto;
	text-align: left;
}
div.page_text {
	width:500px;
	background-color: #e3eefd;
	border: thin solid #7da2d6;
	padding: 10px;
	height: 250px;
	text-align: left;
}

div.rightfloat_text {
	width:250px;
	height: 220px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #993300;
}

div.photoarea {
	width:auto;
	border: thin dotted #7da2d6;
	padding: 0px;
	height: auto;
	float: left;
}

img.photo {
	border: 3px solid #7da2d6;
	margin: 10px;
	padding: 0px;
}


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

div#FOOTER	{
	font-size:90%;
	text-align:center;
	height: 20px;
	width: 800px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
		}
	#FOOTER	ul	{ list-style:none; }
	#FOOTER	li	{ list-style:none; display:inline; padding:0px 5px 20px 0px; }
	#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%;}

/*コンテンツ毎設定*/

h1,hr,#FOOTERMENU h2,#MENU h2,#FOOTER h2{ display:none;	margin: 5px;
} 
