@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #E84040;
	text-decoration: underline;
}

/* CSS Document */

#main {
	background-image: url(images_re/main_back.jpg);
	height: 411px;
	width: 750px;
	margin: -205px 0 0 -375px;
	position: absolute;
	top: 50%;
	left: 50%;
}
#main .info {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: center;
	margin-top: 160px;
	width: 100%;
	position: absolute;
}
#main .address {
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#Contents {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 340px;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}
#Contents h1 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E84040;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 16px;
}
#Contents .LinkBar {
	width: 100%;
	position: absolute;
	top: 320px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

