@charset "Shift_JIS";

/*title
--------------------------------------------------------------------------------------------------------------*/
#contents h2 {
	background: url(img/title.jpg) no-repeat;
}


/*main
--------------------------------------------------------------------------------------------------------------*/
#contents strong {
	font-weight: normal;
	color: #df0024;
}
.add {
	border-bottom: 1px solid #000;
	margin: -15px 0 15px;
	padding-bottom: 10px;
	font-size: 77%;
}
#contents ul {
	list-style: disc;
	margin-left: 20px;
}
#contents ul li {
	margin: 10px 0;
}
#contents ul li ul {
	list-style: circle;
	margin-left: 17px;
}
#contents ul li ul li {
	margin: 3px 0;
}


/*main table
--------------------------------------------------------------------------------------------------------------*/
#contents table {
	width: 585px;
	margin-bottom: 20px;
}
#contents table caption {
	font-size: 116%;
	font-weight: bold;
	color:#fff;
	letter-spacing: 0.3em;
}
#contents table caption span {
	background: #231815;
	padding: 5px;
}
#contents table th {
	background: url(img/bgth.gif) repeat-x 0 0;
	padding: 5px 10px 5px 0;
}
#contents table th .th {
	background: #fff;
	padding-right: 5px;
	font-size: 116%;
}
#contents table td {
	width: 100px;
	padding: 5px 0;
	vertical-align: top;
	text-align: right;
	font-size: 116%;
}


