@charset "utf-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 86%;
	background-image: url(../top/bg_line.jpg);
	background-repeat: repeat;
	line-height: 140%;
}
img { margin: 0px; padding: 0px; border: 0}
@media screen{
#bg {
	width: 840px;
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 0px;
	background-image: url(../top/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
}
#menu_bar {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 30px;
}
#menu_bar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu_bar li {
	list-style-type: none;
	width: 160px;
	text-align: center;
	background-color: #99FF99;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* リンク指定 */
a { overflow: hidden;}
a img { border: 0;}
a:link { color: #00008b; text-decoration: none;}
a:visited { color: #00008b; text-decoration: none;}
a:hover { color: #0000ff; text-decoration: underline;}
#container {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #cccccc;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
#header {
	margin: 0px;
	padding: 0;
	height: 90px;
	width: 780px;
}
#mainContent h1 {
	font-size: 140%;
	line-height: 180%;
	color: #666600;
}

#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px;
	display: none;
	font-size: 1px;
	line-height: 1px;
}
#mainContent {
	background: #FFFFFF;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent h3 {
	font-size: 140%;
	line-height: 180%;
	color: #666600;
}

#footer {
	background-image: url(../top/foot_line.gif);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p {
	padding-top: 34px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	color: #996600;
	letter-spacing: 1px;
	font-size: 80%;
	line-height: 140%;
	margin: 0;
}
#copyright {
	font-size: 80%;
	color: #666666;
	text-align: center;
	padding-bottom: 3px;
}
.style4 {
	color: #FF9900;
}


#mainContent h2 {
	font-size: 140%;
	line-height: 180%;
	color: #666600;
}
.style1 {
	font-size: x-large;
	font-weight: bold;
	color: #FF9900;
}
.style2 {
	font-size: large;
	font-weight: bold;
	color: #996600;
}
.style5 {color: #339900; }
.h_tittle {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}
#mainContent .h_tittle h2 {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}
.center640 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.torikesi {
	color: #FF0000;
	text-decoration: line-through;
}
.style3 {
	font-size: 120%;
	font-weight: bold;
	color: #993300;
}
.style7 {
	font-size: large;
	line-height: 180%;
	font-weight: bold;
	color: #3333FF;
}
.style8 {
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}
.mojiwaku {
	border: 1px solid #333;
	padding: 5px;
}
