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

body{
	padding:0;
	background: #EEEEEE;
}
#all{
	width:320px;
	background: #EEEEEE;
	padding:0;
	-webkit-border-radius:0px;
}

#header {
	width:300px;
	height:118px;
}
#header h1 a{
	margin:10px 0 0 10px;
}
nav{
	margin:20px 0 0 10px;
}
.post{
	width:300px;

	margin-left:10px;
	float:none;
}
.posttop{
	width:300px;
	padding-top:10px;
	background:url(../images/commons/contents_top.jpg) top left no-repeat;
}

