@charset "utf-8";

/*すべてのページ共通のスタイルシート*/

body {
	line-height: 16px;
	margin-top: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	width: auto;
	background-image: url(background.gif);
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#path {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	width: 655px;
}
#link {
	padding: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	width: 650px;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
table {
border-collapse: collapse;
}

