@charset "shift_jis";


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

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background-image: url(img/bk_page.jpg);
}

a:link {
  color: #5b4639;
  font-size: 12px;
  text-decoration: none;
}

a:hover {
  /*color: #419d00;*/
  color: #ff0000;
  font-size: 12px;
}

a:visited {
 /*color: #5b4639;*/
  color: #aa0000;
  font-size: 12px;
}

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

/*---------- iframeの指定 ----------*/

#content iframe head body p .text{
margin: 0px 0 10px 0;
  padding: 0 5px 0 5px;
  line-height: 190%;
  letter-spacing: 1px;
}

.info{
margin:0px 0px 0px 10px;
}



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

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


#main img.head_photo {
  margin: 0;
}


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

#header {
  margin: 0;
  width: 900px	;
  height:130px;
  //border-bottom: solid 3px #419d00;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#header h1 {
  margin: 0;
  padding: 3px 0 4px 8px;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
  background-image: url(img/h_back.jpg);
  height:13px;
}

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


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

#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: right;
  margin: 0;
  padding: 5px 18px 2px 0;
  margin:80px 18px 0px 0px;
  font-size: 12px;
  color: #663300;
  line-height: 200%;
  letter-spacing: 1px;
  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;
}


#header-menu {
  width: 885px;
  /* height: 25px; */
  background-color: #333333;
  margin: 0px;
  padding: 10px 0 10px 15px;
  background: url(img/head_menu_back.jpg);
  background-repeat: repeat-x;
  text-align: left;
  width: auto;
}

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

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

#header-menu a {
  font-size: 18px;
  color: #5b4639;
  text-decoration: none;
}

#header-menu a:hover {
  font-size: 18px;
  color: #419d00;
}


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

#container {
  width: 900px;
  overflow: hidden;
  margin: 0px;
  padding: 5px 0 20px 0;
  background-color: #ffffff;
}


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

#contents {
  float: right;
  margin: 0 6px 0 0;
  padding: 5px 6px 30px 2px;
  font-size: 12px;
  line-height: 190%;
  letter-spacing: 1px;
  width: 640px;
}

#contents h2 {
  margin: 0 0 0px 0;
  padding: 11px 0 0px 24px;
  line-height: 110%;
  font-size: 12px;
  color: #5b4639;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
  width:635px;
  height:33px;
}

#contents p {
  margin: 0px 0 10px 0;
  padding: 0 5px 0 5px;
  line-height: 190%;
  letter-spacing: 1px;
  width: 370px;
  float:left;
}

#contents table .from {
  vertical-align: top;
}

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

#contents img.photo {
  float: left;
  margin: 6px 0 15px 0;
}

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

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

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

#in_contents {
  background-color: #FFFFFF;
  font-size: 12px;
  line-height: 190%;
  letter-spacing: 1px;
  width: 640px;
}

#in_contents h2 {
  margin: 0 0 0px 0;
  padding: 11px 0 0px 24px;
  line-height: 110%;
  font-size: 12px;
  color: #5b4639;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
  /* width:616px; */
  height:33px;
}

#in_contents p {
  margin: 0px 0 10px 0;
  padding: 0 5px 0 5px;
  line-height: 190%;
  letter-spacing: 1px;
  width: 370px;
  float:left;
}

#in_contents table .form {
  vertical-align: top;
}


/*--------*/

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;
}

#news {
  width: 610px;
  height: 130px;
  overflow: auto;
  background-color: #ffffff;
  padding: 10px 5px 5px 15px;
  margin: 15px 0 15px 0;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #999999;
}

#access{
float:left;
width:280px;
}

#map_canvas{
margin:0px 0px 0px 20px;
}


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

#menu {
  float: left;
  margin: 0px 0 5px 0;
  padding: 0 0 0px 0;
  width: 228px;
  letter-spacing: 1px;
  text-align: left;
  background-image: url(img/menu_back.jpg);
}

#menu h2 {
  margin: 0 0 2px 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #ffffff;
  background-image: url(img/sidebar.jpg);
  background-repeat: no-repeat;
}


.menulist {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 8px;
  width: 215px;
  text-align: left;
  background-image: url(img/menu_back.jpg);
}

.menulist #doga{
  float: left;
  /* background-image: url(img/menu_back.jpg); */
  width:180px; 
}

