BODY{
	font-size: 14px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}
/*H1{
	font-size: 100%;
	padding: 0px 15px;
	background: #E4DAD3;
	margin: 5px 12px 2px 12px;
	color: #993333;
}*/
H2{
	background-image: url(img/button.gif); 
	background-repeat: no-repeat;
	background-color: #CBE3B2;
	margin: 0px 5px 5px 5px;
	padding: 5px 5px 5px 25px; 
	font-size: 18px;
	color: #666633;
}
/*全頁共通メニュー*/
#menu {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 160px;
	font-size: 14px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#menu li {
	margin: 0px;
	padding: 0px;
}
#menu a {
	width: 160px;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	font-weight: bold; 
	color: #FFFFFF;
}
#menu a:hover {
	background-color: #CBE3B2;
	width: 160px;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	font-weight: bold; 
	color: #666633;
}

.menu_bg {
	background: url(img/menu_bg.gif) repeat-y; 
}
/*通常リンク*/
A{
	color: #666633;
	text-decoration: underline;
}
A:LINK{
	color: #666633;
	text-decoration: underline;
}
A:ACTIVE{
	color: #666633;
	text-decoration: underline;
}
A:VISITED{
	color: #666633;
	text-decoration: underline;
}
A:HOVER{
	color: #DC5353;
	text-decoration: underline;
}
/*画像回り込み*/
.img_r{
	float: right; 
}
.img_l{
	float: left; 
	margin: 0px 25px 0px 0px;	
}
/*トップページ内テーブルメニュー*/
#navi a {
	width: 45px;
	text-decoration: none;
	font-weight: bold; 
	color: #FFFFFF;
}
#navi a:hover {
	width: 45px;
	background-color: #CBE3B2;
	text-decoration: none;
	font-weight: bold; 
	color: #666633;
}
#navi .txt a {
	width: 200px;
	text-decoration: none;
	font-weight: normal ; 
	color: #333333;
}
#navi .txt a:hover {
	width: 200px;
	background-color: #CBE3B2;
	text-decoration: none;
	font-weight: normal; 
	color: #666633;
}


/*リニューアル前からのもの（文字設定）*/

.K10 { font-size: 10px; line-height: 140%}
.K12 { font-size: 12px;  line-height: 140%}
.K14 { font-size: 14px;  line-height: 140%}
.K16 { font-size: 16px;  line-height: 140%}
.K18 { font-size: 18px;  line-height: 140%}
.K20 { font-size: 20px;  line-height: 140%}
.KB10 { font-size:10px}
.KB12 { font-size:12px}
.KB14 { font-size:14px}
.KB16 { font-size:16px}
.KB18 { font-size:18px}
.KB20 { font-size:20px}
