/*ページ全体*/
* { /* 全ての要素の間隔・余白を０へ */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}


/* body              */
body {
margin:0 auto;
text-align: left;
font-family:"ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
width: 830px;
#background-nmage: url(img/water.png);
#	background-image: url(img/bgimg24.png);
background: url(img/water.png) top;
font-size: 14px;
	}
img {
	border: none;
	vertical-align: center;
	background-repeat: no-repeat;
}
	
/* ページ全体  （白い部分）   */
#page {
width: 820px;
background: #FFFFFF;
	}

/* ヘッダー     */
#header {


	padding-top: 10px;

	clear: both;
	height: 230px;
	margin: 2px 0 0;

	background-image: url(img/headerimg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
/* メニュー     */

/* メイン     */
#main {
width: 780px;
float: right;
right: 10px;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 10px;
padding-left:15px;
font-size: 14px;

}



/* box1   （水色のボックス）  */
#main .box1 {
padding: 5px;
margin-bottom: 5px;
line-height: 150%;
/*border: 1px solid #0000FF;*/
font-size: 130%;
font-weight: bold;
background: #d0e4e8;
}



/* リンク            */
a {
	color: #00507f;
	text-decoration: underline;
	}

a:hover {
	color: #B22222;
	}


/* 文字強調          */
em {
	font-style: normal;
	color: #990000;
        margin: 10px;
	}

.font1 {
	font-family: "Times New Roman";
	font-size: 150%;font-weight: 
	bold;line-height: 1.5em;
	}

.font2 {
	font-family: "Times New Roman";
	font-size: 100%;
	}
.font3 {
        font-family: "Times New Roman";
        font-size:110%;
        margin: 7px 10px 15px 8px;
        font-weight: bold;
}
.font_dai {
        font-family: "Times New Roman";
        font-size: 120%;
        margin: 7px 10px 15px 8px;
        font-weight: bold;
}

/* 見出しh1     */
h1 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #244c33;
	text-align:center;
	padding-bottom: 10px;
}

/* 見出しh2     */
h2 {
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 15px 0px 0px;
  border-left: 2px solid #406fb7;
  background: url(img/h2-bg.png) repeat-x ;
  padding: 2px 7px;
}
h3 {
font-size: 100%;
font-weight: bold;
letter-spacing: 0.2em;
margin: 15px 0px 0px;
padding: 2px 7px;
color: #FFF;
background: #363;
width: 400px;
/* [disabled]text-shadow: 0px 0px 0px; */
}

/* テキスト右寄せ     */
.t-right{
text-align: right; 
}




/* box2 （赤淵ボックス）   */
.box2 {
  font-size: 75%;
  padding: 5px ;
  margin: 5px;
  line-height: 150%;
  border: 1px solid #a31f24;
  background-color: #fff;
}
/* img1（画像右寄せーアドビリーダーのご案内）   */
.img1{
  float: right; 
  border: none
  }

/* box3 （水色ダッシュ上下ライン）   */
.box3{
  padding: 5px ;
  margin: 5px;
  line-height: 150%;
  background-color: #f7f7f7; 
  border-top: 1px #59b3b3 dashed;
  border-bottom: 1px #59b3b3 dashed;
}


#main p{ line-height: 18px; 
}

/* フッダー     */
#footer {
clear: both;
height: 20px;
margin: 0px;
background: #060;
	}


#footer1 {
     
   
          clear: both;
	height: 20px;
	background-color: #eaf4fc; 
	border-bottom: 10px #eaf4fc solid;
        margin: 10px 10px 10px 80px;
	}
        

/*　　Clearer　　*/




/* 表     */


table#table03{
  width: 100%;
  font-size:16px; 
  border-collapse: collapse;
  margin-bottom: 10px;
  line-height:18px;
}



#table03 td.td_aisatu{
background-color:#FFE9CF;
font-weight: bold;
font-size: 14px;
}


#table03 td.td_endai{
background-color:#ffe6e6;
font-weight: bold;
font-size: 14px;
}

#table03 th{
width: 8%;
text-align: center;
font-size:80%;
background: #ffe6e6;

}

#table03 td{
	padding: 3px;
	background-color: #ffe6e6;
	font-size: 90%;
}

#main #table03 table tr .td_name {
background: #ffe9cf;
font-weight: normal;
}
#main #table03 table tr .td_aisatu .t {
font-weight: normal;
font-size: 12px;
}
#main #table03 table { font-weight: bold; }
#main #table03 table tr td p { font-weight: normal; }
#main #table03 table tr .td_endai .t1 {
font-weight: normal;
text-align: right;
}
#main #table03 table tr td .t1 {
font-weight: normal;
font-size: 12px;
}
#main #table03 table .rest { background: #FFF1F8; }
#main #table03 .home { text-align: right; }
#main #table03 table tr .td_aisatu { background: #ffe9cf; }
#main #table03 table tr .close {
font-weight: bold;
background: #CCEFF8;
font-size: 14px;
}
#main #table03 table tr .close1 { background: #cceff8; }
