*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

head~/* */body body {　　　　　/*IE8だけに適用*/
	overflow-y:auto;}

body{
	margin: 10px;
	background:#ffffff ;
	color:maroon;
	overflow-y:scroll;
}

a, a:hover{
	color:maroon;
	text-decoration: underline;
}

#box {
	width: 900px;
	margin: auto ;
	text-align:left;
	background:#880d22;
}

#header {
	float: none;
	width: 860px;
	height: 40px;
	margin: auto;
	text-align:left;
	padding: 2px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color:gold;
	background:#880d22;
}

#header a,#header a:hover{
	color:#ffffff;
	text-decoration: none;
}

/* header 左 */
#header-l {
	float: left;
	width: 400px;
	height: 38px;
	margin: auto;
	text-align:left;
	padding: 2px 0 0 10px;
	font-family: "Times New Roman", serif;
	font-size: 30px;
	font-weight: normal;
	color:gold;
	background:#880d22;
}

#header a,#header a:hover{
	color:#ffffff;
	text-decoration: none;
}


/* header 右*/
#header-r {
	float: right;
	width: 380px;
	height: 40px;
	margin: auto;
	text-align:right;
	vertical-align: bottom;
	padding: 2px 10px 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#880000;
	background:#880d22;
}

#header2 {
	float: none;
	width: 900px;
	height: 10px;
	margin: auto;
	text-align:left;
	background:#880d22;
}


/* navi */

#navi {
	float: none;
	width: 900px;
	height: 35px;
	margin: auto;
	padding: 0;
	background:#880d22;
  	overflow: hidden;
}



/* navi2 */

#navi2 {
	float: left;
	width: 600px;
	height: 35px;
	margin: auto;
	text-align: center;
	padding: 7px 0 0 20px;
	color:#ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	background:#880d22;
}

#navi2 a {
	color:#e4d5b8;
	text-decoration: none;
}

#navi2 a:hover, #navi a:active {
  	color: #e59e39;
}

#navi2 ul{
	margin: 0;
	padding: 0;
}
#navi2 li{
	text-align:center;
	float:left;
	margin: 0;
	padding: 0 22px 0 0;
  	font-size: 14px;
  	font-weight: normal;
  	text-transform: lowercase;
}

/* navi2 のアクティブページの時の装飾 */
#biog #navi2 ul li#mBiog a,
#concert #navi2 ul li#mConcert a,
#audio #navi2 ul li#mAudio a,
#links #navi2 ul li#mLinks a {
	color: #ffffff;
	font-weight: bold;
}

.sample3{
	list-style :inside url (images/star1.jpg);
}

.sample4{
	list-style-type: none;
}

#navi2 .list2{
	list-style-type: none;
	list-style-image: url(images/star1.jpg);
	list-style-position: outside;
}



/* コンテンツ */
#content {
	float: none;
	clear: both;
	width: 900px;
	text-align: center;
	overflow:hidden;
	margin: auto;
	padding: 0;
	background:#e4d5b8 ;
}


/* メイン */

#main {
	float: none;
	width: 900px;
	margin: auto;
	padding: 0;
	text-align: center;
	color:#ffffff;
	font-family: MS UI Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	background:#e4d5b8 ;
}


#main .body{
	float: none;
	margin: auto;
	padding:0 0 5px 0;
	overflow:auto;
	text-align: center;
}


.maintitle {
	height: 440px;
	margin: 0;
	padding: 0;
	background:#e4d5b8 ;
}




/* メイン下 */

#main .unten{
	float: left;
	width: 800px;
	margin: 30px 0 20px 0;
	padding: 10px 10px 10px 20px;
	text-align:left;
	color:#6D2F16;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	background:#e4d5b8 ;
}



.maintitle2 {
	height: 2px;
	margin: 0;
	padding: 0 0 0 30px;
	text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#e4d5b8 ;
}




/* 上に戻る */
.return{
	clear: both;
	font-size: 10pt;
	font-family: MS UI Gothic;
	color:#ffffff;
	margin: 0;
	padding-left:650px;
	text-decoration: underline;
}

.return a,.return a:hover{
	color:#aa202d;
	text-decoration: underline;
}

/* フッター */

#footer{
	clear: both;
	text-align:center;
	margin: 0;
	padding:10px 0 5px 0;
	height: 20px;
	font-size: 10pt;
	font-family: Arial;
	color:#880000;
	background:#e4d5b8 ;
}

#footer a,#footer a:hover{
	color:#aa202d;
	text-decoration: underline;
}

