@charset "UTF-8";
article {
	padding: 10px;
	width: 1180px;
	margin-top: 20px;
	height: 100%;
}
article .left {
	float: left;
	width: 490px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
}
article .left h2 {
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 10px;
}
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: justify;
	display: block;
	text-indent: 1em;
}
article .right {
	float: right;
	width: 650px;
	margin: 0px;
	padding: 0px;
}
article .right .right_leftside {
	display: block;
	float: left;
	width: 250px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	text-align: center;
}
article .right .right_rightside {
	display: block;
	float: left;
	width: 380px;
	margin-right: 0px;
	padding-left: 10px;
}
.right_leftside h3 {
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	width: 222px;
	margin-right: auto;
}
.right_leftside p {
	display: block;
	width: 222px;
	text-align: justify;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.right_rightside div {
	float: left;
	margin-bottom: 15px;
	width: 185px;
}
.right_rightside h3 {
	margin-left: 8px;
	margin-top: 0px;
	padding-top: 0px;
}
.right_rightside div p {
	line-height: 1.3em;
	font-size: 1em;
	text-indent: 0px;
	margin-top: 3px;
	margin-right: 10px;
	width: 168px;
	margin-left: 8px;
	text-align: justify;
}
