@charset "utf-8";

#main_contents ul {
	margin-bottom: 10px;
	text-decoration: none;
}
#main_contents li {
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
	margin-bottom: 5px;
}
#main_contents .title {
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
	list-style-type: none;
	clear: both;
	margin-top: 10px;
}
#main_contents .s_li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#main_contents table {
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#main_contents td {
	width: 350px;
	text-align: left;
}
