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

a:link {
	color: #666;
}
a:visited {
	color: #036;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F60;
}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: 140%;
}
h2 {
	font-size: small;
}

p {
	font-size: small;
	line-height: 140%;
}
#container {
	width: 750px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 750px;
}
#contents {
	width: 750px;
	padding-top: 30px;
}
#main {
	float: left;
	width: 480px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#side {
	float: right;
	width: 220px;
	padding-top: 30px;
}
#footer {
	width: 750px;
	clear: both;
	background-image: url(Images/profile.png);
	background-repeat: no-repeat;
	height: 300px;
}
#copy {
	background-image: url(Images/footer.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	color: #FFF;
	text-align: center;
}
body, h1, h2, p {
	margin: 0px;
	padding: 0px;
}
