<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */



#philosophy{
	padding:20px 0;
}


#title{
	width:240px;
	text-align:center;
	float:left;
}

#title h2{
	border-bottom:solid 2px #006633;
	font-size:1.3em;
	margin:0 70px;
}


#contentsBox{
	width:550px;
	text-align:center;
	margin:0 90px;
	float:right;
}


#contentsBox p.para1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:1.5em;
	color:#333;
	line-height:2em;
	letter-spacing:0.6em;
}

#contentsBox p.para2{
	margin:30px 0;
}


#contentsBox p.para3{
	color:#544800;
	margin-bottom:20px;
}



</pre></body></html>