@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 1;
  font-size: 13px;
  color: #333333;
  background-image: url(img/back.gif);
  background-repeat: repeat-x;
  border-top: solid 3px #82ae46;
}


/* 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: #69821b;
  font-size: 13px;
}

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

a:visited {
  color: #69821b;
  font-size: 13px;
}

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


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

#main {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	background-color: #FFFFE4;
}



/*---------- ヘッダー ----------*/

#header {
	margin: 0;
	width: 1000px;
	height: 130px;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #FFFFCC;
}

#header h1 {
  margin: 0;
  padding: 2px 0 0 5px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #999999;
}

#header h2 {
  margin: 0;
  padding: 1px 0 2px 20px;
  width: 400px;
  text-align: left;
  font-size: 20px;
  color: #666666;
  letter-spacing: 1px;
}

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

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

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

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

#table-right{
  text-align: right;
  margin: 0;
  padding: 0 20px 2px 0;
  font-size: 16px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

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

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

#header #header-menu {
	background: url(img/head_menu_back.gif);
	background-repeat: repeat-x;
	border-top: solid 2px #cccccc;
	border-right: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	border-left: solid 2px #cccccc;
	text-align: left;
	width: auto;
	height: 34px;
	line-height: 190%;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 24px;
	margin-bottom: 0px;
}

#header #header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  padding: 0px
}

#header #header-menu li {
  color: #fffffc;
  display: inline;
  padding-left: 16px;
  padding-right: 11px;
  background: url(img/l_icon.gif) no-repeat;
  background-position: left center;
}

#header #header-menu a {
  color: #fffffc;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

#header #header-menu a:hover {
  color: #eeeeee;
  font-size: 13px;
  text-decoration: underline;
}

.header-img {
	width: 1000px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.header-img-slim {
  width: 1000px;
  margin: 8px 0 0 0;
  text-align: center;
}


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

#container {
	width: 987px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding: 7px 6px 6px 5px;
	background-color: #DEDDDD;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #dddddd;
	border-left-width: thin;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



.line img {
	border: thin double #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	margin: 4px;
}




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

#contents {
	float: right;
	margin: 0;
	padding: 5px 5px 5px 0;
	font-size: 13px;
	width: 750px;
	text-align: left;
	letter-spacing: 1px;
	background-color: #FFFFFF;
}

#contents #pannavi {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 12px;
}

#contents h2 {
  height: 29px;
  margin: 0 0 7px 0;
  padding: 11px 0 0 24px;
  font-size: 14px;
  color: #69821b;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 8px;
  line-height: 25px;
  font-size: 13px;
}

#contents a {
  color: #69821b;
  font-size: 13px;
}

#contents a:hover {
  color: #99ab4e;
  font-size: 13px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

#contents p.back {
  margin: 0;
  padding: 0;
  text-align: right;
}


table#t01 {
  border: 1px none #cccccc;
  border-collapse: collapse;
}


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


td#head {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	background-image: url(img/main_block_bg.gif);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 15px;
}


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


td.table_line {
	border-collapse: collapse;
	border: solid 1px #999999;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 220px;
  text-align: left;
  letter-spacing: 1px;
}

.menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menulist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menulist li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
}

.menulist h2 {
	height: 20px;
	margin: 0;
	padding: 8px 0 7px 28px;
	font-size: 13px;
	color: #fffffc;
	background-image: url(img/sidebar.gif);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC33;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}

.menulist a{
  color: #69821b;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #dddddd;
  padding: 8px 4px 3px 30px;
  font-size: 13px;
  line-height: 190%;
  text-decoration: none;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

.menulist a:hover{
  color: #99ab4e;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

.menu_free {
  margin: 0 0 14px 5px;
  padding: 0;
  width: 210px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menu_free h2 {
	height: 20px;
	margin: 0;
	padding: 8px 0 7px 24px;
	font-size: 13px;
	color: #fffffc;
	background-image: url(img/sidebar.gif);
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC33;
	border-bottom-color: #666666;
}

.menu_free a{
  color: #69821b;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
 }

.menu_free a:hover{
  color: #99ab4e;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 180%;
}


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

#footer {
	clear: both;
	width: 1000px;
	margin: 0;
	text-align: center;
	font-size: 13px;
	color: #555555;
	background-color: #dddddd;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#footer a {
  color: #555555;
  font-size: 13px;
 }

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

/*---------- フォント ----------*/



.style1 {
	color: #000000;
	font-weight: bold;
}
.style2 {
	color: #A68700;
	font-weight: bold;
	font-size: 13px;
}
