/* ページのレイアウト用CSS */
body {
	text-align:center;
	background-color:#000000;
}

h1 {
	background-image: url(../images/titletop.gif);
	background-repeat:no-repeat;
	background-position:center 25px;
	height:235px;
	color:#FFFFFF;
	padding-bottom:10px;
	}

#contents {
	width:700px;
	margin:5px auto;
	text-align:left;

}

#main {
	width:300px;
	height:196px;
	margin-top:0px;
	margin-left:10px;
	background-image: url(../images/topicon.gif);
	background-repeat:no-repeat;
	float:left;
}

#side {
	width: 360px;
	margin-top:0px;
	margin-left: 320px;
	margin-bottom:30px;
	text-align:left;
}

