@charset "utf-8";
/* CSS Document */
#contents {
	width: 880px;
	padding: 20px;
}
.contents_2 {
	float: left;
	width: 884px;
}
.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;
	width: 780px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 13px;
}
.contents_2 h3 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	margin-left: 20px;
	margin-top:10px;
}
.contents_2 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
}
.contents_3 {
	width: 880px;
	/*	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;
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.right a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.right {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: right;
	margin-right: 150px;
}
.track_record {
	float: left;
	border: 1px solid #999;
	width: 205px;
	margin: 6px;
	height: 300px;
}
.img_box {
	height: 250px;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.img_title {
	width: 200px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
}
