/*ページ全体の指定*/
*{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:100%;
	}
	
body{
	font-size:84%;
	background-color: #ccc;
	background-image: url(img/risu-budou1.gif);
	background-repeat: repeat;
	background-position: center;
}

/*ページ全体のリンク指定*/
a{
	color:#333;
	}
#foot a:hover,a:hover{
	color:#CB8484;
	}
	
	
/*ページの輪郭*/
#flame{
	width: 650px;
	margin:0 auto;
	background-color: #FFFFFF;
}

/*ヘッダ*/
#head{
	width:650px;
	height:160px;
	background:url("img/1982.jpg");
}
	/*タイトルの部分*/
	h1{
		padding:50px 10px 0px 10px;
		font-size:250%;
		font-family:Arial Black,sans-serif;
		color:#CCCCCC;
		}
		
/*ヘッダメニュー*/
	#headmenu ul{
			width:650px;
			height:30px;
			background:url("img/topmenubg1.gif") repeat-x;
			margin-bottom:5px;
			padding-left:1px;
			}
	#headmenu li{
			width:100px;
			height:30px;
			float:left;
			}
		#headmenu a{
				display:block;
				padding-top:7px;
				background:url("img/topmenubg.gif") no-repeat;
				height:23px;
				color:#fff;
				text-decoration:none;
				text-align:center;
				}
		#headmenu a:hover{
				background:url("img/topmenubg-a.gif") no-repeat;
				color:#CB2A2A;
				}
				
/*センターブロック*/
#center{
	width:650px;
	margin-left:1px;
	}
	
/*左のブロック*/
#left{
	width: 200px;
	float: left;
}

.menu{
	width:190px;
	margin:0 5px 5px 5px;
	}
	.menu h3{
		background:#535151;
		padding:3px;
		font-weight:normal;
		color:#fff;
		border-bottom:1px solid #fff;
		}
	.menu li{

		}
	.menu li a{
		display:block;
		width:184px;
		background:#A9A4A4;
		padding:3px;
		border-bottom:1px solid #fff;
		text-decoration:none;
		}
	.menu li a:hover{
		background:#CB8484;
		color:#fff;
		}
		
		
/*右のブロック*/
#right{
	width:450px;
	float: right;
}
.main{
	margin-right:5px;
	}
	h2{
		background:url("img/maintbg.gif") no-repeat;;
		padding:5px 0 0 15px;
		height:20px;
		font-weight:normal;
		}
	.main p{
			margin:0px 10px 10px 10px;
			padding:10px;
			border-bottom:1px dashed #ccc;
			line-height:150%;
			}

/*著作権表示の部分つまりフッタ*/
#foot{
	clear:both;
	width:630px;
	height:77px;
	color:#47484A;
	margin:0 auto;
	padding:5px;
	background:url("img/footbg.gif") repeat-x;
	}

	.both{
		clear:both;
		}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-size: small;
}
