@charset "utf-8";

/*レイアウト*/
#content {
	width: 1000px;
	height: 1250px;
	margin: auto;
	background-color: #FFF;
}
#header {
	margin-bottom: 2px;
}
#topmenu {
	margin-bottom: 2px;
}
#topflash {
	margin-bottom: 2px;
	height: 260px;
}
#topgyouji {
	margin-bottom: 2px;
	height: 170px;
}
#main {
	width: 400px;
	float: left;
}
#main_gyouji {
	width: 1000px;
	float: left;
	margin-left: 10px;
}

#main2 {
	width: 1000px;
	float: left;
	margin-left: 10px;
}
#side {
	width: 500px;
	margin-left: 400px;
	margin-bottom: 20px;
	background-color: #FFF;
}
#footer {
	margin-top: 0px;
}

