/*ページ全体の指定*/

body{
margin:0px;
padding:0px;
font-size:84%;
font-family:Verdana,sans-serif;
background:url("image/top/menubg014.gif") repeat-y left;
		scrollbar-base-color:#ffffff;
		scrollbar-darkshadow-color:#ffffff;
		scrollbar-arrow-color:#9f9f9f;
		scrollbar-highlight-color:#cfcfcf;
		scrollbar-track-color:#ffffff;
		scrollbar-3dlight-color:#ffffff;
		scrollbar-shadow-color:#cfcfcf;
		scrollbar-face-color:#ffffff
}

/*ページ全体のリンク指定*/
a{
	color:#000000;
	}
a:hover{
	text-decoration:none;
	color:#8b0000;
	}
	
	
/*ページの輪郭*/
#flame{
	width:1200px;
}

/*太字*/
.b{font-weight: bold}

/*赤太字*/
.rb{color:#FF0000;
font-weight: bold}

/*赤字*/
.r{color:#FF0000}

/*デカ字*/
.tb{font-weight: bold;
font-size:14px}

/*デカ字-タイトル*/
.title{font-weight: bold;
color:#000099;
font-size:14px}

/*用語*/
.y{font-weight: bold;
color:#000080}

/*意味*/
.i{font-weight: bold;
color:#800080}

/*曲名*/
.k{font-weight: bold;
color:#006400}

/*仮タイトル*/
.kari{font-weight: bold;
color:#8b0000}


/*ヘッダ*/
#head{
	width: 1200px;
	height:180px;
	margin-bottom:0px;
	background:url("image/top/006.png") no-repeat;
	border-bottom:0px solid #ccc;
}
					
/*左のブロック*/
#left{
	width:200px;
	float: left;
}
.menu{
	margin:15px 0px 15px 0px;
	}

h4{
	font-size:100%;
	font-weight:normal;
	width:191px;
	margin:0px;
	padding:3px;
	background:#f0f8e3;　/*ここを変更*/
	color:#000000;
	}
	

h3{
	font-size:100%;
	font-weight:normal;
	width:190px;
	margin:0px;
	padding:3px;
	background:#fff;
	}
	
#left ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	#left li{
		margin:0px;
		padding:0px;
		}
	#left a{
		display:black;
		width:191px;
		text-decoration:none;
		padding:3px;
		}
	#left a:hover{
		background:#f0f8e3;　/*ここを変更*/
		color:#000;
		}

			
/*右のブロック*/
#right{
	width: 1000px;
	float: right;
}

#center{
	width:1000px;
	padding:0px 0px 10px 10px;
	}

	h1{
	font-size:32px;
	}

	h2{
	font-size:100%;
	height:22px;
	background:#F2F2F2;
	border: solid 1px #BABABA;
	padding:1px 0px 0px 12px;
	margin:2px;
	}

	/*本文をくくる*/
	.kiji{
		color:#000;
		margin-bottom:25px;
		}

	p{
		margin:2px;
		padding:5px;
		line-height:125%;
		}

	.table{
		width:100%;
		font-size:14px;
		}
	.table-a{
		font-size:14px;
		}
	.photo1{
		width:180px;
		font-size:14px;
		}
	.photo2{
		width:200px;
		font-size:14px;
		}
	
/*著作権表示の部分つまりフッタ*/
#foot{
	padding:0px;
	width:1000px;
	height:22px;
	font-size:75%;
	padding:3px 0px 0px 0px;
	background:url("image/top/copy7.gif") no-repeat;
	float: right;
	}
	#foot a{
		color:#000;
		text-decoration:none;
		}
	#foot a:hover{
		text-decoration:underline;
		}
/*回り込み解除*/
.both{
	clear:both;
	}
