﻿/* ===== Universal Reset ===== */

*{
	margin: 0;
	padding: 0;
}


/* ===== Basic Style ===== */

h1, h2, h3, h4, h5, h6, p, address, a {
	font-size: 100%;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}

body {
	text-align: center;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
	height: 100%;
	background: url(../img/back.gif);
	background-color: #fff;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
}

img, a img {
	border: 0;
	vertical-align: bottom;
}

ul,dl,ol{
	list-style-type: none;
	list-style-position: outside;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}

#link-top,
#link1,
#link2,
#link3 {
	font-size: 0px;
	height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

/* ===== Body Area ===== */

#container {
	width: 900px;
	margin: 0 auto;
	background: url(../img/img_back_index.gif) center top repeat-y;
}


/* ===== Header Area ===== */

#headerArea {
	width: 900px;
	height: 101px;
	margin-bottom: 10px;
	background: url(../img/img_back_header.gif) center top no-repeat;
	border-bottom: #339933 solid 5px;
}
#headerArea #logoArea {
	float: left;
	width: 317px;
	height: 101px;
	margin-right: 143px;
	display: inline;
	text-align: left;
}
* html #headerArea #logoArea {
	margin-right: 133px;
}
#headerArea #logoArea img {
	float: left;
}
#headerArea #telArea {
	float: left;
	width: 420px;
	height: 101px;
	margin-right: 20px;
	display: inline;
	text-align: right;
}
#headerArea #telArea img.img-tel {
	margin-top: 15px;
}
#headerArea #telArea ul {
	list-style-type: none;
}
#headerArea #telArea ul li {
	float: left;
}



/* ===== Contents Area ===== */

#contents {
	clear: both;
	width: 900px;
	height: 100%;
}
#contents:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* ===== Main Area ===== */

#mainArea {
	float: left;
	width: 640px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}
* html #mainArea {
	margin-right: 0px;
}
#mainArea p {
	color: #333;
	font-size: 12px;
	line-height:140%;
}
#mainArea p.p-5 {
	margin-top: 5px;
}
#mainArea p.p-10 {
	margin-top: 10px;
}
#mainArea p.p-inner {
	margin-top: 1em;
}



/* ===== 01 オールインスタディ ===== */

#allinstudyArea {
	width: 640px;
	margin-bottom: 10px;
	text-align: left;
}
/*#allinstudyArea #allinstudyArea-space {
	width: 620px;
	padding: 9px;
	text-align: left;
}*/
#allinstudyArea .pointArea {
	width: 620px;
	margin-top: 20px;
	padding: 9px;
	border: #999 solid 1px;
	background: url(../img/class/allinstudy/back_point.gif) center top no-repeat;
}
#allinstudyArea .boxArea {
	width: 620px;
	margin-top: 10px;
}
#allinstudyArea .boxArea:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#allinstudyArea .boxArea .imageArea {
	float: left;
	width: 300px;
	margin-right: 10px;
	display: inline;
}
#allinstudyArea .boxArea .textArea {
	float: left;
	width: 310px;
	display: inline;
}
#allinstudyArea h2 {
	margin-top: 5px;
}
#allinstudyArea h3 {
	margin-top: 20px;
}
#allinstudyArea h4 {
	margin-top: 20px;
}
#allinstudyArea img.img-point {
	margin-top: 10px;
}



/* ===== 02 2011年秋集中クラス ===== */

