/*ページ全体*/
*{
	margin-top:0px;
	padding-top:0px;
	}


/* body              */
body {
	font-size: 90%;
	line-height: 120%;
	background: url(img/bk.gif) repeat-x fixed ;
	
	}


/* リンク            */
a {
	color: #00008B;
	text-decoration: underline;
	}

a:hover {
	color: #B22222;
	}


/* 文字強調          */
em {
	font-style: normal;
	color: #990000;
	}

.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%;
	}

/* ページ全体  （白い部分）   */
#container {
	background-color: #FFF;
	margin: 0 auto ;
	width: 650px;
	border-right: 1px solid #245386;
	border-left: 1px solid #245386;
	border-bottom: 8px solid #245386;
	}


/* ヘッダー     */
#header {
	height: 60px;
	border-bottom: 8px solid #245386;
	}

/* 大見出しh1  （ヘッダー内文字）   */
h1 {
  font-size: 180%;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-top: 18px;
  color: #003675;
  text-align:center;
}

/* 見出しh2     */
h2 {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 10px 0px 5px;
  border-left: 5px solid #cc33cc;
  background-color: #dadbdd;
  padding: 2px 7px;
}


/* メニュー     */
#menu {
  float: right;
}

#menu ul {
  list-style: none;
  padding: 10px 10px 0px 0px;
}

#menu a{
	color:#003675;
	text-decoration:none;
	display:block;
	line-height: 2em;
	padding: 0px 3px;
	margin-bottom: 3px;
	background:#d7e2ef;
	border-top:1px solid #eee9da;
	border-left:1px solid #eee9da;
	border-right:1px solid #2e4f75;
	border-bottom:1px solid #2e4f75;
}

#menu a:hover{
	background:#b3c8e0;
	border-top:1px solid #eee9da;
	border-left:1px solid #eee9da;
	border-right:1px solid #2e4f75;
	border-bottom:1px solid #2e4f75;
}

/* メイン     */
#main {
  width: 460px;
  padding: 10px 0px 10px 10px;
}

/* box1   （水色のボックス）  */
.box1 {
  padding: 5px ;
  margin-bottom: 5px;
  line-height: 150%;
  border: 1px solid #cccccc;
  background-color: #f2f9ff;
}

/* 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,dl {
  margin: 0 10px 0px;
}
#main dt {
  font-weight: bold;
}
#main dd{
  padding-bottom: 8px; 
  margin-left: 10px;
}

/* テキスト右寄せ     */
.t-right{
text-align: right; 
}

/* 表     */
table{
  width: 460px;
  border: 1px #cccccc solid;
  border-collapse: collapse;
  margin-bottom: 10px;
}

th{
  text-align: center; 
  border: 1px #cccccc solid;
  background-color: #E6E6FA; 
}

td {
  border: 1px #cccccc solid;
  padding: 3px;
  background-color: #F8F8FF; 
}

caption{
  background-color: #F5F5F5; 
  padding: 5px;
}

