/* CSS Document */

.conttit
{
	font-size: 14px;
	text-decoration: underline;
}

#home
{
	margin: 0 auto;
	width: 90%;
}

#home p
{
	text-align: justify;
}

#home ul
{
	list-style: decimal;
}

#home li
{
	margin-top: 5px;
}

.tit_sec, .conttit
{
	font-weight: 900;
}

.tit_sec
{
	font-size: 15px;
}

