@charset "UTF-8";

h1 {
	background-image: url(../img/cap.png);
	width: 740px;
	height: 100px;
	text-indent: -999em;
	margin-top: 8px;
	margin-bottom: 12px;
}

.contents {
	background-color: #ffffff;
	border: 1px solid #520016;
	padding: 10px;
	margin-top: 10px;
}

/*--------------------------------------------------
	character
--------------------------------------------------*/
.character {
	margin-top: 18px;
	margin-left: 13px;
	margin-bottom: 13px;
}

/*--------------------------------------------------
	summary
--------------------------------------------------*/

.summary h2 {
	background-image: url(../img/summary_cap.png);
	width: 255px;
	height: 39px;
	text-indent: -999em;
	margin-bottom: 20px;
}

.summary .margin-bottom {
	margin-bottom: 15px;
}


.summary {
	margin-top: 24px;
	margin-bottom: 36px;
}

.summary p {
	margin-bottom: 6px;
}

.summary table {
	background-color: #ffffff;
	border: solid  #520016;
	border-width: 2px;
}

.summary td {
	border: solid  #520016;
	border-width: 1px;
	padding: 5px;
}

/*--------------------------------------------------
	signature
--------------------------------------------------*/
.signature {
	position: relative;
}

.signature h2 {
	background-image: url(../img/signature_cap.png);
	width: 735px;
	height: 39px;
	text-indent: -999em;
	margin-bottom: 20px;
}

.signature .img {
	position: absolute;
	left: 365px;
	top: 53px;
}
