
/* ■ページ構造 */

div img { 
  vertical-align: text-bottom; }

body {
  color: #2068b0;
  font-size: 12px;
  font-family: ＭＳ Ｐゴシック,Osaka;
  background-image: url("../common_images/b_002.gif");
  background-repeat: repeat-y;
  background-position: left;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 140%;}

a:link {color:#2068b0;}
a:visited {color:#2068b0;}
a:hover {color:#ff3366;}
a:active {color:#ff3366;}

#wrapper { /*全体*/
  width: 750px;
  margin: 0 auto 0 0;
  text-align: left;}

#header_button { /*ヘッダーボタン部分*/
  background-image: url("../common_images/h.gif");
  height: 27px;
  padding: 0px 0px 0px 560px;}

#header_image { /*ヘッダーイメージ部分*/
  height: 188px;}

#menu { /*左メニューボタン部分*/
  width: 170px;
  float: left;}

#main { /*メイン部分*/
float: left;
display: block;
width:570px;
margin-left: 10px;}

*html #main
{
	overflow-x: hidden;
}

#footer_menu { /*フッターメニュー部分*/
  color: #2068b0;
  clear: both;
  height: 20px;
  margin-top: 5px;
  padding-top: 5px;
  text-align: center;
  border-top: 1px solid #2068b0;}

#footer { /*フッターコピーライト部分*/
  color: #ffffff;
  clear: both;
  background-color: #2068b0;
  height: 20px;
  margin-top: 5px;
  padding-top: 5px;
  text-align: center;}

h1 { /*大見出し*/
  font-size: 14px;
  background-image: url("../common_images/ti_002.gif");
  background-repeat: no-repeat;
  width: 553px;
  height: 26px;
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-left: 20px;
  float: left;}

h2 { /*青い見出し*/
  font-size: 14px;
  background-image: url("../bunin/images/bunin_img_001.gif");
  background-repeat: no-repeat;
  width: 530px;
  height: 34px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 10px;
  float: left;}

.orange { /*オレンジ色の文字*/
  color: #ff6600;
  font-weight: bold;}

.blue_bold { /*青の太文字*/
  font-size: 14px;
  color: #2068b0;
  font-weight: bold;}

.main { /*メイン本文*/
  width: 530px;
  padding-top: 10px;
  padding-right: 2px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-bottom: 3px;
  float: left;}

.sub {
  width: 170px;}

.go_top { /*ページのトップへ*/
  color: #2068b0;
  clear: both;
  height: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 25px;
  text-align: right;}

.img_right { /*画像右寄せ*/
    float: right;
    margin-left: 0.5em;
    margin-bottom: 0.5em;}

.img_left { /*画像左寄せ*/
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5em;}

.border_blue { /*青の実線*/
  width: 530px;
  padding-top: 0px;
  padding-right: 2px;
  padding-bottom: 20px;
  padding-left: 10px;
  margin-left: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2068b0;
  float: left;}

/* Appended by S.GOTOH */
.main .section
{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	width: 530px;
	float: left;
}

*html .main .section
{
	float: none;
}

.main .border_blue { /*青の実線*/
	width: 530px;
	padding: 0px 0px 20px 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #2068b0;
	float: left;
}
