/* テキストの設定 */
			.menu {  font-size: 10px; line-height: 13px}
			.honbun { font-size: 12px; line-height: 15.5px}
			.midashi { font-size: 14px; line-height: 17px}
			.dai { font-size: 16px; line-height: 19px}



/* 普通のリンク色の設定 */
a { text-decoration:none }
a:link { color: #7D645A }
a:visited { color: #7D645A }
a:hover { color: #CD0000 } 
a:active { color: #CD0000 }
