@charset "UTF-8";
strong {
	font-weight: bold;
	color: #009898;
}
table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 10px;
	margin-top: 10px;
}

th {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDAC;
	background-color: #EBECE3;
	padding-left: 10px;
}
td {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDAC;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #F6F6F3;
	padding-left: 10px;
}
h6 {
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	line-height: 1.1em;
	background-image: url(../../common/images/subnavi_mark.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #F4F5F0;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
