*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}


body{
	margin: 10px;
	background:#ffffff;
	color:#4a4a4a;
	overflow-y:scroll;
	text-align:center;
}

a, a:hover{
	color:#4a4a4a;
	text-decoration: underline;
}

#box {
	width: 800px;
	margin: auto ;
	text-align:left;
	background:#ffffff;
}

#header {
	float: none;
	width: 700px;
	height: 45px;
	margin: auto;
	text-align:left;
	padding: 1px 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: 400px;
	height: 40px;
	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:#ffffff;
}

#header a,#header a:hover{
	color:#000000;
	text-decoration: none;
}


/* header 右*/
#header-r {
	float: right;
	width: 80px;
	height: 40px;
	margin: auto;
	text-align:right;
	vertical-align: bottom;
	padding: 2px 10px 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#880000;
	background:#ffffff;
}

#header-r a,#header-r a:hover{
	color:#c5beae;
	text-decoration: underline;
}
/* navi */

#navi {
	float: none;
	width: 700px;
	height: 30px;
	margin: auto;
	text-align: center;
	padding: 0;
	background:#ffffff;
  	overflow: hidden;
}



/* navi2 */

#navi2 {
	float: none;
	width: 700px;
	height: 30px;
	margin: auto;
	text-align: center;
	padding: 0;
	color:#4a4a4a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	background:#ffffff;
}

#navi2 a {
	color:#999999;
	text-decoration: none;
}

#navi2 a:hover, #navi a:active {
  color: #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
}

#navi2 ul{
	margin: 0;
	padding: 0;
}
#navi2 li{
	text-align:center;
	float:left;
	list-style-type:none;
	margin: 0;
	padding: 0 22px 0 0;
  	font-size: 14px;
  	font-weight: bold;
  	text-transform: uppercase;
}

/* navi2 のアクティブページの時の装飾 */
#biog #navi2 ul li#mBiog a,
#concert #navi2 ul li#mConcert a,
#piano #navi2 ul li#mPiano a,
#news #navi2 ul li#mNews a,
#diary #navi2 ul li#mDiary a,
#contact #navi2 ul li#mContact a,
#audio #navi2 ul li#mAudio a,
#links #navi2 ul li#mLinks a {
  color: #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
}


/* コンテンツ */
#content {
	float: none;
	clear: both;
	width: 700px;
	text-align: left;
	overflow:hidden;
	margin: auto;
	padding: 0;
	background:#ffffff;
}


/* メイン */

#main {
	float: none;
	width: 700px;
	margin: auto;
	padding: 0;
	text-align: left;
	overflow:hidden;
	color:#4a4a4a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	background:#ffffff ;
}


#main .body{
	float: none;
	margin: auto;
	padding:0 ;
	overflow:hidden;
	text-align: left;
}




/* メイン下 */

#main .unten{
	float: none;
	width: 700px;
	margin: 0;
	padding: 0;
	text-align:left;
	color:#4a4a4a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	background:#ffffff ;
}

#main .sample1{
	font-size: 120%;
	font-weight: bold;
}




#main .list1{
	list-style-type: circle;
	list-style-position: outside;
}

#main .list2{
	list-style-type: disc;
	list-style-position: outside;
}


#links #content #main .unten a{
	color:#333333;
	text-decoration: underline
}

#contact #content #main .unten a{
	color:#c1c1c1;
	text-decoration: none
}





/* 上に戻る */
.return{
	clear: both;
	font-size: 10pt;
	font-family: MS UI Gothic;
	color:#ffffff;
	margin: 0;
	padding-left:550px;
	text-decoration: underline;
}

.return a,.return a:hover{
	color:#c1c1c1;
	text-decoration: underline;
}

/* フッター */

#footer{
	clear: both;
	text-align:center;
	margin: 0;
	padding:10px 0 5px 0;
	height: 35px;
	font-size: 10pt;
	font-family: Arial;
	color:#999999;
	background:#ffffff;
}

#footer a,#footer a:hover{
	color:#333333;
	text-decoration: underline;
}

