A:link {
	text-decoration: none;
	text-decoration: UNDERLINE;
	color: #0066cc;
}
	
A:visited {
	text-decoration: none;
	text-decoration: UNDERLINE;
	color: #0066cc;
}

A:HOVER{
	text-decoration: UNDERLINE;
	color:#ff6600;
}

body,tr,td {
	font-size: 14px;
	line-height: 160%;
　　font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #333;
}

.midasi {
	font-size: 18px;
	line-height: 140%;
	letter-spacing: normal;
	font-weight: bold;
	color:#ffffff;
}

.m12 {
	font-size: 12px;
	line-height: 140%;
	letter-spacing: normal;
	}

.m11 {
	font-size: 11px;
	line-height: 140%;
	letter-spacing: normal;
	}


/* メニュー */

.menu {
	margin-top: 6px;
	width: 164px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border-top: dotted 2px #339999;
	border-right: solid 0px #CC9966;
	border-left: solid 0px #CC9966;
}

.navi {
	display: block;
	width: 164px;
	margin-left: 0px;
	padding: 6px 0px 4px 0px;
	color: #0066ff;
	text-align: left;
	text-indent: 2px;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	background-color: #ffffee;
	letter-spacing: normal;
	border-top: solid 0px #99ccff;
	border-bottom: dotted 2px #339999;
	border-right: solid 0px #99ccff;
	border-left: solid 0px #99ccff;
}

.navi:visited {
	text-decoration: none;
	color: #0066cc;
}

.navi:link {
	text-decoration: none;
	color:#0066cc;
}

.navi:hover { 
	text-decoration: none;
	font-size: 12px;
	color: #ff6600;
	background-color: #ffffee;
	border-top: solid 0px #99ccff;
	border-bottom: dotted 2px #339999;
	border-right: solid 0px #99ccff;
	border-left: solid 0px #99ccff;
}
