﻿@charset "utf-8";/*---------- ページ全体の指定 ----------*/body {  font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;  margin: 0;  padding: 0;  font-size: 12px;  color: #333;  background-image: url(img/back.gif);  background-repeat: repeat-y;  background-position: center;}a:link {  color: #69821b;  font-size: 12px;}a:hover {  color: #99ab4e;  font-size: 12px;}a:visited {  color: #99ab4e;  font-size: 12px;}p {  margin: 20px 0 20px 0;  line-height: 150%;  letter-spacing: 1px;}h1 {  font-size: 12px;  margin: 0;  padding: 2px 3px 0px 3px;  color: #333;}/*---------- メイン ----------*/#main {  margin: 0 auto 0 auto;  padding: 0;  width: 830px;  border-right: solid 2px #c6c6c6;  border-left: solid 2px #c6c6c6;  background-color: #ffffff;}/*---------- ヘッダー ----------*/#header {  margin: 0;  width: 830px;  height: 280px;  background-color: #999999;  font-family:Verdana;  background-image: url(img/head_img.jpg);  background-repeat: no-repeat;}#header h1 {  margin: 0;  padding: 2px 0 3px 10px;  text-align: left;  font-weight: normal;  font-size: 9px;  color: #999999;  background-color: #f3f3f2;}#header h2 {  margin: 0;  padding: 190px 10px 10px 15px;  width: 450px;  text-align: left;  font-size: 14px;  color: #666666;}#table-left{  text-align: left;  font-size: 16px;  color: #333333;  line-height: 150%;  text-decoration: none;}#table-left a{  font-size: 16px;  color: #ffffff;  text-decoration: none;}#table-left a:hover{  font-size: 16px;  color: #6666ff;  text-decoration: none;}#table-right{  height: 130px;  text-align: right;  margin: 0;  padding: 2px 14px 2px 0;  font-size: 15px;  color: #ffffff;  line-height: 150%;  text-decoration: none;}#table-right a{  font-size: 12px;  color: #ffffff;  text-decoration: none;}#table-right a:hover{  font-size: 12px;  color: #6666ff;  text-decoration: none;}#header-menu {  background-color: #333333;  margin: 0;  padding: 17px 0 15px 15px;  background: url(img/head_menu_back.gif) repeat;}#header-menu ul {  text-align: left;  padding-bottom: 1px;  margin: 0px;  width: auto;}#header-menu li {  color: #ffffff;  display: inline;  padding-left: 9px;  padding-right: 5px;  background: url(img/l_icon.gif) no-repeat;}#header-menu a {  color: #ffffff;  text-decoration: none;}#header-menu a:hover {  color: #69821b;}/*---------- コンテンツ ----------*/#container {  margin: 0px;  padding: 6px;  background-color: #ffffff;}/*---------- メインコンテンツ ----------*/#contents {  float: right;  margin: 0;  padding: 5px 2px 0 10px;  line-height: 150%;  letter-spacing: 1px;  width: 585px;}#contents h2 {  margin: 0;  padding: 8px 0 10px 13px;  line-height: 110%;  font-size: 12px;  color: #007700;  background-image: url(img/titlebar.gif);  background-repeat: no-repeat;}#contents p {  margin: 15px 0 30px 0;  line-height: 150%;  letter-spacing: 1px;  width: 565px;}/*---------- メニュー ----------*/#menu {  float: left;  margin: 0 0 15px 0;  padding: 0;  width: 212px;  text-align: left;  background-image: url(img/menu_back.gif);}#menu h2 {  margin: 0;  padding: 6px 0 6px 12px;  line-height: 110%;  font-size: 12px;  color: #fffffc;  background-image: url(img/sidebar.gif);  background-repeat: no-repeat;}.menulist {  margin: 0 0 14px 0;  padding: 5px 2px 0px 5px;  width: 200px;  text-align: left;  background-image: url(img/menu_back.gif);}.menulist h2 {  margin: 0;  padding: 6px 0 6px 12px;  line-height: 110%;  font-size: 12px;  color: #fffffc;  background-image: url(img/sidebar.gif);  background-repeat: no-repeat;}.menulist a{  color: #69821b;  display: block;  border-top: solid 1px #c6c6c6;  border-right: solid 1px #c6c6c6;  border-bottom: solid 1px #c6c6c6;  border-left: solid 1px #c6c6c6;  width: 188px;  padding: 6px 0 5px 10px;  font-size: 12px;  background-color: #f3f3f2;  text-decoration:none; }.menulist a:hover{  color: #99ab4e;  background-color: #ffffff;}#menu p {  margin: 10px 4px 0 4px;  line-height: 150%;}li {  list-style-image: url(img/mark.gif);  margin: 0 0 5px 0;}.menu2 {width: 200px;margin: 0 0 14px 0;padding: 5px 2px 0px 5px;}.menuadv {  margin: 0 0 14px 0;  padding: 5px 2px 0px 5px;  width: 200px;  text-align: left;  background-image: url(img/menu_back.gif);}/*---------- フッター ----------*/#footer {  clear: both;  margin: 0;  padding: 10px 2px 10px 2px;  height: 30px;  text-align: center;  font-size: 10px;  color: #333333;  background-color: #ffffff;}#footer a {  color: #333333;  font-size: 10px; }#footer a:hover {  color: #333333;}/* その他の効果 */.caution {	font-weight:bold;}.warning {	color: #FF0000;	text-decoration:underline;}
