@import url(01base.css);
@import url(01outline.css);

/*
 *VALLEYHILL1.COM SPECIAL
*/
/*HEADER ///////////////////////////////////////////////////////////////////////////////////////////*/

#header {
	background-color: #333333;
	background-image: url(img/special/header.png);
}

/*FOOTER ///////////////////////////////////////////////////////////////////////////////////////////*/

#footer {
	background-color: #333333;
	background-image: url(img/special/footer.png);
}

/*CONTENT //////////////////////////////////////////////////////////////////////////////////////////*/

#inner-content {
	float: left;
	background-color: #000000;
	background-image: url(img/special/footer_inner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/****************************************************************************************************/

#contents {
	float: left;
	width: 840px;
	padding: 130px 30px 30px;
	background-image: url(img/special/header_inner.png);
	background-repeat: no-repeat;
}

#contents div {
	margin-bottom: 20px;
	min-height: 1em;/*Ie 背景が表示されない*/
}

#contents h2 {
	float: left;
	width: 250px;
	height: 70px;
	padding-right: 22px;
	background-image: url(img/special/line.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#contents p {
	float: right;
	width: 545px;
	font-size: 14px;
	line-height: 70px;
}

#contents a {
	color: #FFFFFF;
}
