
body {
	background-color: #EEE7D6;
	width: 100%;
	position: relative;
	background-image:url(ichizen.gif);
}

/* リンクの設定　*/
a:link {
	font-size: medium;
	color: #0000FF;
}

a:visited {
	font-size: medium;
	color: #FF0000;
}

a:hover {
	font-size: medium;
	color: #0000FF;
	background-color: #FFEE9B;
}

a:active {
	font-size: medium;
	color: #0000FF;
	background-color: #FFD91D;
}

img {
	border: 0px;
}

	/*　背景　Info時代の名残。Bodyと統合するほうがスマート？*/
	.base {	
		width:100%;
		height:100%;
		position:relative;
	}
	
	p {
		background-color: #FFF8E7; 
		text-align: center;
		color: #000000;
		text-align:	left;
		text-indent: 1em;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
		line-height: 140%;
	}
	
	/*	左のボックス	*/
	.menu {
		text-align: center;
		width: 250px;
		border-style:solid;
		border-width:2px;
		border-color: #9966FF;
		background-color: #FFF8E7;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	/*	メニューボックス　*/
	.menu-contents {
		margin:5px;
	}

	/*	カウンター説明文　*/
	.access-counter-text {
		text-align: left;
	}

	/*	カウンター画像	*/
	.access-counter {
		text-align: left;
	}
	
	
	/*	メニュー題字前後のマーク　*/
	/*　▼　Menu　▼　などと使用する*/
	.menu-decolate-mark {
		color: #599528;
		font-size: medium;
	}
	
	/*　分類のテキスト　*/
	/*　▼　Menu　▼　のMenu部分が該当*/
	.menu-genre {
		color: #FF0000;
		font-weight: bold;
	}
	
	/*	メニュー項目　*/
	.menu-main-contents {
		position: relative;

		display: block;
		color: #000000;
		line-height: 1.25;
		line-height: 140%;
		margin-top: 5px;
		
		
	}
	
	 .menu-contents {
		margin-top: 10px;
		margin-bottom: 10px;
		
		left: auto;
		right: auto;
		
	 }
	 
	/*	右のメイン部分	*/
	.main {		
		border-style:solid;
		border-width:2px;
		border-color:#9966FF;
		
		position:absolute;
		left:260px;
		top:0px;
		text-align: center;
		
	}
	
	/*　メイン部分の最上段部分。mainが親　*/
	.main-top-text {
		padding: 10px;
		background-color: #FFF8E7;
		border-color: #9966FF;
		border-style: solid;
		border-width: 2px;
		line-height: 140%;
		margin: 10px;
		
	}
	
	/*　メイン部分の背景。mainが親　*/
	.main-back {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	

	/*　トップページで右フレームに表示する情報エリア　*/
	.InfoBox {
		text-align: center;
		background-color: #9966FF; 
		border-color: #9966FF;
		border-style: solid;
		border-width: 2px;
		margin-top: 10px;
		
	}
		
		/*　タイトルエリア　*/
		.InfoTitle {
			text-align: center;
			
			background-color: #9966FF; 
			color: #000000;
			text-align:	center;
			padding: 2px;
		}
		
		/*　タイトルの前後に付加される■の設定*/
		.InfoTitleMarker {
			color: #FFFFFF;
		}
		
		/*　タイトルの本文　*/
		.InfoTitleText {
			color: #FFFFFF;
			font-weight: bold;
		}
		
		/*　コメントエリア　*/
		.InfoComment {
			text-align: center;
			background-color: #FFF8E7; 
			color: #000000;
			text-align:	center;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 13px;
			padding-bottom: 6px;

			
		}
		
		/*　コメントの前後に付加される▼の設定*/
		.InfoCommentMarker {
			color: #FFCCFF;
		}
		
		/*　コメント本文　*/		
		.InfoCommentText {
			color: #FF66FF;
			font-weight: bold;
	
		}
		
		/*　テキストエリア　*/
		.InfoText {
			background-color: #FFF8E7; 
			text-align: center;
			color: #000000;
			text-align:	left;
			text-indent: 1em;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 3px;
			padding-bottom: 3px;
			line-height: 140%;
		}
		
		/*　更新日の設定　*/
		.InfoUpdate {
			background-color: #FFF8E7; 
			text-align: center;
			color: #000000;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
	dt {
		margin-top: 10px;
	}