h1, h2, h3, h4, h5, h6 {
	color: #C00;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 20px;
	background-image: url(../images/lay-out/hr.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}
h2 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#content-text {
	font-size: 14px;
}
#content-text p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#content-text a, .news-box-content a {
	color: #C00;
	text-decoration: none;
	font-weight: normal;
}
#content-text a:hover, .news-box-content a:hover {
	text-decoration: underline;
}
#content-text li {
	margin-top: 10px;
	list-style-image: url(../images/lay-out/li.png);
	margin-left: -15px;
}
#content-text strong {
	color: #CC0000;
}
#content-text a.button  {
	display: block;
	border: 1px solid #9b9b9b;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(../images/lay-out/content-button-1.png);
	background-repeat: no-repeat;
	background-position: 13px 13px;
	font-weight: normal;
}
#content-text a.button:hover {
	color: #FFF;
	background-color: #C00;
	text-decoration: none;
	background-image: url(../images/lay-out/content-button-2.png);
}
#hugo {
	background-image: url(../images/content/Hugo.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	left: -30px;
	bottom: -50px;
	height: 781px;
	width: 208px;
}
#conan {
	background-image: url(../images/content/Conan.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	right: 38px;
	bottom: 60px;
	height: 142px;
	width: 120px;
}
.clear {
	clear: both;
	height: 0px;
	width: 100%;
	line-height: 0px;
	font-size: 0px;
	visibility: hidden;
}

