@charset "utf-8";

@import "/css/common.css";
@import "/css/contents.css";

/*----------------------------------------------------------------

掲載学校一覧用CSS

----------------------------------------------------------------*/

#contentsOuter {
	position:relative;
}

#contentsOuter .masthead {
	margin-left:21px;
	padding-top:31px;
	width:625px;
	height:102px;
	background:url(/images/masthead_bg.jpg) no-repeat left bottom;
}

#contentsOuter .masthead img {
	margin-left:10px;
}
#contentsOuter .masthead h1 {
	margin:0 0 12px 0;
}
#contentsOuter .masthead h1 img {
	margin-left:0;
}

#contentsOuter .mastheadPic {
	position:absolute;
	left:460px;
	top:0;
	z-index:3;
}

/* IE-expression (fix png alpha) imgタグ用 */
* html #contentsOuter .mastheadPic {
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "spacer.gif" : this.src,
this.style.behavior = "none"
);
}



/*--- カテゴリメニュ ---*/
#pageSchoolTsuushin #contents .categoryMenu a.schoolTsuushin,
#pageSchoolSupport #contents .categoryMenu a.schoolSupport,
#pageSchoolNintei #contents .categoryMenu a.schoolNintei,
#pageSchoolGinou #contents .categoryMenu a.schoolGinou,
#pageSchoolInternational #contents .categoryMenu a.schoolInternational {
	color:#333;
	text-decoration:none;
}

/*--- ボトムリンク ---*/
#pageSchoolTsuushin #contents .bottomMenu a.schoolTsuushin,
#pageSchoolSupport #contents .bottomMenu a.schoolSupport,
#pageSchoolNintei #contents .bottomMenu a.schoolNintei,
#pageSchoolGinou #contents .bottomMenu a.schoolGinou,
#pageSchoolInternational #contents .bottomMenu a.schoolInternational {
	font-weight:bold;
}




#contents .titleBox01 {
	margin-bottom:15px;
	padding-bottom:6px;
	clear:both;
	background:url(/images/title_02_bottom.gif) repeat-y left bottom;
}

#contents .titleBox01 h2 {
	padding:8px 0 0 40px;
	min-height:26px;
	height:auto !important;
	height:26px;
	background:url(/images/title_02.gif) no-repeat 0 0;
	font-weight:bold;
	font-size:114%;
}

#contents h3 {
	padding:10px 0 0 50px;
	min-height:47px;
	height:auto !important;
	height:47px;
	font-weight:bold;
	font-size:122%;
}

#contents h3 a {
	font-weight:bold;
}

#contents .tsuushinBox,
#contents .supportBox,
#contents .ninteiBox,
#contents .ginouBox,
#contents .internationalBox {
	margin:15px 0 20px;
	padding-bottom:15px;
	min-height:160px;
	background:url(/images/line_dotted_05.gif) repeat-x left bottom;
}

#contents .tsuushinBox h3 {
	background:url(/images/school/icon_tsuushin.gif) no-repeat 0 0;
}

#contents .supportBox h3 {
	background:url(/images/school/icon_support.gif) no-repeat 0 0;
}

#contents .ninteiBox h3 {
	background:url(/images/school/icon_nintei.gif) no-repeat 0 0;
}

#contents .ginouBox h3 {
	background:url(/images/school/icon_ginou.gif) no-repeat 0 0;
}

#contents .internationalBox h3 {
	background:url(/images/school/icon_international.gif) no-repeat 0 0;
}

#contents .tsuushinBox img,
#contents .supportBox img,
#contents .ninteiBox img,
#contents .ginouBox img,
#contents .internationalBox img {
	padding:2px;
	border:1px solid #E1E1E1;
	background-color:#FFF;
}

#contents .tsuushinBox div,
#contents .supportBox div,
#contents .ninteiBox div,
#contents .ginouBox div,
#contents .internationalBox div {
	margin:-124px 0 0 166px;
}

#contents .tsuushinBox .right,
#contents .supportBox .right,
#contents .ninteiBox .right,
#contents .ginouBox .right,
#contents .internationalBox .right {
	margin:0;
}

#contents .tsuushinBox strong,
#contents .supportBox strong,
#contents .ninteiBox strong,
#contents .ginouBox strong,
#contents .internationalBox strong {
	color:#0083D7;
	font-size:114%;
}

#contents .tsuushinBox table,
#contents .supportBox table,
#contents .ninteiBox table,
#contents .ginouBox table,
#contents .internationalBox table {
	margin:10px 0 5px;
	width:100%;
	table-layout:fixed;
}

#contents .tsuushinBox th,
#contents .tsuushinBox td,
#contents .supportBox th,
#contents .supportBox td,
#contents .ninteiBox th,
#contents .ninteiBox td,
#contents .ginouBox th,
#contents .ginouBox td,
#contents .internationalBox th,
#contents .internationalBox td {
	padding:3px 10px;
	border:1px solid #CCC;
	line-height:1.2;
	vertical-align:middle;
	font-size:92%;
	text-align:center;
}

#contents .tsuushinBox th,
#contents .supportBox th,
#contents .ninteiBox th,
#contents .ginouBox th,
#contents .internationalBox th {
	width:100px;
	background-color:#F0F0F0;
}

#contents .tsuushinBox td.left,
#contents .supportBox td.left,
#contents .ninteiBox td.left,
#contents .ginouBox td.left,
#contents .internationalBox td.left {
	text-align:left;
}





