@charset "UTF-8";
/* ------------------------------------

	リンク

-------------------------------------- */

a:link, a:visited {
	color: #f60;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666;
	text-decoration: none;
}
/* ------------------------------------

	モジュール

-------------------------------------- */
.leftBox {
	float: left;
}
.rightBox {
	float: right;
}
h1 {
	padding-top: 55px;
}
h2 {
	padding-top: 30px;
	text-align: center;
}
img {
	vertical-align: top;
}
p {
	padding-bottom: 3px;
	font-size: 93%;
	color: #464646;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
hr, caption {
	display: none;
}
.section {
	margin-bottom: 30px;
}
.note {
	font-size: 93%;
	color: #666;
	line-height: 1.3;
}
.center {
	text-align: center;
}	
.t-right {
	text-align: right;
}
address {
	font-style: normal;
}
/* ------------------------------------

	レイアウト

-------------------------------------- */

/* 背景 */
body {
	background: #f7f3ea url(../_img/bg-x.gif) repeat-x;
}
.bg-lines {
	background: url(../_img/bg-lines.gif) no-repeat;
}
/* ヘッダー */
.head-line {
	background: url(../_img/head-top-line.gif) repeat-x;
}
#head-top {
	position: relative;
}
#head-top .dh-logo {
	position: absolute;
	left: 0;
	top: 15px;
}
#head-top ul li {
	position: absolute;
}
#head-top ul li.experience {
	top: 0;
	right: 362px;
}
#head-top ul li.counseling {
	top: 0;
	right: 125px;
}
#head-top ul li.reservation {
	top: 0;
	right: 125px;
}
#head-top .material {
	top: 0;
	right: 0;
}
div#header {
	position: relative;
}
p#caption-fastplan {
	position: absolute;
	top: 65px;
	left: 55px;
}
/* ナビゲーション */
.navi {
	margin-top: 35px;
	background: url(../_img/bg-navi.gif) repeat-x;
}
.navi ul {
	width: 840px;
	margin: 0 auto;
}
.navi ul li {
	float: left;
}
/* コンテンツ */
.container {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	width: 842px;
	margin: 0 auto;
}
.contents {
	width: 740px;
	padding: 30px 50px;
	border-right: #212121 1px solid;
	border-left: #212121 1px solid;
	text-align: left;
	background-color: #fff;
}
.contents-btm {
	height: 10px;
	width: 842px;
	background: url(../_img/cntainer-btm.gif) no-repeat;
}
/* フッター */
div.foot {
	width: 740px;
	padding: 0 50px 30px;
	margin: 0 0 0;
	background-color: #f7f3ea;
}
div.foot p strong {
	font-size: 124%;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.1em;
}
div.foot dl {
	margin: 5px 0 20px;
}
div.foot dl dt {
	padding-bottom: 8px;
	font-size: 154%;
	font-weight: bold;
	font-weight: bold;
	letter-spacing: 0.1em;
}
div.foot dl dd {
	font-size: 93%;
	line-height: 1.8;
}
div.foot div.foot-inner {
	width: 400px;
	float:left;
}
div.foot ul li {
	float: left;
	margin-right: 5px;
}
div.foot p.map a img {
	border: #f7f3ea 2px solid;
}
div.foot p.map a:hover img {
	border: #f60 2px solid;
}
p.pagetop {
	margin-right: 10px;
	margin-bottom:50px;
	text-align: right;
}
.foot-line {
	height: 12px;
	background: url(../_img/foot-line.gif) repeat-x;
}
.copyright {
	padding: 15px 0;
	font-size: 85%;
	color: #666;
	text-align: center;
	letter-spacing: 0.1em;
}