#akiclassArea {
	width: 640px;
	margin-bottom: 10px;
	text-align: left;
}
#akiclassArea table {
	width: 639px;
	margin-top: 5px;
	border-spacing: 0;
	border-collapse: collapse;

	color: #111;
	font-size: 10px;
	border-top: #999 solid 1px;
	border-left: #999 solid 1px;
}
#akiclassArea table td {
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	text-align: center;
}
#akiclassArea table td.td-date {
	background-color: #e6f5e1;
}
#akiclassArea table td.td-tuesday {
	background-color: #e4c5e1;
	font-size: 11px;
	font-weight: bold;
}
#akiclassArea table td.td-wednesday {
	background-color: #ccecf4;
	font-size: 11px;
	font-weight: bold;
}
#akiclassArea table td.td-thursday {
	background-color: #cfc8c2;
	font-size: 11px;
	font-weight: bold;
}
#akiclassArea table td.td-friday {
	background-color: #e6e68a;
	font-size: 11px;
	font-weight: bold;
}
#akiclassArea table td.td-saturday {
	background-color: #cfb190;
	font-size: 11px;
	font-weight: bold;
}
#akiclassArea table td.td-blue {
	background-color: #c5e9e1;
}
#akiclassArea .midashiArea {
	width: 640px;
	margin-top: 20px;
}
#akiclassArea .midashiArea:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#akiclassArea .midashiArea .leftArea {
	float: left;
	width: 425px;
	display: inline;
}
#akiclassArea .midashiArea .rightArea {
	float: right;
	width: 215px;
	display: inline;
	text-align: right;
}
/*#akiclassArea h5 {
	margin-top: 20px;
}*/
#akiclassArea img.img-caution {
	margin-top: 20px;
}
#akiclassArea img.img-otherClass {
	margin-top: 20px;
}
#akiclassArea p span {
	color: #ccecf4;
}



/* ===== 03 総合クラス ===== */

#sogoClassArea {
	width: 640px;
	margin-bottom: 10px;
	text-align: left;
}
#sogoClassArea .numberArea {
	width: 630px;
	padding: 4px;
	border-left: #4daf4a solid 1px;
	border-right: #4daf4a solid 1px;
	border-bottom: #4daf4a solid 1px;
}
#sogoClassArea .numberArea:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#sogoClassArea .numberArea .leftArea {
	float: left;
	width: 300px;
	margin-right: 15px;
	display: inline;
}
* html #sogoClassArea .numberArea .leftArea {
	margin-right: 10px;
}
#sogoClassArea .numberArea .centerArea {
	float: left;
	width: 150px;
	margin-right: 15px;
	display: inline;
}
* html #sogoClassArea .numberArea .centerArea {
	margin-right: 10px;
}
#sogoClassArea .numberArea .rightArea {
	float: left;
	width: 150px;
	display: inline;
}
#sogoClassArea .btnArea {
	margin-top:20px;
	width: 630px;
	padding: 4px;
	border: #4daf4a solid 1px;
}

#sogoClassArea .btnArea:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#sogoClassArea .btnArea .leftArea {
	float: left;
	width: 310px;
	display: inline;
}

#sogoClassArea .btnArea .rightArea {
	float: right;
	width: 310px;
	display: inline;
}

#sogoClassArea .scheduleArea {
	width: 640px;
	margin-top: 5px;
}
#sogoClassArea .scheduleArea:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#sogoClassArea .scheduleArea .leftArea {
	float: left;
	width: 394px;
	display: inline;
}
#sogoClassArea .scheduleArea .rightArea {
	float: left;
	width: 245px;
	display: inline;
}
#sogoClassArea h4 {
	margin-top: 20px;
}



/* ===== 04 国家公務員総合職クラス ===== */

#kokuitiClassArea {
	width: 640px;
	margin-bottom: 10px;
	text-align: left;
}
#kokuitiClassArea .numberArea {
	width: 630px;
	padding: 4px;
	border-left: #4daf4a solid 1px;
	border-right: #4daf4a solid 1px;
	border-bottom: #4daf4a solid 1px;
}
#kokuitiClassArea .numberArea:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#kokuitiClassArea .numberArea .leftArea {
	float: left;
	width: 150px;
	margin-right: 15px;
	display: inline;
}
* html #kokuitiClassArea .numberArea .leftArea {
	margin-right: 10px;
}
#kokuitiClassArea .numberArea .centerArea {
	float: left;
	width: 300px;
	margin-right: 15px;
	display: inline;
}
* html #kokuitiClassArea .numberArea .centerArea {
	margin-right: 10px;
}
#kokuitiClassArea .numberArea .rightArea {
	float: left;
	width: 150px;
	display: inline;
}
#kokuitiClassArea .numberArea .underArea {
	clear: left;
	width: 630px;
	padding-top: 15px;
}
#kokuitiClassArea .scheduleArea {
	width: 640px;
	margin-top: 5px;
}
#kokuitiClassArea .scheduleArea:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#kokuitiClassArea .scheduleArea .leftArea {
	float: left;
	width: 394px;
	display: inline;
}
#kokuitiClassArea .scheduleArea .rightArea {
	float: left;
	width: 245px;
	display: inline;
}
#kokuitiClassArea h4 {
	margin-top: 20px;
}



