@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #D8D8D8;
}  
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
div#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
}  
#h1-title {
	width: auto;
	height: 420px;
	background-image: url(img/h1_title.png);
}
#h1-title h1 {
	text-indent: -9999px;
}
div.merit_block {
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 30px;
}
div.merit_block h2 {
	text-indent: -9999px;
}
div.merit_block .h2_img {
	margin-top: -20px;
	margin-bottom: 10px;
}
div.merit_block .txt_area {
}
div.merit_block .txt_area .txt_block {
	float: left;
	width: 495px;
	padding-left: 20px;
}
div.txt_area .txt_block p {
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	text-indent: 14px;
}
div.txt_area .txt_block .img_area {
	float: right;
	width: 225px;
}
div.example_area {
	padding-left: 40px;
	padding-right: 40px;
}
div.example_area .example_block {
	padding-top: 20px;
	padding-left: 180px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.example_area .example_block.example_A {
	background-image: url(img/face_icon_01.png);
	background-repeat: no-repeat;
	background-color: #E4FAD7;
	border-radius: 10px;
}
div.example_area .example_block.example_B {
	background-image: url(img/face_icon_02.png);
	background-repeat: no-repeat;
	background-color: #F5E4E4;
	border-radius: 10px;
}
div.example_area .example_block .example_txt {
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	text-indent: 14px;
}
div.example_block .example_txt img {
	margin-left: -14px;
}
div.h3_area h3 {
	text-indent: -9999px;
	height: 45px;
	padding-bottom: 20px;
	text-align: center;
}
div.h3_area.h3_01 {
	background-image: url(img/h3_txt_01.png);
	background-repeat: no-repeat;
	background-position: center 0%;
}
div.h3_area.h3_02 {
	background-image: url(img/h3_txt_02.png);
	background-repeat: no-repeat;
	background-position: center 0%;
}
#fee_area  {
	padding-left: 40px;
	padding-right: 40px;
	height: 445px;
}
#fee_area .fee_right {
	float: left;
}
#fee_area .fee_left {
	float: right;
}
#contact_area {
	margin-bottom: 40px;
	margin-top: 40px;
}
#bus_area {
	margin-bottom: 20px;
}
#bus_area h4 {
	margin-bottom: 10px;
}
#footer_area {
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #9C9C9C;
	width: 760px;
	margin-left: 40px;
}
#footer_area h4 img {
	margin-bottom: 10px;
}
