@charset "utf-8";
/*仮アップ*/

.sampleText {
	padding-top: 120px;
	padding-bottom: 180px;
}

/*トップページ*/

#header {
	height: 201px;
	width: 100%;
	margin: 0px auto;
	background-image: url(../img/sub/headerBg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#inHeader {
	position: relative;
	height: 201px;
	width: 980px;
	margin: 0px auto;
}

ul.ghNavi {
	position: absolute;
	top: 141px;
	left: 0px;
	height: 45px;
	width: 100%;
	display: table;
	margin: 0px auto;
}

#toggle {
	display: none;
}
/*コンテンツ*/

div.wrapBreadArea {
	height: 50px;
	width: 100%;
	border-bottom: 1px dashed #D6D6D6;
}

div.breadArea {
	height: 50px;
	width: 980px;
	margin: 0px auto;
}

div.breadArea p {
	padding-top: 25px;
	text-align: right;
	font-size: 13px;
	line-height: 23px;
	color: #666;
}

div.breadArea p a {
	text-decoration: none;
	color: #666;
}

div.breadArea p a:hover {
	text-decoration: underline;
	color: #333;
}

#contents {
	padding-top: 60px;
}

br.floatClear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

/*サイド*/

div.pageTitleArea {
	height: 127px;
	width: 280px;
	margin: 0px auto;
	padding-bottom: 20px;
}

ul.pageNavi {
	padding-bottom: 20px;
}

ul.pageNavi li {
	height: 35px;
	width: 280px;
	margin-top: 1px;
	background-position: top center;
	background-repeat: no-repeat;
}

ul.pageNavi li a {
	height: 35px;
	width: 280px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

/*フッター*/