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

/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */

#header {
	width: 50px;
	height:9700px;
	float:left;
	background-color:#000;
}

#main_contents {
	width:1200px;
	height:auto;
	float: left;
	padding-top:300px;
	padding-bottom:50px;
	background-image:url(../images_howa/tennyo.jpg);
	background-repeat:no-repeat;
}

.howa {
	width:600px;
	height:auto;
	margin-bottom:50px;
	margin-left:300px;
	float:left;
}

.image {
	width:300px;
	height:auto;
	float:left;
	text-align:center;
	background-image:url(../images_howa/dot.png);
	background-position:top center;
	background-repeat:repeat-y;
}

.icon {
	width:200px;
	height:auto;
	float:left;
	margin-left:950px;
	text-align:center;
}


/* ---------------------------------------------------- */
/* メインコンテンツ */
/* ---------------------------------------------------- */

h2 {
    font-size: 18px;
    color: #006E60;
    text-align: right;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
	}
	
h3 {
	font-size:22px;
	text-align:right;
	margin-top:20px;
	}
	
h4 {
	font-size:18px;
	text-align:right;
	margin-top:10px;
	}

h5 {
	font-size: 18px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-style: normal;
    line-height: 30px;
    font-weight: bolder;
	} 
	
.howa p {
    font-size: 15px;
    line-height: 2.5;
    margin-top: 20px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

.image p  {
	font-size:15px;
	line-height:2.5;
	margin-top:20px;
}
