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

body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  padding: 0;
  font-size: 14px;
  color: #333333;
}

a:link {
  color: #008594;
  font-size: 14px;
}

a:hover {
  color: #005ebb;
  font-size: 14px;
    text-decoration: none;
}

a:visited {
  color: #008594;
  font-size: 12px;
}

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


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

#main {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fd9999;
	border-bottom-color: #fd9999;
	border-left-color: #FA8487;
}

address{
        font-size:120%;
        font-style:normal;
        text-align:right;
}

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

#header {
  margin: 0;
  width: 800px;
  height: 80px;
  border-top: solid 4px #fd9999;
  background-color: #ffffff;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
}

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

#header h2 {
  margin: 0;
  padding: 8px 10px 10px 15px;
  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;
  margin: 0;
  padding: 0 0px 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: underline;
}


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

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

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

#header-menu a {
  color: #AB4A20;
  text-decoration: none;
}

#header-menu a:hover {
    text-decoration: underline;
}


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

#container {
  width: 788px;
  overflow: hidden;
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}


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

#contents {
	float: left;
	margin: 0;
	font-size: 12px;
	line-height: 180%;
	width: 520px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contents h2 {
  height: 26px;
  margin: 0 0 4px 0;
  padding: 8px 0 0 20px;
  font-size: 12px;
  color: #333333;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 0 0 5px;
  line-height: 180%;
  font-size: 12px;
}

#contents a {
  color: #008594;
  font-size: 12px;
    text-decoration: underline;
}

#contents a:link{
  color:#008594;
}

#contents :hover {
  font-size: 12px;
    text-decoration: none;

}




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


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


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


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


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

#menu {
	float: right;
	padding: 0;
	width: 200px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0;
}


.menu p{
  margin: 0;
  padding: 10px 4px 0 4px;
  font-size: 12px;
  line-height: 180%;
}


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

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 15px 0 15px 0;
	text-align: center;
	font-size: 10px;
	color: #333333;
	border-top-color: #FA8487;
	background-color: #fcf0dd;
	border-top-width: 4px;
	border-top-style: solid;
}

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

#footer a:hover {
  color: #333333;
}
#main #container #contents table {
	text-align: center;
}
#main #container #contents table {
	text-align: left;
}
#main #container #contents #maintext {
	float: right;
	width: 300px;
	margin-right: 5px;
	margin-left: 5px;
}
jinzai2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 5px;
	border: 3px solid #9CF;
}
.jinzaibank {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	border: 3px solid #9CF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	text-align: center;
}
