@charset "UTF-8";
/*▼▼▼▼▼▼ タイトル ▼▼▼▼▼▼*/
#content h2 {
	color: #c8151d;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 45px;
	background-image: url(../img/h2_red.png);
	background-repeat: no-repeat;
	text-indent: 65px;
	width: 640px;
	height: 40px;
	margin: 0 0 5px;
	display: block; }
/*▼▼▼▼▼▼ 本文 ▼▼▼▼▼▼*/
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px;
	padding-left: 5px;
	border-left: 8px solid #c8151d; }
#content h4 {
	color: #c8151d;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px; }
#content h5 {
	color: #c8151d;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 5px; }
#inner_navi a {
	text-decoration: none; }
#inner_navi a:hover {
	color: #c8151d;
	text-decoration: underline; }
#content ul {
	margin: 0 0 0; }

#content .dot li {
	text-indent: -1em;
	margin: 0 0 3px;
	padding-left: 1.5em;
	list-style-type: disc;
	list-style-position: inside; }

#content .num li {
	text-indent:         -1em;
	margin: 0 0 3px;
	list-style-type:     decimal;
	list-style-position: inside;
	padding-left:        1.5em; }
	
#content .offset {
	margin: 0 0 0 15px; }
	
	
/*▼▼▼▼▼▼ table ▼▼▼▼▼▼*/
.table th ,.table .th {
	color: #c8151d;
	font-weight: normal;
	background-color: #fee9ea;
	text-align: left;
	padding: 2px 5px;
	border-bottom: 1px solid #aaa; }

.table td {
	text-align:       left;
	padding:          2px 5px;
	border-bottom:    1px solid #aaa;
	border-left: 1px dashed #aaa; }

.table .top {
	border-top: 1px solid #aaa;
	 }

.table caption {
	color: #c8151d;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 5px; }

.table a {
	text-decoration: underline;	 }

.table a:hover {
	color: #c8151d;
	text-decoration: none; }
	
