/* ラッパー */
#Wrapper {
	background-image:url(../images/background.gif);
	padding:0 0 10px;
}
/* IE用ハック グローバルナビゲーションとコンテンツの間にできる2pxの隙間埋め*/
* html #Wrapper {
	margin-top:-2px;
}

/* コンテンツ */
#Content {
	background-color:#ffffff;
	width:950px;
	margin:0 auto;
	padding:20px 0px;
	text-align:left;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

/* ヘッダー部分 */
#HeadWrapper {
	background-color:#ffffff;
}
#HeadNavi {
	width:950px;
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
}
/* アクセス部分 */
#AccessMenu {
	width:510px;
	float:left;
	background-image:url(../images/icon/headnavi-triangle.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#AccessMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#AccessMenu ul li {
	width:100px;
	height:30px;
	line-height:30px;
	float:left;
}

/* IE用ハック line-heightの代わり */
* html #AccessMenu ul li {
	/*padding-top:8px;*/
}

/* メイン項目メニュー */
#TopMenu {
	background-image:url(../images/icon/headnavi-bg.gif);
	background-repeat:repeat-x;
	width:440px;
	float:right;
}
#TopMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#TopMenu ul li {
	height:30px;
	float:left;
}
#TopMenuHennyu, #TopMenuInsi {
	width:60px;
}
#TopMenuDaigaku, #TopMenuCoZ, #TopMenuJob {
	width:70px;
}
#TopMenuRel {
	width:110px;
}

/* タイトル */
#Title {
	background-color:#ffffff;
	width:950px;
	margin:0 auto;
	padding:20px 0 10px;
	text-align:left;
	background-image:url(../common/recept.jpg);
	background-repeat:no-repeat;
	background-position:370px;
}
#Title h1 {
	width:320px;
	margin:0;
	padding:0;
	float:left;
}

/* 資料請求 */
#Title p {
	width:234px;
	margin:0;
	padding:0 10px 0 0;
	float:right;
}

/* グローバルナビゲーション */
#GnaviWrapper {
	background-image:url(../images/icon/gnavi_background.gif);
	background-repeat:repeat-x;
	height:35px;
}

#GnaviWrapper ul {
	width:950px;
	list-style-type:none;
	margin:0 auto;
	padding:0;
}
/* IE用ハック margin対策 */
* html #GnaviWrapper ul {
	margin:0;
}

#GnaviWrapper ul li {
	width:108px;
	float:left;
}

/* 内容部分 */
#Main {
	width:680px;
	float:left;
	text-align:center;
}

/* ローカルナビゲーション */
#Sidebar {
	width:260px;
	float:right;
	text-align:center;
}

/*ローカルナビゲーション 枠 各項目ごと別にbackground-imageを指定する */
#MenuHead {
	width:220px;
	height:20px;
	text-align:center;
	margin:0 auto;
}
#MenuBody {
	width:220px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}
#MenuBottom {
	width:220px;
	height:20px;
	margin:0 auto;
}
#MenuBody ul {
	margin:0 10px;
	padding:0;
	list-style-type:none;
}

#MenuBody ul li {
	padding-left:17px;
	font-size:90%;
	line-height:150%;
	/* 項目ごとbackground-imageを指定する */
}

#MenuBody ul li ul li {
	padding-left:12px;
	font-size:100%;
}

/* ローカルナビゲーション下 バナー */
#MenuBanner {
	list-style-type:none;
	margin:20px 10px 0;
	padding:0;
}
#MenuBanner li {
	text-align:center;
	margin-bottom:10px;
}

/* パンくずリスト */
#Breadcrumb {
	background-color:#ffff99;
	font-size:80%;
	margin:0 5px;
	padding:3px 3px;
	margin-bottom:10px;
	text-align:left;
}

/* 見出し */
h2.subtitle {
	margin:0 5px 5px;
	padding:0;
	text-align:left;
	/*border-bottom の色を各項目ごとに変える*/
}

/* トップのバナー */
#MainBanner {
	list-style-type:none;
	margin:10px 0;
	padding:0;
}
#MainBanner li {
	margin-bottom:10px;
}

/* 枠 */
.frameHead {
	height:20px;
	width:660px;
	background-image:url(../images/material/frame_head.gif);
	background-repeat:no-repeat;
	margin:0 auto;

}
.frameBody {
	width:660px;
	background-image:url(../images/material/frame_body.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}
.frameBottom {
	height:20px;
	width:660px;
	background-image:url(../images/material/frame_bottom.gif);
	background-repeat:no-repeat;
	margin:0 auto;

}

/**
 *
 * frameBody内のタグの調整
 *
**/
.frameBody p {
	margin-left:15px;
	margin-right:15px;
}

.frameBody h3, .frameBody h4, .frameBody h5, .frameBody dl {
	margin:0 15px 10px;
}

.frameBody ul, frameBody ol {
	
}

/**
 *
 * フォームレイアウト
 *
**/
#FormTable {
	width:630px;
	margin:0 15px;
}
#FormTable th {
	font-size:90%;
	font-weight:normal;
	background-color:#FFFFCC;	
	padding:3px 5px;
	text-align:left;
	vertical-align:top;
}
#FormTable td {
	font-size:90%;

}
#FormTable td ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.formExample {
	color:#0000ff;
	font-size:90%;
}
.formSubmit {
	text-align:center;
}

