body {
	background-color: #F3F1EB;
	background-image: url(topimg/info_side.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 12px;
	line-height: 16px;
	color: #55473E;
	margin-top: 4px;
	margin-right: 5px;
}
/* リンク文字色指定 */
a:link {
	color: #6A0021;
	text-decoration: underline;
}
a:visited {
	color: #6A0021;
	text-decoration: underline;
}
a:hover {
	color: #BB3C4B;
	text-decoration: underline;
}
a:active {
	color: #6A0021;
	text-decoration: underline;
}
