@charset "utf-8";
/* CSS Document */

#contents h2 {
	width: 900px;
	height: 0px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	font-size: 0;
}

div#shisetuBox {
	margin: 5px 0 25px 0;
	padding: 0;
}

div#shisetuBox h3 {
	margin-top: 5px;
	padding: 15px;
	color: #666;
	text-align: left;
	font-size: 120%;
	background: url(../images/bg_h3.gif) repeat-x center center;
	border-top: 1px solid #CCC;
	border-left: 3px solid #d7359f;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
div#shisetuBox h4 {
	padding: 5px 5px 5px 13px;
	text-align: left;
	font-size: 110%;
	border-left: 3px solid #d7359f;
	border-bottom: 1px dotted #d7359f;
}
#shisetuLeft {
	float: left;
	width: 400px;
}

#shisetuRight {
	float: right;
	width: 240px;
}

div#shisetuBox p {
	margin: 10px 0 0 0;
}

div#shisetuBox dl {
	margin: 10px 0 0 0;
}
div#shisetuBox dl dt {
	color: #0066CC;
	font-weight: bold;
}
div#shisetuBox dl dd {
	margin: 0;
}

div#shisetuBox table {
	width: 100%;
	margin-bottom: 10px;
	border: 1px dotted #CCC;
}
div#shisetuBox table th {
	padding: 5px;
}
div#shisetuBox table td {
	padding: 5px;
}

div#shisetuBox ol {
	margin: 0;
	padding: 0 0 0 25px;
}
div#shisetuBox ul {
	margin: 0;
	padding: 0 0 0 25px;
}
div#shisetuBox li {
	margin: 0;
}

div#shisetuBox font.point {
	color: #0066CC;
}
