/* 文字 */
body,td,th {
	font-size: 12px;
	line-height: 18px;
	color: #4D4D4D;
}
a:link {
	color: #4D4D4D;
	text-decoration: underline;
}
a:visited {
	color: #4D4D4D;
	text-decoration: underline;
}
a:hover {
	color: #1A1A1A;
	text-decoration: none;
}
a:active {
	color: #4D4D4D;
	text-decoration: underline;
}
h1, h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}

/* レイアウト */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FBF9F3;
}