
@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background: #f9f9f9 url(back.gif); /* 全体の背景（斜線の背景画像） */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#container {
width: 794px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background: url(pageback_780.gif) center top repeat-y; /* コンテナの背景（影の背景画像） */
}

/* --- ページ --- */
#page {
width: 780px; /* ページの幅 */
margin: 0 auto; /* センタリング */
border-bottom: 1px #c0c0c0 solid; /* ページの下境界線 */
}

/* --- ヘッダ --- */
#header {
  margin: 0;
  width: 780px;
  height: 80px;
  border-bottom: solid 3px #000000;
  background-color: #ffffff;
}

#header h1 {
	margin: 0;
	padding: 3px 0 4px 8px;
	border-bottom: solid 1px #cccccc;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	background-color: #009900;
}

#header h2 {
	margin: 0;
	padding: 22px 10px 30px 15px;
	width: 400px;
	text-align: left;
	font-size: 24px;
	color: #000000;
	letter-spacing: 1px;
}


#table-left{
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  text-align: left;
  margin: 0;
  padding: 2px 14px 2px 0;
  font-size: 12px;
  color: #000000;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

#container {
  width: 780px;
  overflow: hidden;
  background-color: #ffffff;
}

/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 780px;
  border-right:  solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
  border-left: solid 2px #c6c6c6;
  background-color: #ffffff;
}

/* --- コンテンツ --- */
#content {
background-color: #ffffff; /* コンテンツの背景色 */
  float: right;
  margin: 0;
  padding: px 0 5px 0;
  font-size: 12px;
  line-height: 180%;
  width: 775px;
  letter-spacing: 1px;
}

#contents h2 {
  margin: 0 0 7px 0;
  padding: 11px 0 10px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #316745;
  background-repeat: no-repeat;
}



#contents p {
  margin: 18px 0 18px 30px;
  padding: 11px 0 10px 12px;
  line-height: 180%;
  font-size: 12px;
  letter-spacing: 1px;
}

table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}





/* --- フッタ --- */
#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 11px;
  color: #333333;
  border-top: solid 2px;
  border-top-color: #000000;
  background-color: #ffffff;
}

#footer a {
  color: #333333;
  font-size: 11px;
 }

#footer a:hover {
  color: #333333;
}
