@charset "utf-8";

.header {
	height: 15px;
	width: 590px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 8pt;
	color: #666;
	padding-top: 5px;
}

.header a {
	color: #666;
	text-decoration: underline;
}
.header a:hover {
	color: #F30;
	text-decoration: underline;
}

.title- {
	height: auto;
	width: 600px;
}
.contents {
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 11pt;
	line-height: 20pt;
	color: #484848;
	padding: 0px;
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contents p {
	padding-left: 25px;
}

.contents li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
}
.contens ul {
	margin: 0px;
	padding: 0px;
}
.table- {
	height: auto;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
.infoAdr{
	width: 80%;
	margin: 30px auto;
	padding:15px;
	border: 3px solid orange;
	font-size:20px;
	line-height: 35px;
	text-align: center;
}
.infoAdr a{
	color:inherit;
}