/* contents
================================*/

#contents h1 {
	line-height: 1.3;
	padding-left: 10px;
	font-size: 26px;
	border-left: 5px solid #99cdff;
}

#contents h2 {
	line-height: 1.3;
	margin-top: 26px;
	padding-left: 12px;
	font-size: 22px;
}

#contents h3 {
	line-height: 1.3;
	margin-top: 22px;
	padding-left: 22px;
	font-size: 16px;
	font-weight: bold;
}

#contents p {
	line-height: 2;
	margin: 1em 0;
	padding: 0 25px;
	letter-spacing: 1px;
	font-size: 12px;
}

#contents strong {
	font-weight: bold;
}

#contents del {
	text-decoration: line-through;
}

#contents ul {
	margin: 1em 0 0 45px;
}

#contents ul li ul,
#contents ul li ol {
	margin-top: 15px;
}

#contents ol {
	margin: 1em 0 0 45px;
}

#contents ol li {
	list-style: decimal;
}

#contents ol li ul,
#contents ol li ol {
	margin-top: 15px;
}

#contents table {
	margin: 1em 25px 0 25px;
	border-collapse: collapse;
	border-spacing: 0;
}

#contents table th,
#contents table td {
	padding: 5px 10px;
	border: solid 1px #dfdfdf;
}

#contents table th {
	font-weight: bold;
	background-color: #eee;
}

#contents .w_full {
	padding: 0;
	text-align: center;
}
