body{
	padding:10px;
	margin:0px;
	background-color:#fff;
	color:#335;
}
a{
	color:#000;
}
a:visited{
	color:#333;
}
a:hover{
	color:#ccc;
	text-decoration:none;
}
/**********************************************************/
h1{
	margin-bottom:70px;
}
.center{
	text-align:center;
	margin:0 auto;
}
.clear{
}
.box{
	width:530px;
	margin-bottom:110px;
}
.image{
	text-align:left;
	border-bottom:1px solid #efeeee;
}
.sm{
	margin-left:30px;
	margin-right:auto;
	border:3px solid #efeeee;
}
.title{
	margin-left:90px;
	margin-top:10px;
}
.date{
	text-align:right;
	font-size:x-small;
	color:#999;
	padding:5px;
}
.comment{
	line-height:220%;
	font-size:small;
	padding:10px;
	margin-left:60px;
	text-align:left;
}
.copyright,.link{
	color:#999;
	font-size:x-small;
}
.copyright{
	text-align:right;
}

