@charset "UTF-8";

/* content
---------------------------------------- */
div#content div.text-area {
	width: 450px;
	margin: 10px auto;
	border-top: #a0b1d6 dashed 1px;
	border-bottom: #a0b1d6 dashed 2px;
	font-size: 120%;
	padding: 5px 0;
}
div#content p {
	width: 450px;
	margin: 10px auto;
	font-size: 120%;
}
div#content div.text-area p {
	text-align: right;
}
div#content h3 {
	width: 470px;
	margin: 20px auto 5px;
	font-size: 150%;
	font-weight: bold;
}
div#content table {
	width: 450px;
	margin: 5px auto;
	font-size: 120%;
	
}
div#content h4 {
	width: 450px;
	margin: 20px auto 5px;
	font-size: 120%;
	font-weight: bold;
	color: #639fd1;
}
div#content table {
	width: 450px;
	margin: 20px auto 5px;
	border: #bec8de solid 1px;
	border-collapse: separate;
	border-spacing: 3px;
	margin-bottom: 5px;
}
div#content table th {
	background: #769ecf;
	color: #fff;
	white-space: nowrap;
	padding: 3px;
}
div#content table td {
	border-bottom: #bec8de solid 1px;
	padding: 3px;
}
div#content table td.right-border {
	border-right: #bec8de solid 1px;
}
div#content table td ul li {
	background: url(../commons/list-box.png) 0 3px no-repeat;
	padding-left: 15px;
	margin-bottom: 3px;
}
.str {
	font-weight: bold;
	color: #dd350b;
	font-size: 130%;
}
