/* センタリング用 */

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
