/*
Traumend
Copyright (C) Traumend All rights reserved.
*/

#mainvisual {
	background: url("../images/sub_visual.jpg") no-repeat;
}

#wrapper {
	margin-top: -450px;
}
#wrapper h3 {
	font-size: 28px;
	text-align: center;
	letter-spacing: 2px;
	padding: 25px 0 100px 0;
}

article {
	margin-bottom: 150px;
	padding-top: 50px;
}

#about {
	position: relative;
	background: #fff;
	width: 900px;
	height: 450px;
	margin: -10px auto 0 auto;
	box-shadow: 0 0 5px #aaa;
	z-index: 1;
}
#about p {
	font-size: 16px;
	line-height: 30px;
	padding: 15px 25px;
	border-bottom: 1px solid #666;
}
