
/* index.css */

#conceptAllContainer {
	width: 512px;
	padding: 50px 82px 0;
}

#conceptAllContainer h2 {
	text-align: center;
	margin: 0 0 40px;
}

#conceptAllContainer p {
	text-align: center;
	padding: 0 0 7px;
	margin: 0 0 15px;
	background: url(../../images/common/item_dot01.gif) left bottom repeat-x;
}

#conceptAllContainer p.last {
	margin: 0;
}
