@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino KaKu Gothic Pro',Osaka,sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
  background-image: url(img/slash.png);
}

th {
  text-align: left;
  font-weight: normal;
}

a:link {
  color: #004080;
  font-size: 12px;
}

a:hover {
  color: #005ebb;
  font-size: 12px;
}

a:visited {
  color: #004080;
  font-size: 12px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

img {
	border: 0px;
}

/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 780px;
  border-right:  solid 2px #dedede;
  border-bottom: solid 2px #dedede;
  border-left: solid 2px #dedede;
  background-color: #ffffff;
}


#main img.head_photo {
  margin: 6px 0 0 0;
}


/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  width: 780px;
  /* height: 110px; */
  /* border-top: solid 4px #005ebb; */
  border-top: solid 4px #ff9800;
  background-color: #fff;
}

#header h1 {
  margin: 0;
  padding: 2px 0 0 10px;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  color: #004080;
}

#header h2 {
  margin: 0;
  padding: 8px 0 10px 10px;
  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;
}

#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;
  vertical-align: bottom;
  margin: 0;
  padding: 0 14px 2px 0;
  font-size: 15px;
  color: #c9171e;
  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;
}


#header-menu {
  background-color: #333333;
  margin: 0px;
  padding: 12px 0 11px 15px;
  background: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
  text-align: left;
  width: auto;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  padding: 0px
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 13px;
  padding-right: 7px;
  background: url(img/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu a {
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
  color: #cccccc;
}


/*---------- コンテンツ ----------*/

#container {
  width: 768px;
  overflow: hidden;
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: left;
  margin: 0;
  padding: 5px 0 5px 6px;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1px;
  width: 580px;
}

#contents h2 {
  margin: 0 0 4px 0;
  padding: 8px 0 10px 20px;
  line-height: 110%;
  font-size: 12px;
  color: #333333;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  /*margin: 18px 0 18px 0;*/
  margin: 18px 18px 18px 32px;
  line-height: 180%;
  letter-spacing: 1px;
}

#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 ul {
	list-style-position: inside;
}

#contents li.outer {
	margin: 20px 0px;
}

#contents ul.inner {
	line-height: 120%;
}


table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}

table.contents-list {
  margin: 20px auto 20px 32px;
  width: 480px;
  border: 0px;
}

table.contents-list th {
  width: 8em;
  border-bottom: dotted 1px #313732;
  padding: 2px;
}

table.contents-list td {
  border-bottom: dotted 1px #313732;
  padding: 2px;
}

table.contents-list .none-line {
  border: 0px;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}

.big-binner {
  width: 10px 10px;
}

#map_canvas {
  	font-size: 11px;
	line-height: 110%;
	width: 500px;
	height: 300px;
	margin: 20px auto;
}



/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 18px 0 18px 0;
  text-align: center;
  font-size: 12px;
  color: #dedede;
  border-top: solid 4px #313732;
  background-color: #313732;
}

#footer a {
  color: #dedede;
  font-size: 12px;
 }

#footer a:hover {
  color: #dedede;
}
