/* table */
h3{
	width: 800px;
	height: 39px;
	padding-top: 15px;
	padding-left: 10px;
	background: url('http://www.waseda-ac.co.jp/success18/img/h1_s_base.png');
	background-repeat: no-repeat;
}

.left{
	width: 150px;
	height:585px;
	/*background-image: url(../Images/left_menu.jpg);*/
}

table.ttype01 {
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #f2efeb;
}
table.ttype01 th {
	border-collapse: collapse;
	border: 1px solid #f2efeb;
	border-bottom: 1px solid #ffffff !important;
	background-color: #f2efeb;
	padding: 10px;
	font-weight: normal;
}
table.ttype01 td {
	border-collapse: collapse;
	border: 1px solid #f2efeb;
	padding: 10px;
	text-align: left;
}
table.ttype01 td.white {
	border-bottom: 1px solid #ffffff !important;
}
table.ttype01 th.white {
	border-right: 1px solid #ffffff !important;
}
