@charset "shift-JIS";
/* CSS Document */

@import "reset.css";

body{
 background-color:#333333;
 font-size:100%;
 line-height:1.2;
}

#container{
	margin:0 auto;
	width:240px;
	border:1px solid #888;
	background-color:#fff;
	font-size:1em;
}

h1{ margin: 0;}

ul{
	margin: 1em 0 1em 2em;
}


