@charset "utf-8";

body{
text-align:center;
font-family: Century Gothic,Meiryo, sans-serif;
}

#wrap{
width:500px;
margin:0 auto;
}

#head {
padding:10px 0 20px 0;
}

#navi {
border-bottom:solid 1px #333;
}

.post {
	padding:5px 0;
}

#foot {
border-top:solid 1px #333;
text-align:center;
padding:10px;
}
