/* CSS Document */

@charset "utf-8";
/* formatting style


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


/* basic layout
------------------------------*/

#top-image {
	height: 325px;
	width: 950px;
}
#contents {
	width: 156px;
	float: left;
	position: relative;
	height: 600px;
	left: 15px;
	top: 20px;
}
#bannar {
	width: 200px;
	float: right;
	position: relative;
	right: 20px;
	top: 20px;
}
#main {
	width: 525px;
	position: relative;
	float: none;
	margin: 0px 230px 60px 195px;
	top: 30px;
}


/* main layout
------------------------------*/
#main #read-01 {
	font-size: 20px;
	line-height: 39px;
	color: #000000;
	margin-bottom: 50px;
	font-weight: bold;
}
#main #text h1 {
	height: 40px;
}
#main #text p {
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 25px;
}
#copyright address {
	font-size: 10px;
	line-height: 12px;
	color: #181818;
	text-align: right;
	margin-right: 20px;
}
.note {
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
}
.chap {
	font-size: 10px;
	line-height: 1.5em;
	color: #000000;
}

