@charset "UTF-8";

/**
 *
 * レイアウト、共通コンテンツ
 *
**/


/**
 * ラッパー
**/

#wrapper {
	padding: 0 15px;
}


/**
 * ヘッダー
**/

#header {
	width: 100%;
	height: 149px;
	text-align: center;
	background: #ffffff;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
}

#header h1 {
	position: absolute;
	top: 15px;
	left: 19px;
}

#header nav {
	width: 100%;
	height: 45px;
	text-align: center;
	border-top: 1px dashed #000000;
	border-bottom: 3px solid #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}

#header ul {
	margin: 0 auto;
	width: 946px;
	height: 45px;
}

#header ul li {
	background: url("../images/navi_line_01.gif") no-repeat 0 0;
	float: left;
	display: inline;
}

#header ul li:nth-child(1) {
	background: none;
}

#header ul li a {
	padding: 0 17px;
	height: 45px;
	display: block;
}

#header .contact {
	position: absolute;
	top: 30px;
	right: 20px;
}


/**
 * コンテンツ
**/

#content {
	margin: 0 auto;
	padding: 154px 0 0 0;
	width: 70%;
	text-align: left;
}

#content h2 {
	margin-bottom: 25px;
	padding: 8px 0 0 10px;
	line-height: 110%;
	font-size: 177%;
	font-weight: bold;
	background: url("../images/icon_04.gif") no-repeat 0 0;
}

#content h3 {
	margin-bottom: 10px;
	padding: 15px 0 0 18px;
	line-height: 110%;
	font-size: 130%;
	font-weight: bold;
	background: url("../images/content_back_01.gif") no-repeat 0 0;
}


/**
 * フッター
**/

#footer {
	margin-bottom: 10px;
	padding-top: 20px;
	width: 100%;
	line-height: 110%;
	font-size: 90%;
	text-align: center;
	overflow: hidden;
}

#footer nav {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #000000;
}

#footer li {
	padding: 0 10px;
	border-right: 1px solid #000000;
	display: inline;
}

#footer li:last-child {
	border-right: none;
}

/**
 * PAGE TOP
**/

#pagetop {
	display: none;
}
