@charset "utf-8";
/* CSS Document */
/*---------- ページ全体の指定 ----------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333333;
	border-top: solid 2px #99ab4e;
	background-image: url(img01/background01.jpg);
	background-repeat: repeat;
}


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
	color: #339900;
	font-size: 13px;
}

a:hover {
	color: #CC66CC;
	font-size: 13px;
}



p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

img {
  border: 0;
}
/*---------- ヘッダー ----------*/

#header {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 40px;
	text-align: center;
}

#header h1 {
	margin: 0;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
}

#header h2 {
	margin: 0;
	text-align: left;
	font-size: 20px;
	color: #CC3300;
	letter-spacing: 1px;
	float: right;
	padding-top: 24px;
	padding-right: 10;
	padding-bottom: 0;
}

#header p {
  margin: 0;
  padding:  4px 0 0 10px;
  text-align: left;
  font-size: 13px;
  color: #444444;
  letter-spacing: 1px;
}

/*---------- コンテンツ ----------*/

#container {
	width: 100%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-image: none;
	margin: 0;
	clear: both;
}

/*---------- メインコンテンツ ----------*/

#contents {
	font-size: 13px;
	width: 900px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 180%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	background-color: #FFF;
	margin: auto;
}

#main_picture {
	font-size: 16px;
	background-image: url(img01/topgazou.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 350px;
	width: 900px;
	color: #F00;
	padding-left: 20px;
	padding-top: 15px;
}


/*---------- フッター ----------*/

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 22px 0 19px 0;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 180%;
	background-image: none;
}


#pannavi {
	margin-bottom: 50px;
	margin-top: 0px;
	padding-left: 10px;
}
.date {
	font-size: 16px;
}
#main_contents {
	padding-left: 10px;
}
.red15 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #F00;
}
.red20 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F30;
	text-decoration: underline;
}
