/**
 * link
 */
a:link {
	color: #606060;
	text-decoration: none;
}

a:visited {
	color: #606060;
	text-decoration: none;
}

a:hover {
	color: #909090;
	text-decoration: none;
}

a:active {
	color: #909090;
	text-decoration: none;
}

.font1 {
	font-size:93%;
}
.font2 {
	font-size:85%;
}
.font3 {
	font-size:77%;
}

.gray1{
	color:#999999!important;
}

.gray2{
	color:#666666!important;
}
/* kanda 0804 */
.underline {
	text-decoration: underline!important;
}

