@charset "utf-8";

* {
	margin:0px auto;/*全体余白を一度すべてとってしまう*/
	padding:0px;
}

/****css hack****/

div#content:after,
div#header:after,
div#footernaviinner:after,
div#left .pr:after {
	content: "";
	display: block;
	clear: both;
}


/****body common****/
body {
	font-size:0.8em;
	line-height:1.8;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFF;
}

h2 {
	font-size:1em;
	color: #FFF;
}

/******header******/

h1 {
	font-size:0.8em;
	padding:10px;
	text-align:right;
}

div#header {
	width:100%;
	background-color:#FFFFFF;
	}

div#headerinner {
	width:960px;
	margin:0px auto;
}

div#h_left {
	float:left;
	margin-top:20px;
	width:320px;
}

div#h_right {
	float:right;
	width:630px;
}
	
/**fontsize big small**/
div#headerinner ul {
	list-style:none;
	float:right;
}

div#headerinner li {
	float:left;
}


/**tel**/
p#h_tel {
	float:right;
	margin-right:20px;
	margin-bottom:10px;
}


/******navi******/

div#navi {
	width:100%;
	background-color:#333;
	clear:both;
	height:45px;
	background-image: url(../images/main_btn/navi_bg.gif);
	background-repeat: repeat-x;
}

div#navi ul {
	width:962px;
	margin:0px auto;
	list-style:none;
}

div#navi li {
	float:left;
}

div#navi li#top a {
	background-image:url(../images/main_btn/top_btn.gif);
	background-repeat:no-repeat;
	width:157px;
	height:45px;
	display:block;
	text-indent:-9999px;
}

body#index div#navi li#top a {
	background-image:url(../images/main_btn/top3_btn.gif);
}


body#business div#navi li#organization a {
	background-image:url(../images/main_btn/soshiki3_btn.gif);
}

body#seminar div#navi li#seminar a {
	background-image:url(../images/main_btn/kouza3_btn.gif);
}

body#traning div#navi li#traning a {
	background-image:url(../images/main_btn/kunren3_btn.gif);
}

body#testcenter div#navi li#testcenter a {
	background-image:url(../images/main_btn/test3_btn.gif);
}

body#contact div#navi li#contact a {
	background-image:url(../images/main_btn/contact3_btn.gif);
}

div#navi li#top a:hover {
	background-image:url(../images/main_btn/top2_btn.gif);
}

div#navi li#organization a {
	background-image:url(../images/main_btn/soshiki_btn.gif);
	background-repeat:no-repeat;
	width:155px;
	height:45px;
	display:block;
	text-indent:-9999px;
}

div#navi li#organization a:hover {
	background-image:url(../images/main_btn/soshiki2_btn.gif);
}

div#navi li#seminar a {
	background-image:url(../images/main_btn/kouza_btn.gif);
	background-repeat:no-repeat;
	width:155px;
	height:45px;
	display:block;
	text-indent:-9999px;
}

div#navi li#seminar a:hover {
	background-image:url(../images/main_btn/kouza2_btn.gif);
}

div#navi li#traning a {
	background-image:url(../images/main_btn/kunren_btn.gif);
	background-repeat:no-repeat;
	width:162px;
	height:45px;
	display:block;
	text-indent:-9999px;
}

div#navi li#traning a:hover {
	background-image:url(../images/main_btn/kunren2_btn.gif);
}

div#navi li#testcenter a {
	background-image:url(../images/main_btn/test_btn.gif);
	background-repeat:no-repeat;
	width:176px;
	height:45px;
	display:block;
	text-indent:-9999px;
}

div#navi li#testcenter a:hover {
	background-image:url(../images/main_btn/test2_btn.gif);
}

div#navi li#contact a {
	background-image:url(../images/main_btn/contact_btn.gif);
	background-repeat:no-repeat;
	width:157px;
	height:45px;
	display:block;
	text-indent:-9999px;
}

div#navi li#contact a:hover {
	background-image:url(../images/main_btn/contact2_btn.gif);
}

/******content******/
div#content {
	width:930px;
	padding:15px;
	margin:0px auto;
	padding-bottom:30px;
	background-color:#FFF
}

div#content a image {
	border:none;
}

div#content a {
	text-decoration:none;
}

div#content a:hover {
	color:#FF0000;
}

div#left {
	width:660px;
	padding:15px;
	float:left;
}

div#right {
	width:235px;
	float:right;
	padding-top:30px;
}

/**banner**/
div#right ul {
	list-style:none;
}

div#right li {
	margin-bottom:10px;
}

div#right a image {
	border:none;
}

/****footernavi****/

div#footernavi {
	width:100%;
}

div#footernaviinner {
	font-size:0.9em;
	width:930px;
	margin:0px auto;
	background-color:#FFFFFF;
	padding:15px;
	margin-bottom:30px;
}

