@charset "utf-8";
/* CSS Document */

body{
	width:980px;
}
#content{
	width:960px;
	margin-left:10px;
}

h2{
	background:url(image/sozai/haibisukasu.jpg) no-repeat;
	padding-left:35px;
	padding-bottom:2px;
	border-bottom:solid 5px;
	border-bottom-color:#F30;
}

.memo{
	float:left;
	padding-right:10px;
}

.nemo{
	float:right;
	padding-left:10px;
	padding-right:150px;
}

.cbox{
	float:left;
	width:960px;
}
table {
	width:650px;
	border-spacing:15px;
}
hr {
	border:none;
	margin-bottom:120px;
}

footer{
	margin-top:10px;
	padding-top:10px;
	text-align:center;
}