/*==============================================================================
// 
// 愛知学院大学 受験生サイト このサイトについて、個人情報保護方針など用CSS
// 
==============================================================================*/


.section dl {
	padding: 0 10px 5px;
	margin: 0;
}
.section dl dt {
	color: #880c12;
	font-weight: bold;
}
.section_contents ul {
	margin: 0 0 0 16px;
	padding: 0;
}

table {
	border-collapse: collapse;
	width: 100%;
}
th {
	color: #880c12;
	background: #fbf4f4 url(../images/common/table_dot_border.gif) repeat-x left bottom;
	padding: 14px 15px 14px 10px;
	text-align: left;
	white-space: nowrap;
	width: 150px;
	border-right: 1px solid #dcdbdb;
}

th a {
	color: #880c12;
}

th a:hover {
	color: #a68955;
}

th.top {
	border-top: 1px solid #dcdbdb;
}

th.bottom {
	border-bottom: 1px solid #dcdbdb;
	background-image: none;
}

td {
	background: white url(../images/common/table_dot_border.gif) repeat-x left bottom;
	padding: 14px 20px 14px 15px;
}
td.top {
	border-top: 1px solid #dcdbdb;
}
td.bottom {
	border-bottom: 1px solid #dcdbdb;
	background-image: none;
}
td.second {
	background-color: #f7f7f7;
}
ul.sitemap_list {
	margin: 0;
	padding: 0;
}

ul.sitemap_list li {
	width: 220px;
	float: left;
	background: url(../images/common/red_pointer.gif) no-repeat left center;
	list-style-type: none;
	margin: 0 10px 5px 0;
	padding: 0 0 0 8px;
	display: block;
}

ul.sitemap_list li img.blank_icon {
	vertical-align: top;
	margin-left: 3px;
}
