@charset "UTF-8";

div#title {
	width: 880px;
	margin: 20px auto 10px;
	padding: 3px 0;
	overflow: auto;
	border-top: #D9CEB3 solid 1px;
	border-bottom: #D9CEB3 solid 2px;
}
div#title h2 {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #BA6F36;
	background: url(/themes/wiseat/commons/mark-02.png) 0 1px no-repeat;
	padding-left: 28px;
	margin: 0;
}
div.concept,
div.link,
div.comp,
div.contact {
	width: 685px;
	margin: 20px auto;
}
div.concept div.logomark {
	text-align: center;
	margin-bottom: 20px;
}
div.concept h3,
div.link h3,
div.comp h3 {
	background: #C0B394;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 5px;
	margin:15px 0 5px;
	clear: both;
}
div.concept p,
div.link p,
div.comp p {
	font-size: 1.2em;
	margin-bottom: 10px;
}
div.comp dl {
	font-size: 1.2em;
	float: left;
	width: 370px;
	overflow: hidden;
	padding-bottom: 15px;
}
div.comp dl dt {
	float: left;
	width: 100px;
	text-align: right;
}
div.comp dl dd {
	float: right;
	width: 260px;
}
div.comp div#map {
	float: right;
}
div.contact input,
div.contact textarea {
	font-size: 12px;
}
div#contents div.parag {
	width: 700px;
	margin: 10px auto;
}
div#contents div.parag p {
	margin-bottom: 15px;
	font-size: 120%;
}
div#contents div.parag ol li {
	margin-bottom: 15px;
	font-size: 120%;
}
