body{
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#wrapper{
	margin: 0px;
	padding: 0px;
	width: 600px;
}

/*　ヘッダに関するＣＳＳ　*/
#header h1{
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	text-align: left;
	height: 40px;
	padding: 10px 30px;
	margin: 0px;
	background-color: #66ccff;
}

#profile{
	margin: 20px;
	width: 600px;
	line-height: 180%;
	padding: 10px;
	border: solid 2px #66ccff;
}
#profile p{
	font-size: 80%
}
#profile img{
	margin: 10px;
}
#profile h2{
	font-size: 90%;
	margin-top: 30px;
}
#contents{
	margin: 20px;
	width: 600px;
	line-height: 180%;
	padding: 10px;
}
#contents h2{
	font-size: 90%;
	margin-top: 30px;
}
#contents p{
	font-size: 80%
}

#history{
	margin: 20px;
	line-height: 180%;
	border: solid 2px #66ccff;
	padding: 10px;
	width: 600px;
}
#history h2{
	font-size: 120%;
	font-weight: bold;
	color: #0099ff;
	border-bottom: double 2px #0099ff;
	width: 130px;
	text-align: center;
}

.date{
	line-height: 180%;
	vertical-align: top;
	text-align: right;
	font-weight: bolder;
	font-size: 80%;
	width: 100px;
}

.what{
	line-height: 180%;
	vertical-align: top;
	text-align: left;
	font-size: 80%;
	width: 460px;
}

#footer{
	text-align: center;
	width: 600px;
}

/* リンクに関するＣＳＳ */
a{
	text-decoration: none;
	font-weight: bold;
	color: #0066ff;
}
a:visited{
	color: #009966;
}
a:hover{
	color: #ff99cc;
}


