@charset   "UTF-8";

/* ヘッダー*/
.top_header {
	height: 75px;
	color: white;
	font-size: 18px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
	background: url(../Backcolor/top-header.jpg) repeat;
}

/* フッター */
.footer {
	background-color: navy;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: right;
	color: white;
}

/* メインコンテンツ*/
.table-Main{
  border-collapse: collapse;
}
.table-Main th{
  font-size: 14px;
  font-family: Arial;
  color: navy;
  font-weight: bold;
  line-height: 28px;
  padding-left : 12px;
  letter-spacing: 1px;
  text-align: left;
  vertical-align: middle;
  background-color: #dae3fb;
  border-top: 1px solid #9db9f9;
  border-right: 1px solid #9db9f9;
  border-bottom: 1px solid #9db9f9;
  border-left: 5px solid #7c9ff0;
}
.table-Main td{
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
  vertical-align : middle;
  padding : 8px 12px 8px 16px;
  border: 1px solid #b9b9b9;
}

/*   表形式のマージン    */
table {
	margin: 0px 0px 16px 0px;
}

/* 冊子の紹介 */
.doc-subtitle {
	color: white;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
	text-decoration:none;
	padding-left : 24px;
	background: url(../Backcolor/Booklet-Title.jpg) no-repeat;
}

/*   */
.doc-left {
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : top;
	border: 1px solid #b9b9b9;
	padding-left: 20px;
	padding-right:10px;
}
.doc-left1 {
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : top;
	border: 1px solid #b9b9b9;
	padding: 8px 20px 8px 10px;
}
/*   */
.doc-left2{
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : middle;
	border: 1px solid #b9b9b9;
	padding: 20px 20px 0px 10px;
}


/*   */
.doc-center{
	font-size: 13px;
	font-family: Arial;
	text-align: center;
	line-height: 20px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

/*   */
.doc-right{
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: right;
	vertical-align : top;
	border: 1px solid #b9b9b9;
	padding-left: 10px;
	padding-right:20px;
}
/*   */
.img-center{
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	height: 24px;
}

/*    リンク   */
#linkb a{
  /*	padding-left : 24px;
  */
	background-color: #e9f7fa;
}
#linkb a:hover{
  color: white;
  background-color: #7d7dff;
}
a{
  color: #0000FF;
  text-decoration: none;
  background-color: #e9f7fa;
}
a:visited{
  color: #4B0082;
  background-color: #e9f7fa;
}
a:hover{
  color: #4B0082;
  background-color: #e9f7fa;
  text-decoration: underline;
}

