﻿#container {
	width: 1000px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #003300;
	background-image: url(../images_k/bg_k.jpg);
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	font-style: normal;
}
#header {
	height: 110px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#menu {
	height: 40px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
}

#main {
	height: auto;
	width: 1000px;
}
#left{
	width:300px;
	float:left;
	}

#right{
	width:700px;
	margin: 0px;
	float:right;
}

#footer {
	width: 1000px;
	clear: both;
	padding-top: 30px;
}

