BODY,FORM{
	padding: 0px;
	margin: 0px;
}
A:link {
	color: #0018C4;
	text-decoration: none;
}
A:visited {
	color: #0018C4;
	text-decoration: none;
}
A:active {
	color: #E81A1A;
	text-decoration: underline;
}
A:hover {
	color: #E81A1A;
	text-decoration: underline;
}

/*------　メニュー　------*/
#search-text{
	width: 200px;
	height: 22px;
	border: solid 2px #7888AC;
}
#search-btn{
	margin-left: 8px;
	background-image: url(img/common/btn_search.gif);
	width: 48px;
	height: 24px;
	border: none;
	line-height: 9999px;
}

/*------　文字サイズ　------*/
.text-12px{
	font-size: 12px;
}
.text-14px{
	font-size: 14px;
}
.text-xsmall{
	font-size: xx-small;
	letter-spacing: 1px;
}
.text-small{
	font-size: x-small;
}
.text-big{
	font-size: small;
}
