﻿@charset "utf-8";

/* ======================================================== titleArea */

#titleArea{
	margin: 0 auto;
	width: 940px;
}

#titleTextArea{
	margin: 0 auto;
	width: 940px;
}

#LeadArea{
	margin: 0 auto;
	width: 940px;
	background: #FFFCE7;
	text-align: center;
}

#LeadArea p{
	width: 800px;
	color: #333333;
	font-weight: bold;
	line-height: 1.8em;
}

#LeadImg{
	float: left;
	margin: 0 0 0 40px;
	width: 130px;
}

#laboBanner{
	margin: 50px 0 0;
	width: 940px;
	text-align: center;
}



/* ======================================================== applyArea */

#applyArea{
	margin: 40px auto 80px;
	width: 940px;
}

#applyArea dt{
	float: left;
	width: 140px;
}

#applyArea dd{
	margin-left: 140px;
	padding: 15px 0;
	color: #333333;
	line-height: 1.2em;
}

p.btnHagaki{
	margin: 10px 0 0 220px;
}

p.btnHagaki a {
	display: block;
	width: 360px;
	height: 80px;
	text-indent: -9999px;
	text-decoration: none;
}

p.btnHagaki a:link,
p.btnHagaki a:visited {
	background: url("../img/btn_hagaki.jpg") left top no-repeat;
}

p.btnHagaki a:hover,
p.btnHagaki a:active {
	background:url("../img/btn_hagaki.jpg") left bottom no-repeat;
}

#applyArea dd ul li{
	margin: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.2em;
}