.menulist #doga a{
  font-size: 14px;
  color:#0066cc;
  _font-size: 12px;
  _width: 150px; /*追加*/
}

.menulist #doga a:hover{
  font-size: 14px; 
  color:#419d00;
  _font-size: 12px;
  _width: 150px; /*追加*/
}



.menulist #doga2{
   float: right; 
  /* margin:3px 0px 0px 0px; */
   margin:1px 0px 1px; 
}


.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: #5b4639;
  display: block;
  border-bottom: solid 1px #419d00;
  width: 191px;
  padding: 10px 0 9px 24px;
  font-size: 12px;
  background-image: url(img/side_menu_bk.jpg);
  background-repeat: no-repeat;
 }

.menulist a:hover{
  color: #419d00;
  background-image: url(img/side_menu_bk_hover.jpg);
  background-repeat: no-repeat;
}


.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 8px;
  width: 215px;
  text-align: left;
  letter-spacing: 1px;
  background-image: url(img/menu_back.jpg);
}

.menu_free 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;
}

.menu_free a{
  color: #663300;
  width: 203px;
  padding: 6px 0 5px 0;
  font-size: 12px;
 }

.menu_free a:hover{
  color: #765c47;
}

.menu_free p{
  margin: 10px 4px 0 4px;
  font-size: 12px;
  line-height: 190%;
  letter-spacing: 1px;
  background-color: #ffff;
}

#menu p {
  margin: 10px 4px 0 4px;
  line-height: 190%;
}

#menu img.side_photo {
  margin: 8px 0 0 6px;
}

/*---------- PDF ダウンロード案内 ----------*/

#get_adobe_reader {
  padding:5px;
  height:50px;
  background-color:#cccccc;
}

#adobe_reader_logo {
  float:left;
  width:120px;
}

#adobe_reader_comment {
  float:right;
  width:510px;
}

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

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 18px 0 18px 0;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  border-top: solid 3px;
  border-top-color: #c6c6c6;
  background-color: #419d00;
}

#footer a {
  color: #ffffff;
  font-size: 12px;
 }

#footer a:hover {
  color: #5b4639;
}

/* ---- パーツ ---- */

.attention
{
	color: #ff0000;
}

input[type="text"] {
border:1px solid #000000;
}
input[type="password"] {
border:1px solid #000000;
}

label.inline_block {
 display: inline-block;
 width:23px;
 text-align: right;
}

/*FORM*/
.box3 { width: 33px; }	/*W3*/
.box4 { width: 36px; }	/*W4*/
.box6 { width: 54px; }	/*W6*/
.box7 { width: 60px; }	/*W7*/
.box10 { width: 82px; }	/*W10*/
.box11 { width: 88px; }	/*W11*/
.box16 { width: 125px; }	/*W16*/
.box20 { width: 152px; }	/*W20*/
.box25 { width: 187px; }	/*W25*/
.box30 { width: 222px; }	/*W30*/
.box33 { width: 243px; }	/*W33*/
.box35 { width: 257px; }	/*W35*/
.box40 { width: 292px; }	/*W40*/
.box45 { width: 341px; }	/*W45*/
.box50 { width: 362px; }	/*W50*/
.box52 { width: 376px; }	/*W52*/
.box54 { width: 390px; }	/*W54*/
.box60 { width: 432px; }	/*W60*/
.box65 { width: 467px; }	/*W65*/
.box68 { width: 488px; }	/*W68*/
.box76 { width: 544px; }	/*W76*/


/*----------「お知らせ」管理 ----------*/

.master_information div.list table {
	border:1px solid #606060;
	border-collapse: collapse;
	border-spacing: 0;
}

.master_information div.list td.master_information_title {
	text-align      : center;
	border          : 1px solid #606060;
	padding         : 5px;
	background-color: #e0e0e0;
}

.master_information div.list td.master_information_data {
	border : 1px solid #606060;
	padding: 2px;
}

.master_information div.list td.master_information_data {
	border : 1px solid #606060;
	padding: 2px;
}

.master_information div.add_data {
	margin: 10px auto 10px auto;
}

.edit_area {
	width : 500px;
	border: 1px solid #606060;
	padding: 10px;
	background-color: #e0ffe0;
}

table.edit_area tr td textarea.contents_area {
	width : 500px;
	border: 1px solid #606060;
}