/* ===== 05 外務省専門職員クラス ===== */

#gaisenClassArea {
	width: 640px;
	margin-bottom: 10px;
	text-align: left;
}
#gaisenClassArea .numberArea {
	width: 630px;
	padding: 4px;
	border-left: #4daf4a solid 1px;
	border-right: #4daf4a solid 1px;
	border-bottom: #4daf4a solid 1px;
}
#gaisenClassArea .numberArea:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#gaisenClassArea .numberArea .leftArea {
	float: left;
	width: 300px;
	margin-right: 15px;
	display: inline;
}
* html #gaisenClassArea .numberArea .leftArea {
	margin-right: 10px;
}
#gaisenClassArea .numberArea .centerArea {
	float: left;
	width: 150px;
	margin-right: 15px;
	display: inline;
}
* html #gaisenClassArea .numberArea .centerArea {
	margin-right: 10px;
}
#gaisenClassArea .numberArea .rightArea {
	float: left;
	width: 150px;
	display: inline;
}
#gaisenClassArea .scheduleArea {
	width: 640px;
	margin-top: 5px;
}
#gaisenClassArea .scheduleArea:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#gaisenClassArea .scheduleArea .leftArea {
	float: left;
	width: 394px;
	display: inline;
}
#gaisenClassArea .scheduleArea .rightArea {
	float: left;
	width: 245px;
	display: inline;
}
#gaisenClassArea h4 {
	margin-top: 20px;
}



/* ===== 06 重点強化プログラム ===== */

#kyoukaClassArea {
	width: 640px;
	margin-bottom: 10px;
	text-align: left;
}
#kyoukaClassArea .linkArea {
	width: 640px;
	margin-top: 30px;
}
#kyoukaClassArea .windowArea {
	width: 640px;
	margin-top: 10px;
	background: url(../img/class/back_window.gif) center top repeat-y;
}
#kyoukaClassArea .windowArea-top {
	width: 640px;
	padding-top: 11px;
	background: url(../img/class/back_window_top.gif) center top no-repeat;
}
#kyoukaClassArea .windowArea-bottom {
	width: 617px;
	padding: 0 13px 11px 10px;
	background: url(../img/class/back_window_bottom.gif) center bottom no-repeat;
}
* html #kyoukaClassArea .windowArea-bottom {
	width: 640px;
}
#kyoukaClassArea .windowBlueArea {
	width: 640px;
	margin-top: 10px;
	background: url(../img/class/back_window_b.gif) center top repeat-y;
}
#kyoukaClassArea .windowBlueArea-top {
	width: 640px;
	padding-top: 11px;
	background: url(../img/class/back_window_b_top.gif) center top no-repeat;
}
#kyoukaClassArea .windowBlueArea-bottom {
	width: 617px;
	padding: 0 13px 11px 10px;
	background: url(../img/class/back_window_b_bottom.gif) center bottom no-repeat;
}
* html #kyoukaClassArea .windowBlueArea-bottom {
	width: 640px;
}
#kyoukaClassArea .greenArea1 {
	width: 595px;
	margin-top: 10px;
	padding: 10px;
	border: #0e511b solid 1px;
	background-color: #ffffb3;
}
* html #kyoukaClassArea .greenArea1 {
	width: 617px;
}
#kyoukaClassArea .greenArea1 .underTextArea {
	margin-top: 10px;
	padding-bottom: 2px;
	border-bottom: #232323 solid 1px;
}
#kyoukaClassArea .greenArea1 .underTextArea p {
	font-weight: bold;
}
#kyoukaClassArea .boxArea1 {
	width: 617px;
	margin-top: 10px;
}
#kyoukaClassArea .boxArea1:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#kyoukaClassArea .boxArea1 .leftArea {
	float: left;
	width: 402px;
	display: inline;
	margin-right: 15px;
}
#kyoukaClassArea .boxArea1 .rightArea {
	float: right;
	width: 200px;
	display: inline;
}

#kyoukaClassArea .greenArea2 {
	width: 595px;
	padding: 10px;
	border-left: #0e511b solid 1px;
	border-right: #0e511b solid 1px;
	border-bottom: #0e511b solid 1px;
	background-color: #ffffb3;
}
* html #kyoukaClassArea .greenArea2 {
	width: 617px;
}

