body {
	font-family: "Helvetica", "Arial", "Verdana", "sans-serif";
	font-size: 13px;
	margin: 0;
	text-align: center;
}
div#main {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid #b2b2b2;
/*	border-right: 1px solid #b2b2b2; */
}
/* header */
div#header {
	width: 728px;
	margin-left: 72px;
	margin-bottom: 40px;
	position: relative;
	background-color: #ff941c;
}
div#header h1 {
	width: 508px;
	background-color: #ff941c;
	border-right: 1px solid #ffffff;
}
div#adress {
	width: 199px;
	height: 66px;
	position: absolute; right: 20px; top: 20px;
	font-family: "Verdana", "Helvetica", "Arial", "sans-serif";
	text-align: right;
	font-size: 13px;
	background-color: #ff941c;
}
div#adress a {
	color: #ffffff;
	text-decoration: none;
}
div#about {
	width: 199px;
	height: 65px;
	position: absolute; right: 20px; top: 86px;
	font-family: "Verdana", "Helvetica", "Arial", "sans-serif";
	text-align: right;
    line-height :117px;
	font-size: 13px;
}
div#mail {
	width: 199px;
	height: 19px;
	position: absolute; right: 20px; top: 151px;
	font-family: "Verdana", "Helvetica", "Arial", "sans-serif";
	text-align: right;
    line-height :28px;
	font-size: 12px;
}
/* chapter */
.chapter {
	width: 708px;
	margin-left: 72px;
	position: relative;
	padding-bottom: 40px;
	overflow: auto;
}
.chapter p {
	text-align: justify;
	margin-bottom: 1em;
}
.chapter .bootLink p {
	padding-bottom: 0.3em;
}
.chapter h2 {
	width: 238px;
	height: 60px;
	padding-left: 8px;
	margin-bottom: 32px;
	border-left: 12px solid #b2b2b2;
}
.chapter .bootLink {
	width: 448px;
	height: 60px;
	margin-bottom: 32px;
	margin-left: 10px;
	position: absolute; right: 0px; top: 0px;
	font-family: "Helvetica", "Arial", "sans-serif";
	font-size: 22px;
}
/*
.chapter .bootLink a {
	color: #000000;
}
*/
/* section */
.chapter .section {
	width: 708px;
}
.chapter .section .detail {
	float: right;
	width: 458px;
	padding-top: 32px;
	border-top: 1px solid #ff941c;
}
.chapter .section .detail h3 {
	width: 458px;
	height: 53px;
	font-size: 30px;
}
.chapter .section .info {
	float: left;
	width: 190px;
	padding-left: 20px;
	padding-top: 43px;
}
.chapter .section .detail dt {
	font-size: 13px;
	font-weight: bold;
}
.chapter .section .detail dd {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
.chapter .section .detail li {
	list-style-type: disc;
	margin-bottom: 0.1em;
	margin-left: 1.5em;
}
/* footer */
div#footer {
	width: 728px;
	margin-left: 72px;
	padding-top: 4px;
	padding-bottom: 36px;
	text-align: left;
	border-top: 1px solid #ff941c;
}
