/* CSS Document */

@charset "Shift_JIS";


body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font: 13px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
#wrap {
	padding: 30px 20px 20px;
	height: auto;
	width: 700px;
	margin: 150px auto 0px;
	border: 1px dotted #000000;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #990033;
	font-size: 13px;
	text-align: left;
	line-height: 130%;
}
a:visited {
	color: #990033;
}
a:hover {
	color: #990033;
	text-decoration: underline;
}
a:active {
	color: #000000;
}
