﻿@charset "utf-8";

/* -----------------------------------------------
 * 望楼NOGUCHI登別
 * コンセプトページ CSS
 *
 * Author     : sue
 * LastUpdate : 09/04/10
----------------------------------------------- */

/* ----------------------------------------------
 * コンセプトページ専用基本枠
---------------------------------------------- */
#container {
	background: url("../img/mainBack.jpg") no-repeat;
}

/* ----------------------------------------------
 * ページ内ナビゲーション
---------------------------------------------- */
#pageNav {
	margin: 40px 0;
	border-bottom: 2px solid #44392F;
}
	#pageNav ul {
		margin-bottom: 3px;
	}
		#pageNav ul li,
		#pageNav ul li a,
		#pageNav ul li a:hover {
			float: left;
		}
		#pageNav ul li {
			margin-right: 5px;
		}
			#pageNav ul li a:hover {
				background: transparent;
			}
				#pageNav ul li a:hover img {
					visibility: hidden;
				}
			#pageNav ul li#pageNav01 {
				background: url("../img/pageNav01_o.gif") no-repeat;
			}
			#pageNav ul li#pageNav02 {
				background: url("../img/pageNav02_o.gif") no-repeat;
			}
			#pageNav ul li#pageNav03 {
				background: url("../img/pageNav03_o.gif") no-repeat;
			}


/* ----------------------------------------------
 * コンセプト 各項目詳細
---------------------------------------------- */
.conceptDetail h4 {
	margin: 25px 0;
}

/* --------------------------
 * 登別の歴史
-------------------------- */
#history div img {
	margin: 0 10px 10px 0;
}
	#history #textHeadline {
		margin: 0 0 1.5em 0;
		font-weight: bold;
	}

/* --------------------------
 * デザインコンセプト
-------------------------- */
#designConcept p {
	margin-top: 15px;
}

/* --------------------------
 * 望楼を作った人々
-------------------------- */
.personsDetail {
	margin-top: 45px;
	padding-top: 45px;
	background: url("../../common/img/line02.gif") no-repeat top left;
}
	.personsDetail h5 {
		margin-bottom: 20px;
	}
	.personsDetail img.imgL {
		margin: 0 10px 10px 0;
	}

	/* Personsの中のこのページのTOPへ */
	.personsDetail .pageTop {
		margin-bottom: 0;
	}

	/* プロフィール */
	.profile {
		margin-top: 25px;
		padding: 10px;
		background: #101010;
	}
		.profile h6 {
			margin-bottom: 5px;
		}
		.profile p {
			font-size: 10px;
			line-height: 1.4;
		}