@charset "utf-8";

#contents {
	width: 860px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}
/* CSS Document */

.contents_2 {
	width: 790px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
.contents_3 {
	float: left;
	width: 760px;
	background-color: #FFF;
		/*	css3
	box shadow
*/
	-webkit-box-shadow: 5px 5px 20px 5px rgba(50, 50, 200, 100);
	box-shadow: 5px 5px 20px 5px rgba(50, 50, 200, 100);

	/*角を丸する*/
	border-radius: 20px;
	/* CSS3 */
	border: 3px #BFDFFF solid;
	/* 枠線の装飾 */
	background-color: #FFF;
	margin: 20px;
}
.contents_2 h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../otherpage_images/op_title_bg.png);
	background-repeat: no-repeat;
	height: 37px;
	float: left;
	padding-top: 13px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 10px;
	width: 750px;
}
.contents_2 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
}
.contents_2 h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-left: 60px;
}
.contents_2 h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-left: 35px;
}
.contents_3 table {
	width: 620px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.contents_3 tr  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}



.contents_3 th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	width: 100px;
}
.officer_img {
	height: 105px;
	width: 90px;
	padding-left: 10px;
}


.contents_3 td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	width: 400px;
	padding: 10px;
}
.right {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: right;
	margin-right: 170px;
}
