@charset "UTF-8";
/* CSS Document */
#hp-photo {
	height: 320px;
	background-image: url(../_assets/hp_image.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 5px;
}
#hp-content {
	border-bottom: 4px solid #60752e;
	background-image: url(../_assets/growing.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 0 30px 0;
}
#hp-content p {
	line-height: 1.5;	
}
.hp-submenu {
	width: 167px;
	position: relative;
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	background-color: #b9bbbb;
	height: 180px;
}
.hp-submenu img {
	border-bottom: 4px solid #fff;	
}
.hp-submenu.last {
	margin: 0 0 0 0;	
}
.hp-submenu p {
	color: #444;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 6px 0 6px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
*+html .hp-submenu p {
	margin: 4px 6px 0 6px;	
}
* html .hp-submenu p {
	margin: 4px 6px 0 6px;	
}
.hp-submenu a {
	text-decoration: none;	
	color: #444;
}
.hp-submenu a:hover {
	color: #000;	
}
#footer {
	border-top: none;	
}
