@charset "shift_jis";

/* ===========================
     基本設定
=========================== */

body {
	margin: 0px;
	padding: 0px;
	color: #464749;
	background-image: url(../common_img/body_bg.gif);
	background-repeat: repeat-y;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

/* リンク装飾 */
a:link {
	color: #28418F;
	text-decoration: underline;
}
a:visited, a:active {
	color: #28418F;
	text-decoration: underline;
}
a:hover {
	color: #28418F;
	text-decoration: none;
}