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

/* 見出し */
h2{
	margin-left:10px;
	padding-top:10px;
}
h3 {
	padding-top:40px;
	margin-left:30px;
	margin-bottom:20px;
}
/* 中央コンテンツ */
div#contents{
	font-size:1.2em;
	line-height:150%;
	padding-top:10px;
	padding-bottom:20px;
}
/* 写真 */
p#intro{
	margin-top:-10px;
	margin-bottom:20px;
}
div#introduction p{
	margin-left:58px;
	margin-right:100px;
	margin-bottom:20px;
	text-indent:1em;
}
div#introduction p span{
	color:#339933;
}