/*
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;
}

#contact {
	position: relative;
	background: #fff;
	width: 820px;
	height: 250px;
	margin: -10px auto 100px auto;
	padding: 40px;
	box-shadow: 0 0 5px #aaa;
	z-index: 1;
}
#contact p {
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
}
#address {
	padding-bottom: 2px;
	border-bottom: dotted 1px #00b2d5;
}

#link {
	position: relative;
	background: #fff;
	width: 820px;
	height: 350px;
	margin: -10px auto 0 auto;
	padding: 40px;
	box-shadow: 0 0 5px #aaa;
	z-index: 1;
}
#link p {
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
}
