body {
	background-color: #F0F0F0;
	margin: 0px;
}

.common{
	font-size:12px;
	color:#333333;
	line-height:1.5em;
}

a {
	font-size: 12px;
	color: #669900;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #669900;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #669900;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #669900;
	text-decoration: underline;
}

/*TOPICS*/
.topics {
	font-size: 12px;
	color: #ff430a;
	text-decoration: none;
}
a.topics {
	font-size: 12px;
	color: #ff430a;
	text-decoration: none;
}
a.topics:visited {
	font-size: 12px;
	color: #ff430a;
	text-decoration: none;
}
a.topics:hover {
	font-size: 12px;
	color: #ff430a;
	text-decoration: underline;
}
a.topics:active {
	font-size: 12px;
	color: #ff430a;
	text-decoration: underline;
}

/*ADDRESS*/
.address {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 140%;

}
a.address {
	font-size: 11px;
	color: #b2246c;
	text-decoration: none;
}
a.address:visited {
	font-size: 11px;
	color: #b2246c;
	text-decoration: none;
}
a.address:hover {
	font-size: 11px;
	color: #b2246c;
	text-decoration: underline;
}
a.address:active {
	font-size: 11px;
	color: #b2246c;
	text-decoration: underline;
}

/*MENU*/
.menu {
	background-color: b2246c;
	text-align: center;
}

/*COPYRIGHT*/
.copy {
	font-size: 10px;
	color: #666666;
}

/*リンク：採用*/
.recruit {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.recruit {
	font-size: 11px;
	color: #fe9b00;
	text-decoration: none;
}
a.recruit:visited {
	font-size: 11px;
	color: #fe9b00;
	text-decoration: none;
}
a.recruit:hover {
	font-size: 11px;
	color: #fe9b00;
	text-decoration: underline;
}
a.recruit:active {
	font-size: 11px;
	color: #fe9b00;
	text-decoration: underline;
}