A.menu:link,A.menu:visited { 
	color:#3359cc;
	text-decoration:none;
}

A.menu:hover { 
	color:#ff6666;
	text-decoration: underline;
	background-color:#FFFFCC;
}

A.code:link,A.code:visited { 
	color:#666666;
	text-decoration:none;
}

A.code:hover { 
	color:#ff6666;
	text-decoration: underline;
	background-color:#FFFFCC;
}

/*　メニュー　*/
.text_menu {
	font-size: 84%;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	padding:7px;
	margin-top:10px;
	margin-bottom:15px;
}

/*　メニューコード表　*/
.text_code {
	font-size: 71%;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	padding:3px;
	color:#666666;
}


/* 枠のみ　*/
.waku {
	border-collapse: collapse;
}

/*　強調テーブル　*/
.ten_bottom {
	border-bottom:1px dotted #999999;
}

.magin-top-bot {
	margin-bottom:15px;
	margin-top:15px;
}

.margin-top-bot-05em {
	margin-bottom:0.5em;
	margin-top:0.5em;
}

.margin-top-05em{
 margin-top:1em;
}

.margin-bot-05em{
 margin-bottom:1em;
}

.underline{
	text-decoration:underline;
}

.margin-top-bot-1em {
	margin-bottom:1em;
	margin-top:1em;
}


