/* CSS Document */

body {
	text-align: center;
	font: 12px "MS P ゴシック";
	color:#666;
	margin: 0;
	padding: 0;
}
       
h1{           font-size:12px;
	margin:0px;
	line-height: 120%;
	font-weight: normal;
}
.box{
	margin:auto;
	width:600px;
}
.boxspace{
	width: 600px;
	height: 20px;
}
.left{
	float:left;
	width: 280px;
	text-align:left;
}
.right{
	margin: 0 0 0 300px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	text-align:left;
	line-height: 1.2em;	
}
.susume{
	float:left;
	width: 60px;
}
.comment{
	margin: 0 0 0 65px;
}
.agree{
	font: 10px "MS P ゴシック";
}
	