*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}


body{
	margin: 10px;
	background:#dddddd ;
	color:#282828;
	overflow-y:scroll;
}

a, a:hover{
	color:maroon;
	text-decoration: underline;
}

#box {
	width: 900px;
	margin: auto ;
	text-align:left;
	background:#ffffff;
}




#header {
	float: none;
	width: 860px;
	height:90px;
	margin: auto;
	text-align:left;
	padding: 0 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color:gold;
	background:#ffffff;
}

#header a,#header a:hover{
	color:#ffffff;
	text-decoration: none;
}

/* header 左 */
#header-l {
	float: left;
	width: 410px;
	height: 80px;
	margin: 8px 0 0 0;
	text-align:left;
	padding: 1px 0 0 40px;
	font-family: "Times New Roman", serif;
	font-size: 30px;
	font-weight: normal;
	color:gold;
}

#header a,#header a:hover{
	color:#cccccc;
	text-decoration: none;
}


/* header 右*/
#header-r {
	float: right;
	width: 240px;
	height: 60px;
	text-align:center;
	vertical-align: bottom;
	padding: 20px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#880000;
}

#header2 {
	float: none;
	width: 900px;
	height: 290px;
	margin: auto;
	text-align:center;
	color:#880d22;
}


/* navi */

#navi {
	float: none;
	width: 900px;
	height: 35px;
	margin: auto;
	padding: 0;
  	overflow: hidden;
	background:#222e39 ;
}



/* navi2 */

#navi2 {
	float: right;
	width: 850px;
	height: 35px;
	margin: 7px 0 0 0;
	text-align: center;
	padding: 0;
	color:#ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
}

#navi2 a {
	color:#f3ac4c;
	text-decoration: none;
}

#navi2 a:hover, #navi a:active {
  	color: #d0345b;
}

#navi2 ul{
	margin: 0;
	padding: 0;
}
#navi2 li{
	text-align:center;
	float:left;
	margin: 0;
	padding: 0 14px 0 10px;
  	font-size: 16px;
  	font-weight: normal;
  	text-transform: lowercase;
}




/* navi2 のアクティブページの時の装飾 */
#biog #navi2 ul li#mBiog a,
#press #navi2 ul li#mPress a,
#concert7 #navi2 ul li#mConcert a,
#concert8 #navi2 ul li#mConcert a,
#concert9 #navi2 ul li#mConcert a,
#concert10 #navi2 ul li#mConcert a,
#concert11 #navi2 ul li#mConcert a,
#audio #navi2 ul li#mAudio a,
#links #navi2 ul li#mLinks a {
	color: #ffffff;
	font-weight: none;
}

.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:#ffffff ;
}



/* menu */
#menu {
	clear: both;
	float: left;
	width: 70px;
	padding: 40px 0 20px 15px;
	text-align:left;
	color:#808080;
	font-family: "メイリオ", Meiryo, Arial, Geneva, Helvetica, sans-serif;
	font-size: 99%;
	font-weight: normal;
	line-height: 280%;
	background-color: #ffffff;
    border-radius: 20px 20px 20px 20px;
}

#menu a,
#menu a:hover {
	color:#4a4a4a;
	text-decoration: none;
}

#menu a:hover, #navi a:active {
	color: #dd3f37;
	font-weight: none;
}



#menu ul{
	margin:0;
	padding:0;
}
#menu li{
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
	font-weight: bold;
}

/* menuのアクティブページの時の装飾 */

#about1 #menu ul li#mProfile a,
#concert1 #menu ul li#mConcert1 a,
#concert2 #menu ul li#mConcert2 a,
#concert3 #menu ul li#mConcert3 a,
#concert4 #menu ul li#mConcert4 a,
#concert5 #menu ul li#mConcert5 a,
#concert6 #menu ul li#mConcert6 a,
#concert7 #menu ul li#mConcert7 a,
#concert8 #menu ul li#mConcert8 a,
#concert9 #menu ul li#mConcert9 a,
#concert10 #menu ul li#mConcert10 a,
#concert11 #menu ul li#mConcert11 a,
#links #menu ul li#mLinks a,
#message #menu ul li#mMessage a {
  color: #dd3f37;
  text-decoration: underline;
  font-weight: bold;
}











/* メイン */

#main {
	float: right;
	width: 800px;
	margin: 0;
	padding: 0 15px 0 0;
	text-align: center;
	font-family: "メイリオ", Meiryo, Geneva, Arial, Helvetica, sans-serif;
	line-height: 140%;
}


#main .body{
	float: none;
	margin: 10px 0 0 0;
	padding:1px 0 5px 10px;
	text-align: left;
	font-size: 91%;
	font-weight: bold;
}


/* メイン左 */

#main .left{
	width:350px;
	float:left;
	overflow:hidden;
	margin: 20px 0 2px 0;
	padding: 1px 1px 1px 1px;
	text-align:left;
	color:#7f634e;
	font-family: "メイリオ", Meiryo, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
}


/* メイン右 */

#main .right{
	float: right;
	width: 440px;
	margin: 20px 0 2px 0;
	padding: 10px 10px 10px 10px;
	text-align:left;
	color:#5e5454;
	font-family: "メイリオ", Meiryo, Geneva, Arial, Helvetica, sans-serif;
	line-height: 160%;
}

#main a,#main a:hover{
	color:#5e5454;
	text-decoration: underline;
}


.right .sample1{
	font-size: 120%;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, 'MS UI GOTHIC', Geneva, Arial, Helvetica, sans-serif;
}

.right .midashi1{
	font-size: 100%;
	font-weight: bold;
	color:#000000;
	font-family: "メイリオ", Meiryo, 'MS UI GOTHIC', Geneva, Arial, Helvetica, sans-serif;
}





.title2
{
position: relative;
padding:3px 10px;
 border-bottom-width:1px;  /* 下境界線 */
  border-bottom-style:dotted;  /* 下境界線の種類 */
  border-bottom-color:#b84817;
  border-left-width:5px;
  border-left-style:solid;
  border-left-color:#b84817;
  background:#ffffff;
width:95%;
text-align:left;
margin-top:10px;
}



#links #content #main .body a{
	color:#5e5454;
	text-decoration: underline
}



.line
{
 border-bottom-width:1px;  /* 下境界線 */
  border-bottom-style:dotted;  /* 下境界線の種類 */
  border-bottom-color:#333;
width:97%;
text-align:left;
}







/* 上に戻る */
.return{
	clear: both;
	font-size: 9pt;
	font-family: "メイリオ", Meiryo, MS UI Gothic;
	color:#5e5454;
	margin: 0;
	padding-left:650px;
	text-decoration: underline;
}

.return a,.return a:hover{
	color:#5e5454;
	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:#5e5454;
	background:#ffffff ;
}

#footer a,#footer a:hover{
	color:#5e5454;
	text-decoration: underline;
}
