/* index.css Document */

/*画面下部のリンク色設定*/
a.maplink_a{
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#666666
}
a.maplink_a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#666666
}
a.maplink_a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#6699FF
}
a.maplink_b{
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#666666
}
a.maplink_b:visited {
	text-decoration:none;
	font-weight:bold;
	color:#666666
}
a.maplink_b:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#6699FF
}
.linkarrow {
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#666666
}
.linkarrow2 {
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#CCCCCC
}


/*画面下部のテキスト、背景設定*/
.top_text {
	font-size:12px;
	font-weight:normal;
	font-family:"ＭＳ ゴシック", "Osaka−等幅",sans-serif;
	color:#333333;
	border-bottom:1px solid #CCCCCC
}
.top_head {
	background-color:#CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