/**companeyinfomation banner**/
p#footerinfo {
	margin:0px auto;
	margin-top:50px;
	margin-bottom:10px;
}

/**small navi**/
div#footernaviinner ul {
	list-style:none;
}

div#footernaviinner li {
	float:left;
	background-image:url(../images/footer_logo.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	margin-right:20px;
}

div#footernaviinner a {
	text-decoration:none;
	color:#333333;
}

/****footer****/

div#footer {
	background-color:#000;
	color:#FFFFFF;
	padding:20px;
	clear:both;
	font-size:0.9em;
	line-height:2;
	}

div#footerinner a {
	color:#FFFFFF;
	text-decoration:none;
}


div#footerinner {
	width:960px;
	margin:0px auto;
}

div#footerinner h3 {
	background-image:url(../images/footer_logo2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	font-size:1em;
}

/**page&site infomation**/
div#footerinner .f_navi {
	width:300px;
	padding:10px;
	float:left;
}

div#footerinner .f_navi ul {
	margin-bottom:15px;
}

div#footerinner .f_navi li {
	padding-left:15px;
	margin-bottom:5px;
	list-style:none;
}

address {
	clear:both;
	text-align:right;
	margin-bottom:20px;
	font-style:normal;
}
/***************base end******************/

/***************common other than base**********/
h2#bar {
	margin-top:10px;
	margin-bottom:20px;
}

body#business,body#seminar,body#testcenter,body#traning,body#contact,body#privacy {
	background-color:#C00;
}

p#alow {
	background-image:url(../images/alow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:7px 0px 7px 30px;
	font-size:0.9em;
}

/**right btn**/
div#rightover {
	float:right;	
	width:235px;
	padding-top:50px;
}

div#rightover ul {
	list-style:none;
}

div#rightover ul li {
	font-size:0.9em;
	border-left:1px solid #E50012;
	border-top:1px solid #E50012;
	border-bottom:1px solid #E50012;
	border-right:1px solid #E50012;
	padding:5px 15px;
	margin-bottom:5px;
	letter-spacing:0.1em;
	color:#000;
	background-image:url(../images/alow3.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	padding-left:20px;
	}

div#rightover a {
	text-decoration:none;
}

div#rightover a:hover {
	color:#FF0000;
}

/*後1行あける*/
.row {
	margin-bottom:20px;
	}
	
/*前1行あける*/
.before {
	margin-top:20px;
}

/*三角マーク　リンク用*/
.slink {
	background-image:url(../images/alow3.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

/*四角マーク　箇条書き用*/
.squarepoint {
	list-style:none;
	background-image:url(../images/footer_logo2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

.redbar {
	background-image:url(../images/content_bar2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
	font-weight:200;
	letter-spacing:0.1em;/*文字間隔*/
	}

/***************only each page************/


/**********index***********/

/**pr photo**/
div#holder {
	width:100%;
	background:#F5F5F5;
	height:300px;
	padding:10px 0px;
}

/**infomation title**/
div#content .info {
	width:900px;
	padding:20px;
	float:left;
}

div#content .info h2 {
	border-bottom:solid 1px #666666;/*solid実線*/
	color:#000000;
}

/**news**/
dl#news {
	height:400px;
	overflow:auto;
	padding:0px 20px 0px 5px;
	line-height:1.8;
	font-size:1em;
}


dl#news dt {
	float:left;
	padding-right:10px;
	margin-bottom:10px;
}

dl#news dd {
	margin-left:100px;
	margin-bottom:10px;
}


/*******aboutwite/organization***********/


table#soshiki {
	width:660px;
	height:500px;
	line-height:1.5;
	border-collapse:collapse;/*セルの切れ目をなくす*/
}

table#soshiki th {
	background-image: url(../images/logo_wite_s.gif);
	background-repeat: no-repeat;
	background-position: 13px center;
	width:110px;
	padding:15px 15px 15px 43px;
	text-align:left;
	border-bottom:1px dashed #ccc;
}

table#soshiki td {
	text-align:left;
	padding:15px;
	border-bottom:1px dashed #ccc;
}

	
/*******aboutwite/greeting*********/

div#greeting {
	width:435px;
	height:500px;
	float:left;
	padding-right:20px;
    text-align: justify; 
}

p#rijiphoto {
	padding-top:20px;
}

p.name{
font-size: 120%;
text-align: right;
margin-top: 10px;    
}

/**********aboutwite/business************/

div#left .pr {
	width:650px;
	clear:both;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	padding-bottom:20px;
	padding-top:20px;
	line-height:2;
}

div#left .pr h3 {
	border-bottom:1px solid #E50012;
	font-size:1em;
	margin-bottom:15px;
	padding-left:20px;
}

div#left .prphoto1 {
	float:left;
	margin-top:70px;
	border:1px solid #ccc;
	padding:5px;
}

