/* contents
------------------------------*/
#contents-area {
	min-width: 960px;
	margin: 0 20px;
	padding-bottom: 20px;
}

#contents {
	text-align: center;
	min-width: 960px;
}

.contents-title {
	min-width: 960px;
	margin-bottom: 20px;
	background-image: url(img/title_bg.jpg);
	background-position: right;
	background-repeat: repeat-x;
}

.contents-title h2 {
	width: 280px;
	height: 40px;
	background-image: url(img/sprites.jpg);
	background-position: -184px -399px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* main
------------------------------*/
#main {
	text-align: left;
	float:left;
	width: 100%;
	margin-right: -350px;
	position: relative;
	display: inline;
	z-index: 1;
}

#greeting {
	margin-right: 350px;
	min-width: 610px;
}

#greeting h3 {
	width: 100%;
	border-bottom: 1px solid #2984CF;
	font-size: 142%;
	color: #2984CF;
	text-indent: 20px;
	background-image: url(img/sprites.jpg);
	background-position: -480px -485px;
	background-repeat: no-repeat;
}

* html #greeting h3 span {
display: block;
width: 610px;
}

* html #greeting-contents {
width: 610px;
}

#greeting p {
	margin: 20px 0 30px 20px;
	line-height: 1.7;
}

#history {
	margin-right: 350px;
	min-width: 610px;
}

#history h3 {
	width: 100%;
	border-bottom: 1px solid #2984CF;
	font-size: 142%;
	color: #2984CF;
	text-indent: 20px;
	background-image: url(img/sprites.jpg);
	background-position: -480px -485px;
	background-repeat: no-repeat;
}

* html #history h3 span {
display: block;
width: 610px;
}

* html #history-contents {
width: 610px;
}

#history p {
	margin: 15px 0 20px 20px;
}

.history-list {
	margin-left: 20px;
}

.history-list th {
	padding: 0 12px 8px 0;
	font-weight: normal;
}

.history-list td {
	padding-bottom: 8px;
}

.history-list td span {
	margin-right: 8px;
}

.history-list td a {
	color: #0D5087;
}

.history-list td a:hover {
	color: #CC0101;
}

.history-list td a:visited {
	color: #3C39D6;
}

.toplink {
	width: 120px;
	height: 15px;
	margin-right: 350px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(img/sprites.jpg);
	background-position: -480px -298px;
	background-repeat: no-repeat;
	text-indent: 18px;
}

.toplink a {
	color: #0D5087;
}

.toplink a:hover {
	color: #CC0101;
}

.toplink a:visited {
	color: #3C39D6;
}

/* sub
------------------------------*/
#sub {
	text-align: left;
	float: right;
	width: 330px;
	margin-left: 20px;
	background-color: #3697CE;
	display: inline;
	z-index: 2;
}

* html #sub {
clear: both;
}

#profile {
	width: 280px;
	margin: 20px auto 20px;
}

#profile dl {
	margin-bottom: 10px;
}

#profile dt {
	color: #FFFFFF;
}

#profile dd {
	color: #FFFFFF;
}

#profile-photo {
	width: 280px;
	height: 187px;
	margin-bottom: 10px;
	background-image: url(img/photo/09.jpg);
	text-indent: -9999px;
}

#books {
	width: 280px;
	margin: 0 auto 100px;
	color: #FFFFFF;
}

.books-photo {
	margin-bottom: 10px;
}

.books-title {
	width: 160px;
	margin-bottom: 20px;
	text-align: center;
}