/* ※マーク */
.required {
	color:#ff0000;
	font-weight:bold;
}

/**
 *
 * 模試フォーム教科選択
 *
**/
#MosiSubject {
	margin:10px 0;
}
#MosiSubject dt {
	color:#0000ff;
	font-weight:bold;
	font-size:110%;
}
#MosiSubject dd {
	margin:0 0 10px 0;
	padding:0;
}
#MosiSubject dd ul {
	margin:0 0 10px 30px;
}
#MosiSubject dd h3 {
	margin:0 0 0 20px;;
	padding:0;
	font-size:100%;
}
/**
 *
 * 開設講座
 *
**/
table.koza {
	width:500px;
	margin:0 70px;
	border-collapse:collapse;
	border:1px solid #c8c8c8;
}
table.koza tr.kozaHead th {
	background-color:#2691c3;
	color:#ffffff;
}
table.koza th {
	text-align:center;
	padding:3px 5px;
	border:1px solid #c8c8c8;
}
table.koza td {
	padding:3px 5px;
	border:1px solid #c8c8c8;
}

/**
 *
 * 講座案内 コース受講科目
 *
**/
.course_subject {
	list-style-type:none;
	height:40px;
	margin:0 0 0 20px;;
	padding:0;
}
.course_subject li {
	width:80px;
	height:30px;
	margin-right:2px;
	float:left;
}

/* 画像文字を繋げる */
.connectImgMsg p {
	margin:0;
	padding:0;
	line-height:0;
}

/**
 *
 * 模試 dl
 *
**/
dl.dlGeneral dt, dl.mosiDetail dt, dl.kisoList dt {
	font-size:110%;
	font-weight:bold;
	margin-bottom:5px;
}
dl.dlGeneral dt img, dl.mosiDetail dt img, dl.kisoList dt img {
	vertical-align:top;
}
dl.dlGeneral dd, dl.mosiDetail dd, dl.kisoList dd {
	margin-bottom:20px;
}

/**
 *
 * 基礎知識スケジュール
 *
**/
dl#KisoSchedule dt {
	margin-bottom:5px;
	font-size:110%;
	font-weight:bold;
	background-image:url(../images/icon/header_back.gif);
	background-repeat:repeat-x;
	line-height:30px;
}
dl#KisoSchedule dd {
	margin-bottom:10px;
}

/**
 *
 * 合格実績
 *
**/
#GokakuJisseki {
	width:620px;
	margin:0 20px;
	border-collapse:collapse;
}
#GokakuJisseki caption {
	text-align:right;
	color:#ff0000;
}
#GokakuJisseki th, #GokakuJisseki td {
	border:1px solid #c8c8c8;
	font-size:90%;
	padding:5px 3px;
}
#GokakuJisseki th {
	text-align:center;
	background-color:#2691c3;
	color:#ffffff;
}
#GokakuJisseki .gokaku {
	background-image:url(../images/icon/stamp_gokaku.gif);
	background-repeat:no-repeat;
	padding-left:35px;
	height:32px;
}

/**
 *
 * 模試日程テーブル
 *
**/
#MosiSchedule {
	width:630px;
	border-collapse:collapse;
	margin-left:15px;
	margin-bottom:40px;
	border:1px solid #c8c8c8;
}
#MosiSchedule caption {
	color:#6666ff;
	font-size:110%;
	font-weight:bold;
	margin-bottom:5px;
}
#MosiSchedule th, #MosiSchedule td {
	text-align:center;
	border:1px solid #c8c8c8;
	padding:3px;
}
#MosiSchedule th {
	background-color:#FFFFCC;
}

#MosiTimeHennyu {
	width:330px;
	float:left;
	text-align:center;
}
#MosiTimeHennyu table {
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
}
#MosiTimeHennyu table th, #MosiTimeHennyu table td, #MosiTimeInsi table th, #MosiTimeInsi table td {
	border:1px solid #c8c8c8;
	padding:10px;
}
#MosiTimeHennyu table th, #MosiTimeInsi table th {
	background-color:#ffffcc;
}
#MosiTimeInsi {
	width:330px;
	float:right;
	text-align:center;
}
#MosiTimeInsi table {
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
}

/* 区切り線 */
div.border {
	padding:10px 0;
	text-align:center;
}

a.finger {
	padding:10px 0 10px 32px;
	background-image:url(../images/icon/arrow_finger.gif);
	background-repeat:no-repeat;
	background-position:left;
}

ul.arrow {
	list-style-image:url(../images/icon/list-icon-arrow.gif);
}

p.pagetop {
	clear:both;
	margin-top:10px;
	padding:10px 0 0;
	border-top:1px solid #c8c8c8;
	text-align:right;
}

#Top img {
	vertical-align:top;
}