@charset "UTF-8";

/* content
---------------------------------------- */
div#content div.text-area {
	width: 450px;
	margin: 10px auto;
	font-size: 120%;
	padding: 5px 0;
}
div#content div.text-area p {
	width: 450px;
	margin: 10px auto;
}
div#content div.text-area p img {
	float: left;
	margin: 0 5px 5px 0; 
}
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: #f3dada solid 1px;
	border-collapse: separate;
	border-spacing: 3px;
	margin-bottom: 5px;
}
div#content table th {
	background: #df9f9f;
	color: #fff;
	white-space: nowrap;
	padding: 3px;
}
div#content table td {
	border-bottom: #f3dada solid 1px;
	padding: 3px;
}
div#content table td ul li {
	background: url(../commons/list-box.png) 0 3px no-repeat;
	padding-left: 15px;
	margin-bottom: 3px;
}
div#content div.text-area dl dt {
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	background: url(../commons/list-box.png) 0 3px no-repeat;
	float: left;
	width: 100px;
}
div#content div.text-area dl dd {
	margin-bottom: 5px;
}
