@charset "utf-8";
/* CSS Document */

body{
	background:#434343;
	text-align:center;
}
#wrapper{
	width:960px;
	margin:0 auto
}
#jacket{
	border:#CCC solid 1px;
	padding:20px;
	background:#999;
	margin-bottom:10px;
}
#jacket img{
	border:#CCC 1px solid;
}
#niconico{
	background:#f3f3f3;
	padding:10px;
	margin-bottom:10px;
}
#pixiv{
	background:#eefbff;
	padding:10px;
	margin-bottom:10px;
}