#kyoukaClassArea .textArea1 {
	width: 595px;
	margin-top: 10px;
	padding: 10px;
	border: #000 dashed 1px;
	background-color: #ffffb3;
}
#kyoukaClassArea .greenArea3 {
	width: 595px;
	padding: 10px;
	border-left: #0e511b solid 1px;
	border-right: #0e511b solid 1px;
	border-bottom: #0e511b solid 1px;
	background-color: #fff;
}
* html #kyoukaClassArea .greenArea3 {
	width: 617px;
}
#kyoukaClassArea .otherArea1,
#kyoukaClassArea .otherArea2,
#kyoukaClassArea .otherArea3,
#kyoukaClassArea .otherArea4 {
	width: 640px;
	margin-top: 10px;
}
#kyoukaClassArea .otherArea1:after,
#kyoukaClassArea .otherArea2:after,
#kyoukaClassArea .otherArea3:after,
#kyoukaClassArea .otherArea4:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#kyoukaClassArea .otherArea1 .leftArea {
	float: left;
	width: 200px;
	display: inline;
	margin-right: 10px;
}
#kyoukaClassArea .otherArea1 .centerArea {
	float: left;
	width: 200px;
	display: inline;
	margin-right: 20px;
}
#kyoukaClassArea .otherArea1 .rightArea {
	float: left;
	width: 210px;
	display: inline;
}

#kyoukaClassArea .otherArea2 .leftArea {
	float: left;
	width: 210px;
	display: inline;
	margin-right: 20px;
}
#kyoukaClassArea .otherArea2 .centerArea {
	float: left;
	width: 200px;
	display: inline;
	margin-right: 10px;
}
#kyoukaClassArea .otherArea2 .rightArea {
	float: left;
	width: 200px;
	display: inline;
}

#kyoukaClassArea .otherArea3 .leftArea {
	width: 640px;
	/*float: left;
	width: 200px;
	display: inline;
	margin-right: 20px;*/
}
/*#kyoukaClassArea .otherArea3 .rightArea {
	float: left;
	width: 420px;
	display: inline;
}*/

#kyoukaClassArea .otherArea4 .leftArea {
	float: left;
	width: 420px;
	display: inline;
	margin-right: 20px;
}
#kyoukaClassArea .otherArea4 .rightArea {
	float: left;
	width: 200px;
	display: inline;
}

#kyoukaClassArea h2.h2-inner {
	margin-top: 30px;
}
#kyoukaClassArea h3.h3-pagetitle-sub {
	margin-top: 5px;
}
#kyoukaClassArea h3.h3-inner {
	margin-top: 30px;
}
#kyoukaClassArea h3.h3-program3 {
	margin-left: 50px;
}
#kyoukaClassArea h4.h4-inner {
	margin-top: 10px;
}
#kyoukaClassArea h5.h5-inner {
	margin-top: 20px;
}
#kyoukaClassArea img.img-point1 {
	margin-left: 60px;
}
#kyoukaClassArea img.img-point2 {
	margin-top: 10px;
}
#kyoukaClassArea img.img-photo1 {
	float: right;
	margin-left: 5px;
}



/* ===== 講義数表 ===== */

table.table-number {
	width: 150px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 12px;
}
table.table-number-inner {
	margin-top: 15px;
}
table.table-number th {
	width: 131px;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	border-bottom: #7f7f7f solid 1px;
}
table.table-number th.th-top {
	width: 148px;
	background-color: #bfcac7;
}
table.table-number th.th-long {
	width: 148px;
}
table.table-number td {
	width: 15px;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
	border-bottom: #7f7f7f solid 1px;
}
table.table-number-wide {
	width: 300px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 12px;
}
table.table-number-wide-inner {
	margin-top: 15px;
}
table.table-number-wide th {
	width: 131px;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	border-bottom: #7f7f7f solid 1px;
}
table.table-number-wide th.th-top {
	width: 148px;
	background-color: #bfcac7;
}
table.table-number-wide th.th-top-long {
	width: 298px;
	background-color: #fbc0de;
}
table.table-number-wide th.th-top-long span {
	color: #f0027f;
}
table.table-number-wide th.th-long {
	width: 298px;
}
table.table-number-wide td {
	width: 15px;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
	border-bottom: #7f7f7f solid 1px;
}
table.table-number-wide td.td-left {
	width: 14px;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
	border-right: #000 solid 1px;
	border-bottom: #7f7f7f solid 1px;
}
table.table-number-wide td.td-top {
	width: 148px;
	background-color: #bfcac7;
	text-align: right;
}

