@charset "utf-8";
/********** ページタイトル **********/
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-left:20px;
}
h2:before {
	background: #437a1d;
	content: "";
	height: 15px;
	width: 15px;
	left: 0;
	position: absolute;
	top: 7px;
}
/*h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}*/
#link_text01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 15px;
}
#link_text02 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	padding-top: 15px;
}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-top: 15px;
	text-align: center;
	width: 650px;
}

#link_etc {
	width: 650px;
	float: left;
	padding-bottom: 20px;
}

table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	width: 650px;
	margin-top: 15px;
}
.row {
	color: #009;
	background-color: #CCC;
	text-align: center;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #314C15;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}
td {
	padding-left: 15px;
	font-size: 14px;
	vertical-align: middle;
	padding-right: 10px;
	border: 1px solid #314C15;
	padding-top: 5px;
	padding-bottom: 5px;
}
