@charset "utf-8";
/* CSS Document */

#container {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}



a:link {
	color:#999999;
	text-decoration:none;
}
a:visited {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}



* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container h2 {
	font-size: 14px;
}
.profile {
	font-size: 10px;
	line-height: 12px;
}
#container #footer {
	height: 15px;
	margin-top: 15px;
}

