@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Tecnos College - Main Index Style";
 :created "2008-01-20";
 :release [:revision "1.00"; :created "2008-03-22"];
 :author [:name "Ichise yuya"; :mbox "3ping.org@gmail.com"];
 :license <technosac.jp>;" .
*/

h1 {
	background-image: url(images/heading01.gif);
}

/*======================================

	Title
	
=======================================*/

div.entry {
	margin: 2em 0;
}

div.entry h2 {
	padding: 0.1em 10px;
	font-size: 116%;
	color: #fff;
	background-color: #999;
}

div.entry h4 {
	padding: 0.1em 10px;
	background-color: #f5f5f5;
}

div#collegeInfoMenu {
	width: 300px;
	float: left;
}

div#section04 {
	width: 400px;
	float: left;
	background: url(../../common/css/images/common/interface/line_dot02.gif) repeat-y left top;
}

div.entry div.airSchool h3 a,
div.entry div.engSchool h3 a {
	padding: 0.2em 10px;
	color: #fff;
}


div.entry div.engSchool h3 {
	background-image: url(../../common/css/images/common/interface/bg_eng.gif);
}

div.entry div.airSchool h3 {
	background-image: url(../../common/css/images/common/interface/bg_air.gif);
}

/*--------------------------------------
	clearFix
---------------------------------------*/

div.entry {
	_height: 1px;
	min-height: 1px;
/* for MacIE5 \*//*/
	height: auto;
	overflow: hidden;
/* end */
}

div.entry:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

