@charset "utf-8";



body  {

	background: #E0FFEF;

	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */

	padding: 0;

	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */

	color: #000000;

	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}



/*ページ外側　中央揃え*/

#container {

	width: 800px;  /* これにより、幅がブラウザの幅の 800px のコンテナが設定されます */

	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */

	border: 0px;

	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	height: auto;

} 



/*ヘッダ*/

#header {

	margin: 0px;

	padding: 0px;

	float: left;

}



/*検索フォーム*/

#header  form {

	float: right;

	height: auto;

	width: auto;

	font-size: 14px;

	text-align: right;

	padding-top: 5px;

	padding-right: 10px;

	padding-bottom: 0px;

	padding-left: 0px;

	font-weight: bold;

}





/*タイトルイメージ*/

h1 {

	margin: 0px;

	padding: 0px;

	height: 250px;

	width: 800px;

}



/*サブタイトル*/

h2 {

	margin: 0px;

	padding: 0px;

	height: 29px;

	width: 800px;

}



/*本サイトについて*/

#about {

	float: left;

	height: auto;

	width: 529px;

	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #0F926E;

	padding-top: 10px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 10px;

	position: relative;

	background-color: #FFFFFF;

	font-size: 14px;

	line-height: 21px;

}



/*本サイトについて　重要項目枠*/

#about #important {

	padding: 5px;

	height: auto;

	width: 515px;

	border: 2px solid #008B65;

	margin-top: 10px;

	margin-bottom: 10px;

}



/*本サイトについて　リンク項目設定*/

#about a:link {

	font-weight: bold;

}

#about a:visited {

	font-weight: bold;

}

#about a:hover {

	font-weight: bold;

}

#about a:active {

	font-weight: bold;

}



/*更新履歴*/

#history {

	float: left;

	width: 230px;

	position: relative;

	height: auto;

	padding: 10px;

	background-color: #FFFFFF;

	font-size: 12px;

	line-height: 18px;

}



/*更新履歴　日付*/

#history #day {

	font-weight: bold;

	color: #008B65;

}



/*更新履歴　ワンセット*/

#history p {

	margin-top: 0px;

	margin-bottom: 10px;

}



/*フッタ　リンク部分*/

#footer_link {

	background-color: #C8F0DB;

	text-align: center;

	clear: left;

	height: auto;

	width: 800px;

	font-size: 12px;

	padding-top: 5px;

	padding-bottom: 5px;

}



/*フッタ　コピーライト部分*/

#footer {

	background-color: #008B65;

	background-image: url(../images_common/copyright.gif);

	background-repeat: no-repeat;

	background-position: right;

	height: 23px;

	width: 800px;

}


