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

/*　↓見出し↓　*/

#contents h2{
	width: 860px;
	height: 60px;
	margin-bottom: 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 189%;
	color: #434343;
	line-height: 60px;
	text-indent: 65px;
	letter-spacing: 3px;
	background-image: url(../images/h2_back.png);
}

/*　↑見出し↑　*/

#contents p {
	font-size: 116%;
	text-indent: 15px;
	text-align: center;
	margin-bottom: 15px;
}


#jisseki {
	background-color: #E4FFF2;
	border: solid;
	border-color: #35A0EF;
}


