/*==============================================================================
// 
// 愛知学院大学 受験生サイト キャンパスライフページ用CSS
// 
==============================================================================*/

div.tokutai_info {
	width: 911px;
	height: 120px;
	margin-left:0px;
	margin-top:0px;
	position: relative;
	background: url(../campuslife/images/tokutai_msg.gif) no-repeat;
}


div.tokutai_info a.line_btn {
	width: 221px;
	height: 20px;
	background: url(../campuslife/images/tokutai_line_btn.gif) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	position: absolute;
	left: 400px;
	top: 95px;
}

div.tokutai_info a.line_btn:hover {
	background-position: 0 -20px;
}
.section_contents ul {
	margin: 0 0 0 16px;
	padding: 0;
}


div.tokutai_left_box {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

div.tokutai_left_box table {
	width: 300px;
}

div.tokutai_right_box {
	float: right;
	width: 580px;
}

div.tokutai_right_box table {
	width: 580px;
}

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

th.bottom {
	border-bottom: 1px solid #dcdbdb;
	background-image: none;
}
td {
	background: #ffffff url(../images/common/table_dot_border.gif) repeat-x left bottom;
	padding: 10px 20px 10px 15px;
	border-right: 1px solid #dcdbdb;
}

td.type {
	background: #f7f7f7 url(../images/common/table_dot_border.gif) repeat-x left bottom;
}
td.right {
	border-right-style: none;
}

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

td.price {
	padding-right: 40px;
	text-align: right;
}

td.price2 {
	padding-right: 55px;
	text-align: right;
	font-size:120%;
	color:#FF0000;
	font-weight:bold;
}
