/**
 *
 * 移行用
 *
**/
#TabInsi {
	width:640px;
	margin:0 auto;
}
#TabInsi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#TabInsi 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_insi.jpg);
	background-repeat:no-repeat;
}
#TabInsi ul li.tab_end {
	margin:0;
}

.head_bg {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #464646;
}

.head_bg_gray {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #464646;
}

.head_bg_pink {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #800411;
}

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

.koza_table {
	width:500px;
	margin:0 auto;
	border:1px solid #cccccc;
	border-collapse:collapse;
}
.koza_table td, .koza_table th {
	border:1px solid #cccccc;
	padding:5px 10px;
	font-weight:normal;
}
.koza_head {
	background-color:#cc6633;
	color:#ffffff;
}
.koza_label {
	display:block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:2px solid #0066FF;
	margin:0 auto;
	padding:5px;
	width:80px;
}

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

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

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

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

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

#TaikenTop {
	background-image:url(../images/pic/taiken_top.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:640px;
}

/**
 *
 * 入学までの流れ
 *
**/
dl#Flow dt {
	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:93%;
	line-height:150%;
}

/**
 *
 * 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;
	margin-bottom:10px;
}

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

dl.newList dd table {
	border-collapse:collapse;
}
dl.newList dd table th {
	background-color:#FFFFCC;
}
dl.newList dd table th, dl.newList dd table td {
	padding:5px;
}

/**
 *
 * 編入模試タイムテーブル
 *
**/
#HennyuMosiTime {
	border-collapse:collapse;
	width:300px;
	margin-left:180px;
}
#HennyuMosiTime th, #HennyuMosiTime td {
	border:1px solid #c8c8c8;
	padding:10px;
}
#HennyuMosiTime th {
	background-color:#ffffcc;
	width:100px;
}
#HennyuMosiTime td {
	text-align:center;
}

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

/**
 *
 * 受験対策セミナー
 *
**/
#SeminarTable {
	width:520px;
	margin-left:70px;
	border-collapse:collapse;
}
#SeminarTable th, #SeminarTable td {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:10px;
}
#SeminarTable th {
	vertical-align:top;
}

/**
 *
 * 傾向と対策
 *
**/
ol.actionList {
	font-size:93%;
	padding-right:20px;
}

#GuidanceList li {
	margin-left:20px;
}

/**
 *
 * 交流会
 *
**/
dl#Koryu {
	width:470px;
	font-size:85%;
	text-align:left;
	margin:0 auto;
	padding:0;
}
dl#Koryu dt {
	color:#CC3333;
	clear:both;
	float:left;
	width:100px;
	line-height:160%;
}
dl#Koryu dd {
	margin:0;
	padding:0;
	width:370px;
	float:left;
}

dl#Koryu dd p, dl#Koryu dd h3 {
	padding:0;
	margin:0;
	line-height:160%;
}

/**
 *
 * 日程枠
 *
**/
.nittei_top {
	clear:both;
	background-image:url(../images/icon/nittei_top.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:15px;
}
* html .nittei_top {
	margin-top:-35px;
}
.nittei_body {
	background-image:url(../images/icon/nittei_body.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
}
.nittei_bottom {
	background-image:url(../images/icon/nittei_bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:15px;
	margin-bottom:10px;
}

.koryu_pic {
	width:240px;
	float:left;
	margin:0 5px 5px 0;
	padding:0;
	text-align:center;
}
.koryu_20mei {
	position:relative;
	top:-15px;
	left:530px;
	vertical-align:bottom;
}
* html .koryu_20mei {
	top:35px;
}
