#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
}
#logo {
	height: 65px;
	width: 360px;
	float: left;
	margin-top: 10px;
}
#gnavi {
	height: 75px;
	width: 440px;
	float: right;
}
#gnavi ul {
	list-style-type: none;
}
#gnavi li {
	float: left;
	margin-top: 20px;
	width: 85px;
}
#gnavi a    {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	text-decoration: none;
}
#gnavi a:active {
	color: #6CC;
}

#footer {
	height: 40px;
	width: 350px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 450px;
	padding-top: 10px;
	border-top: thick solid #6CC;
}
#content1 {
	width: 380px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	padding: 10px;
	float: left;
	clear: both;
}
.clear {
	clear: both;
}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	text-indent: 5px;
}
h3 a {
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	color: #333;
}
h3 a:hover {
	font-weight: bold;
	color: #f06;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	border-left: 10px solid #ece;
	text-indent: 5px;
	border-bottom: thin solid #ece;
}
h3 a img {
	border-width: 0px;
	border-style: none;
}


p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	text-indent: 1.5em;
}
p a {
	text-decoration: none;
	color: #333;
}
p a:hover {
	font-weight: bold;
	color: #F06;
	text-decoration: none;
}


h1 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-style: none;
}
#logo h1 img {
	border-width: 0px;
	border-style: none;
}

body {
	margin: 20px 0px 0px;
}
#content2 {
	width: 380px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	padding: 10px;
	float: right;
}

