@charset "UTF-8";
@import url(common.css);

/*エントリ画面*/
#entry{
	width:390px;
	max-height:130px;
	background-color:white;
	border:5px solid #dddddd;
	margin:0px auto;
}

#title{
	width:390px;
	background-color:#8888ff;
	color:white;
	font-size:15px;
	text-align:center;
}

/*本文*/
#main{width:99%;margin:0px auto;background-color:white;}