@charset "UTF-8";
/*spec*/
#spec {
	clear: both;
	padding-bottom: 30px;
	background: url(img/photo.jpg) no-repeat right top;
	height: 150px;
}

#spec dt {
	width: 100px;
	font-size: 92%;
	line-height: 1.3em;
	float: left;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #336600;
}

#spec dd {
	width: 420px;
	font-size: 92%;
	line-height: 1.3em;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#spec dd span {
	display: block;
}



/*motto*/
#motto li {
	font-size: 92%;
	height: 1.5em;
	padding-left: 20px;
}




/*history*/
#history {
	clear: both;
	padding-bottom: 30px;
}

#history dt {
	width: 100px;
	font-size: 92%;
	line-height: 1.3em;
	float: left;
	clear: left;
	border-top: 1px solid #d0d9d9;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #303939;
}

#history dd {
	width: 420px;
	font-size: 92%;
	line-height: 1.3em;
	float: left;
	border-top: 1px solid #d0d9d9;
	padding-top: 5px;
	padding-bottom: 5px;
}

