@charset "utf-8";
/* CSS Document */

/*リンク関連*/
a:link {
	text-decoration: none;
	color:#666666;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration:underline;
	color: #FF6600;
}
a:active {
	color:#666666;
}
a.top:link {
	text-decoration: none;
	color:#666666;
	font-size: 10px;
	line-height:120%
}
a.top:visited {
	text-decoration: none;
	color:#666666;
	font-size: 10px;
	line-height:120%
}
a.top:hover {
	text-decoration:underline;
	color:#FF6600;
	font-size: 10px;
	line-height:120%
}
a.top:active {
	color:#FF6600;
	font-size: 10px;
	line-height:120%
}
/*ヘッダーリンク*/
a.header{
	text-decoration: none;
	color:#666666;

}
a:visited.header {
	text-decoration: none;
	color:#666666;
}
a:hover.header {
	text-decoration: none;
	color:#FF9900;
}
/*コンテンツ(左)リンク*/
a.contents_left{
	text-decoration: none;
	font-weight:bold;
	color:#666666;
}
a:visited.contents_left {
	text-decoration: none;
	font-weight:bold;
	color:#666666;
}
a:hover.contents_left {
	text-decoration: none;
	font-weight:bold;
	color:#006699;
}