#siteHead {
	/**width: 100%;
	min-width: 840px;**/
	height: 8px;
	/**position: absolute;
	z-index: 3;
	bottom: 1%;**/
	margin-top: -17px;
	margin-bottom: 0px;
	color: #f7f7f7;
	background-color: rgba(36, 143, 162, 0.7); /** 紺色 **//*background-color: rgba(24, 110, 113, 0.7);**//** BlueGreen2 **/
}
#description ul li {
	width: 90%;
	display: block;
	float: left;
	list-style-type: none;
	padding: 8px;
}
#description_p {
	width: 90%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 0.9em;
	font-weight: 100;
}
#description li a {
	color: #f7f7f7;
	font-size: 0.875em;
	text-decoration: none;
}
#description li a:hover {
	color: #e7cc16;
	text-decoration: underline;
}
