@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(../images/background/bg_main.gif);
}
#top {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	overflow: auto;
}
#bottom {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#path {
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	width: 655px;
}
#link {
	padding: 5px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	width: 650px;
}
.history {
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	height: 22px;
}
.history .back {
	background-color: #F2F2F2;
	width: 320px;
	float: left;
	padding: 5px;
}
.history .forward {
	background-color: #F2F2F2;
	float: right;
	width: 320px;
	padding: 5px;
	text-align: right;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	background-color: #FFF;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
}
