@charset "UTF-8";
/* layout */





/*共通
////////////////////////////////////////////////////*/

.midashi {
	margin-right: 0px;
	margin-left: 0px;
	height: 24px;
	width: 648px;
	margin-top: 0px;
	float: right;
	margin-bottom: 20px;
}

.left_contents {
	height: auto;
	width: 300px;
	float: left;
}
.right_contents {
	height: auto;
	width: 300px;
	float: right;
}

/*本文
////////////////////////////////////////////////////*/


.text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	color: #333;
	font-weight: bold;
	padding-bottom: 5px;
	float: left;
	width: 250px;
}
.text01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	color: #333;
	font-weight: normal;
	padding-bottom: 5px;
	float: left;
	width: 300px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 5px;
	margin-top: 10px;
}
.text02 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
	color: #333;
	font-weight: normal;
	float: left;
	width: 240px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
