
		.sample a:nth-of-type(1) {		/*「最近のお話し」のボタン（１番目のボタン）だけ文字色変更*/
			 color: red;
			 background-color: #fcfcaa;
		}



		div.main {				/*本文用ボックス*/
			float: left;
			width: 530px;
			margin-top: 5px;
			/*border: solid 1px;*/		       
			padding: 0px;
			/*background-color: #eeeeee;*/
		}

		div.menue {				/*リスト用ボックス*/
			float: left;
			width: 310px;
			margin-top: 5px;
			/*border: solid 1px;*/
			padding: 0px;
			/*background-color: #eeeeee;*/
		}