@charset "UTF-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #cccccc;
	background-color: #111111;
}
h1 {
	font-size: 18px;
	line-height: normal;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
p {
	font-size: 12px;
	line-height: 1.5em;
}

address {
	font-size: 12px;
	font-style: normal;
}
a {
	color: #00CCFF;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color: #666666;
}
a:active {
	color: #FF0000;
}
#coment {
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	margin: auto;
	width: 1000px;
}
#pagetitle {
	padding-left: 10px;
}
#migi {
	text-align: right;
	font-size: 12px;
}
