@charset "utf-8";
.normal {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
.normalb {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;

}
.stitle {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.s {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.cap {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
.normal_wh {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
/* catalog list style 
-----------------------------*/
.cat_list {
	font-size: 13px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 3px;
	float: left;
	position: absolute;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	color: #000;
	display: inline;
}
.cat_list a:link {
	color: #000;
	text-decoration: none;
}
.cat_list a:visited {
	color: #000;
	text-decoration: none;
}
.cat_list a:hover {
	color: #F90;
	text-decoration: none;
}
.cat_list_resin {
	font-size: 13px;
	font-weight: bold;
	margin-left: 3px;
	float: left;
	position: absolute;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	color: #000;
	height: 22px;
	width: 187px;
	background-color: #FFF;
	padding-top: 5px;
	display: inline;
}
.cat_list_resin a:link {
	color: #000;
	text-decoration: none;
}
.cat_list_resin a:visited {
	color: #000;
	text-decoration: none;
}
.cat_list_resin a:hover {
	color: #F90;
	text-decoration: none;
}
/* pdf link green image
-----------------------------*/
#arrow {
	border-style: none;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
}
/* pdf linkestyle
-----------------------------*/
.arrow_link {
	text-decoration: none;
	color: #000;
}
.arrow_link a:link {
	text-decoration: none;
	color: #000;
}
.arrow_link a:visited {
	text-decoration: none;
	color: #000;
}
.arrow_link a:hover {
	text-decoration: none;
	color: #F90;
}
/* hdk table
-----------------------------*/
#hdk {
	margin-bottom: 20px;
	border: 2px solid #000;
	margin-top: 20px;
	border-collapse:collapse;
}
#hdk caption {
	font-family: "ＭＳ Ｐゴシック", Osaka,;
	font-size: 16px;
}

#hdk th {
	background-color: #CFF;
	border-bottom: 1px solid #000;
	font-size: 16px;
	border-right: 1px solid #000;
}
#hdk td {
	padding: 5px 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 12px;
}
#hdk tr {
	color: #000;
	background-color: #FFF;
}