table.table-number-blue {
	width: 470px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 12px;
}
table.table-number-blue th {
	width: 464px;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	border-bottom: #7f7f7f solid 1px;
}
table.table-number-blue th.th-top {
	width: 464px;
	color: #0571b0;
	background-color: #bfd6e8;
}



/* ===== 受講料、ガイダンスへのリンク ===== */
.numberLinkArea {
	width: 640px;
	margin-top: 20px;
}
.numberLinkArea:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.numberLinkArea ul li {
	float: left;
	margin-right: 40px;
}



/* ===== 合格の鍵 ===== */

.keyArea {
	width: 640px;
	margin-top: 20px;
	background: url(../img/class/back_key.gif) center top repeat-y;
}
.keyArea .keyArea-bottom {
	width: 640px;
	padding-bottom: 15px;
	background: url(../img/class/back_key_bottom.gif) center bottom no-repeat;
}
.keyArea .keyArea-space {
	width: 620px;
	padding: 10px 10px 0 10px;
}



/* ===== 空白ページ ===== */

#videoArea {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	width: 640px;
	margin-bottom: 10px;
	text-align: center;
}

#videoArea #title{
	margin-bottom:30px;
}
#videoArea h2{
	text-align: left;
	color: #FFFFFF;
	border-left:10px solid #1A3B14;
	margin-bottom:20px;
	font-weight:bold;
	font-size:120%;
	line-height:160%;
	background-color:#4DAF4A;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	
}
#videoArea table{
	border-collapse:collapse;
	border-spacing:0;
	width:640px;
}

#videoArea table.videolist th{
	border:1px solid #CCC;
	font-size:75%;
	line-height:160%;
	padding:0 5px;
}
#videoArea table.videolist thead th{
	color: #FFF;
	font-weight:bold;
	background-color:#4DAF4A;
	text-align: center;
}

#videoArea table.videolist tbody th{
	color: #333;
	font-weight:normal;
}
#videoArea table.videolist td{
	border:1px solid #CCC;
	color: #333;
	padding:0 0 0 10px;
	font-weight:normal;
	font-size:75%;
	line-height:160%;
	padding:0 5px;
}
#videoArea table.videolist th a,
#videoArea table.videolist td a{
	display:block;
}

#videoArea .textArea p{
	font-size:75%;
	line-height:160%;
	color: #333;
	text-align:left;
}

/* ===== 空白ページ ===== */

.blankArea {
	width: 640px;
	margin-bottom: 10px;
	text-align: left;
}



/* ===== Sub Area ===== */

#subArea {
	float: left;
	width: 240px;
	display: inline;
}

/* ===== Gnavi Area ===== */

#gnaviArea {
	width: 240px;
}
#gnaviArea ul {
    list-style-type: none;
}
#gnaviArea img {
	float:left;
}
#gnaviArea li {
	clear: left;
}



/* ===== Footer Area ===== */

#footerHeadArea {
	clear: both;
	width: 900px;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	background: url(../img/img_back_footer.gif) 0 0 repeat-y;
}

#footerArea {
	clear: both;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 45px;
	background: url(../img/img_back_footer.gif) 0 0 repeat-y;
	text-align: left;
}
#footerArea:after {
　display: block;
　clear: both;
}
#footerArea #footerLogoArea {
	float: left;
	width: 317px;
	margin-right: 143px;
	display: inline;
	text-align: left;
}
#footerArea #footerLogoArea img {
	margin-left: 25px;
}
#footerArea #footerTelArea {
	float: left;
	width: 420px;
	margin-right: 20px;
	display: inline;
	text-align: right;
}
#footerArea #footerTelArea img {
}
#footerArea #footerTelArea ul {
	list-style-type: none;
}
#footerArea #footerTelArea ul li {
	float: right;
	margin-top: 5px;
	margin-left: 50px;
}
