/*メインコンテンツ
------------------------------*/
#main{
	width: 1000px;
	margin-bottom: 20px;
}


/*トップ
------------------------------*/
#top{
	width: 1000px;
	margin-bottom: 40px;
}

#top .comment{
	text-align: center;
	font-size: 150%;
	margin-top: 100px;
	margin-bottom: 100px;
}

#top .img{
	text-align: center;
}
	

/*更新履歴
------------------------------*/
#update{
	margin-bottom: 60px;
	width: 1000px;
}

#update h2{
	text-align: center;
	font-size: 150%;
	margin-bottom: 10px;
}

#update dl{
	margin: 0 auto;
	padding: 5px;
	overflow: scroll;
	width: 400px;
	height: 200px;
	border: #0000CC 1px solid;
	line-height: 1.3;
} 

#update dt{
	color: #4F4FFF;
	font-weight: bold;	
}

#update dd{
	margin-bottom: 1em;
}

#update dd .important{
	font-weight: bold;
}

/*Twitter
------------------------------*/
#twitter{
	text-align: center;
	margin-bottom: 60px;
}


/*過去のホームページ
------------------------------*/
#oldpage{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 80px;
}

#oldpage a{
	text-decoration: none;
	color: #000000;
}

#oldpage a:hover{
	color: #FF0000;
	text-decoration: underline;
}