/**
 *
 * 移行用
 *
**/
#TabDaigaku {
	width:640px;
	margin:0 auto;
}
#TabDaigaku ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#TabDaigaku ul li {
	font-size:93%;
	width:124px;
	height:50px;
	line-height:50px;
	float:left;
	margin:0 5px 0 0;
	background-image:url(../../common/tab_bg_daigaku.jpg);
	background-repeat:no-repeat;
}
#TabDaigaku ul li.tab_end {
	margin:0;
}

.head_bg {
	border-top:2px solid #009900;
}

.content_frame {
	background-image:url(../../common/frame_curtain_daigaku.jpg);
}

/**
 *
 * 旧バージョン
 *
**/

#GNavi {
	background-image:url(../common/gnavi_background.gif);
}

#MenuHead {
	background-image:url(../../images/menu/menu-head-daigaku.gif);
	background-repeat:no-repeat;
}
#MenuBody {
	background-image:url(../../images/menu/menu-line-daigaku.gif);
	background-repeat:repeat-y;
}
#MenuBottom {
	background-image:url(../../images/menu/menu-bottom-daigaku.gif);
	background-repeat:no-repeat;
}

#MenuBody ul li {
	background-image:url(../../images/icon/list-1-daigaku.gif);
	background-repeat:no-repeat;
}
/* 入れ子メニュー */
#MenuBody ul li ul li {
	background-image:url(../../images/icon/list-2-daigaku.gif);
	background-repeat:no-repeat;
}

.subtitle {
	border-bottom:1px solid #2cbf30;
}

/**
 *
 * 入学までの流れ
 *
**/
dl#Flow dt {
	font-size:110%;
	font-weight:bold;
	color:#0000ff;
}
dl#Flow dd {
	border-top:1px solid #333333;
	margin-bottom:20px;
	padding-top:10px;
}
dl#Flow dd ul li {
	font-size:90%;
	line-height:150%;
}
dl#Flow dd dl dt {
	font-size:100%;
	font-weight:bold;
	color:#333333;
}
dl#Flow dd dl dd {
	border-top:none;
	margin-bottom:20px;
	padding-top:10px;
}
/**
 *
 * h3見出し
 *
**/
h3.header {
	border-bottom:1px solid #c8c8c8;
	color:#0000ff;
	background-image:url(../../images/icon/header_back.gif);
	background-repeat:repeat-x;
	height:35px;
	padding:0 10px;
	font-size:110%;
	margin-bottom:10px;
}

/**
 *
 * 編入学新着情報
 *
**/
h3.newList {
	font-size:110%;
	margin-bottom:10px;
}
dl.newList {
	/*border-bottom:1px solid #c8c8c8;*/
	margin-bottom:20px;
}
dl.newList dt {
	font-weight:bold;
	font-size:100%;
	margin-bottom:5px;
}
dl.newList dd {
	margin-bottom:20px;
}
dl.newList dd.bottomLine {
	border-bottom:1px solid #c8c8c8;
}

/**
 *
 * 短期講座 Web授業タイムテーブル
 *
**/
#TankiWebTimetable {
	width:300px;
	margin-left:180px;
	border-collapse:collapse;
	border:1px solid #c8c8c8;
}
#TankiWebTimetable th {
	background-color:#FFFFCC;
	border:1px solid #c8c8c8;
	text-align:center;
}
#TankiWebTimetable td {
	text-align:center;
	border:1px solid #c8c8c8;
}