div#left .prphoto2 {
	float:right;
	margin-top:70px;
	border:1px solid #ccc;
	padding:5px;
}

div#left .prword1 {
	float:right;
	padding-left:20px;
	width:430px;
}

div#left .prword2 {
	float:left;
	padding-right:20px;
	width:430px;
}

p.text{
    text-align: justify;
}

/********** aboutwite/access**********/

div#left .map {
	margin:10px;
}

div#left .accessword {
	margin:10px 10px 20px 10px;
	border:1px solid #ccc;
	padding:5px;
}

	
/********** school/seminar***********/

div#rightdown {
	padding-top:70px;
}

div#left ul {
	line-height:2.5;
}	
	
div#seminar_menu li {
	list-style:none;
	background-image:url(../images/footer_logo2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

body#seminar h3 {
	background-image:url(../images/footer_logo2.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	padding-left:20px;
	margin-top:20px;
}

div#left .seminar {
	padding-bottom:30px;
	border-bottom:1px #CCCCCC dashed;
}

.kouza {
	border:1px solid #333;
    border-collapse:collapse;
   	width:650px;
}

.kouza th {
   	background-color:#F4F4F4;
	width:60px;
    padding:15px 15px 15px 15px;
    text-align:left;
	border-bottom:1px solid #333;
}

.kouza td {
	border-left:1px solid #333;
    border-bottom:1px solid #333;
    padding:0.3em 1em;
}


div#tanabe {
	margin-bottom:20px;
}

p#bigu {
	margin-top:10px;
	margin-bottom:50px;
}

/*********** tranign/vocational traning**********/

div#left ol {
	margin-left:30px;
}

div#left ol {
	line-height:2.5
}

p#traning_alow {
	padding-left:150px;
}


table#kunren {
	border:1px solid #333;
    border-collapse:collapse;
   	width:650px;
	height:500px;
	line-height:1.5;
}

table#kunren th {
    background-image:url(../images/footer_logo2.gif);
    background-position:10px center;
	background-repeat:no-repeat;
	background-color:#F4F4F4;
	width:80px;
    padding:15px 15px 15px 30px;
    text-align:left;
	border-bottom:1px solid #333;
}

table#kunren td {
	border-left:1px solid #333;
    border-bottom:1px solid #333;
    padding:0.3em 1em;
}



/***********testcenter/examination**********/

div#odyssey {
	width:500;
	}

p#testcenterlogo {
	float:right;
	padding-top:20px;
}


p#pearsonlogo {
	padding-top:40px;
	float:right;
}

div#pearson {
	clear:both;
}

div#pearson ul {
	float:left;
}

div#odyssey h3 {
	border-bottom:1px solid #E50012;
	font-size:1em;
	margin-bottom:15px;
	padding-left:10px;
}

div#pearson h3 {
	border-bottom:1px solid #E50012;
	font-size:1em;
	margin-bottom:5px;
	padding-left:10px;
}


div#odyssey ul {
	float:left;
}

div#odyssey li {
	background-image:url(../images/footer_logo2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	list-style:none;
}

div#pearson li {
	background-image:url(../images/footer_logo2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	list-style:none;
}

div#itp {
	clear:both;
}

.bigbefore {
	padding-top:50px;
}

.beforeafter {
	padding-top:20px;
	padding-bottom:20px;
}


/******testcenter/wakayama&BIGUtestcenter********/
p#testphoto {
	width:241px;
	margin:20px;
	border:1px solid #ccc;
	padding:5px;
	float:right;
}

p#linkbar {
	padding-top:50px;
	width:376px;
	float:left;
}


/****** index ********/

#slider {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	position:relative;
	overflow:hidden;
}
.content {
	width:960px;
	float: left;
	position: relative;
	background-color:#FFF;
}
.inslider a {
	text-decoration:none;
}
.contentholder {
	border: 1px solid #a9a9a9;
	height:300px;
	width: 960px;
	overflow: hidden;
	position: relative;
	background-color:#FFF;
}
.contentslider {
	position: absolute;
	top: 0; left: 0;
}
.imgslider img {
	float: left;
}
.contentnav {
	position: absolute;
	top: 10px; right:10px;
	 height:20px;
	z-index: 100;
	text-align: center;
	line-height: 20px;
	border: 1px solid #000;
	background-color: #fff;
	border: 1px solid #000;
}
.contentnav a {
	padding: 5px;
	text-decoration: none;
	color: #333;
}
.contentnav a.active {
	font-weight: bold;
	color:#FFF;
	background: #000;
}

.after50 {
	margin-bottom:50px;
}
/********praivacy poricy******/
body#privacy#h3 .before{
	background-image:url(../images/footer_logo2.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	padding:30px;
	}


.color {
	font-weight:bold;
	color:#FF0000;
}