@charset "utf-8";
/* CSS Document */

.section table { width: 630px; }
.section table th {
	text-align			: left;
	font-weight			: normal;
	vertical-align		: top;
	width				: 6em;
	padding				: 5px 0 5px 10px;
	background			: url(../common/img/border/line_001.png) repeat-x 0 bottom;
}
.section table td {
	vertical-align	: top;
	background		: url(../common/img/border/line_001.png) repeat-x 0 bottom;
}
.section table td p { 
	background	: url(../common/img/icon/icon_002.png) no-repeat 0 0.7em;
	text-align	: left;
	padding		: 5px 0 5px 12px;
	margin		: 0;
}

