@charset "UTF-8";

div#page-tit {
	height: 25px;
	margin: 7px 0 0;
	padding: 5px 5px 0;
	background: url(/commons/tit-back.png) no-repeat;
}
div#page-tit h3 {
	float: left;
	width: 300px;
	padding-left: 15px;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
div#page-tit p {
	float: right;
	color: #cc0000;
	font-size: 84%;
}
div#aim {
	margin-bottom: 10px;
	padding-left: 12px;
	padding-bottom: 5px;
	background: url(img/concept-back.png) 450px -10px no-repeat;
}
div#aim h4 {
	color: #c00;
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0 3px;
}
div#aim ul {
	margin: 20px 0 50px;
}
div#aim ul li {
	padding-left: 22px;
	padding-top: 7px;
	background: url(/commons/ico-check.png) 0 4px no-repeat;	
}
div#aim ul#outline {
	margin: 0;
	padding: 0;
}
div#aim ul#outline li {
	list-style: disc;
	margin: 0 0 0 15px;
	padding: 0;
	background: none;
}
div.categ {
	margin-bottom: 10px;
	padding-left: 12px;
	padding-bottom: 10px;
	border-bottom: #999 dotted 1px;	
}
div.categ h4 {
	background: url(/commons/arrow-cross.png) 0 3px no-repeat;
	padding-left: 13px;
	margin-bottom: 3px;
	color: #960;
	font-weight: bold;
	font-size: 100%;
}
div.categ dl {
	padding-left: 12px;
}
div.categ dl dt {
	font-weight: bold;
	color: #666;
}
div.box {
	clear: both;
	margin-bottom: 15px;
}
img.left {
	clear: left;
	float: left;
	padding: 0 5px 10px 13px;
}
img.right {
	clear: left;
	float: right;
	padding: 0 0 10px 3px;
}
