@import url("common.css");
@charset "utf-8";
.ch{
	margin-bottom:20px;
}
#main{
	width:750px;
	height:auto;
}
#cont{
	width:595px;
	height:auto;
	overflow:hidden;
	float:right;
}
#title1{
	height:25px;
	padding-top:20px;
	overflow:hidden;
}
#inbox{
	width:582px;
	height:200px;
	padding-left:14px;
	margin-bottom:15px;
	overflow:auto;
	line-height:16px;
	clear:both;
	
}
#inbox p{
	margin-top:0;
	padding-top:0;
}
#inbox2{
	width:595px;
	height:40px;
	margin-bottom:10px;
	overflow:auto;
	line-height:20px;
	text-align:right;
	clear:both;
	
}

