@charset   "UTF-8";

/* 地形のおはなしヘッダー*/
.Chikei-header-LL {
	margin-bottom: 10px;
	height: 75px;
	color: white;
	font-size: 20px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: left;
	padding-left: 240px;
	background: url(../Backcolor/Chikei-header_LL.jpg) repeat;
	overflow: hidden;
}

/* フッター */
.footer-orderaea{
	background-color: navy;
}

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

/*      */
.table-Formats{
	border-collapse: collapse;
}
.table-Formats th{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
	vertical-align: middel;
	color: white;
	line-height: 24px;
	background: url(../Backcolor/top-header.jpg) repeat;
	border: 1px solid #9db9f9;
}
.table-Formats td{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : middel;
	padding-left : 6px;
	border: 1px solid #9db9f9;
}

/* 冊子の紹介 */
.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 {
	text-align: left;
	padding-left: 8px;
}

/*   */
.doc-left1 {
	text-align: left;
	padding-left: 16px;
	padding-right: 8px;
}
/*   */
.doc-left2{
	text-align: left;
	padding: 6px 10px 6px 20px;
}

/*   */
.doc-center{
	text-align: center;
}

/*   */
.doc-right{
	text-align: right;
	padding-right: 8px;
}

/*   */
.img-center{
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	height: 24px;
}

/* リンク */
#linkb a{
	text-decoration: none;
	background-color: #dae3fb;
}
#linkb a:hover{
	color: white;
	background-color: #7d7dff;
}

