@charset "UTF-8";
/* CSS Document */

#contents-inner h2 {
	display: block;
	margin-bottom: 20px;
	font-size: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
}
#contents-inner h3 {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}
#contents-inner hr {
   border-bottom: 1px solid red;
}

/** 本文エリア **/
#contents-inner #signature {
	text-align: right;
	padding-bottom: 30px;
}
#contents-inner-body {
}
#contents-inner-body p {
	line-height: 1.3em;
	margin-bottom: 5px;
}
#contents-inner-body #sincerely {
	text-align: right;
}
#contents-inner-body #date {
	text-align: right;
}
#contents-inner-body #note {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents-inner-body #note table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#contents-inner-body #note table tr {
	padding-bottom: 10px;
}
#contents-inner-body #note table tr th {
	font-weight: bold;
	text-align: justify;
	padding-right: 10px;
	vertical-align: top;
	/*padding-bottom: 10px;*/
}
#contents-inner-body #note tr td {
	margin-left: 10px;
	text-align: left;
}

/** ダウンロードエリア **/
#contents-inner-body #download {
	border-top-style: dotted;
	border-top-color: #666;
	border-top-width: 1px;
	padding-top: 10px;
	text-align: center;
}

