@charset "utf-8";

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

	Eye Catch
	
=======================================*/

h1 {
	padding: 0;
	border: none;
	height: 77px;
	text-indent: -9999px;
	background: url(images/heading01.gif) no-repeat;
}

div#main {
	margin: 324px 30px 0;
	float: none;
	width: 840px;
	background-image: none;
}

div#content {
	padding: 1px 0;
	background-image: url(eye.png);
	background-repeat: no-repeat;
	background-position: top left;
}

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

	div#technosFeature
	
=======================================*/

div#technosFeature div.global,
div#technosFeature div.comprehensive,
div#technosFeature div.social,
div#technosFeature div.effective {
	display: none;
}

/*--------------------------------
	Menu
--------------------------------*/

ul.selectFeature {
	margin: 2em 0 0 30px;
	border-top: 1px solid #ddd;
	float: left;
	width: 200px;
	display: inline;
}

ul.selectFeature li {
	margin: 0;
	padding: 0;
	display: inline;/* li要素の隙間を無くす */
	line-height: 1; /* 行間そろえる IE対策 */
	list-style-type: none;
}

ul.selectFeature li a {
	padding: 0.7em 20px; /* ボタンの厚みはここで調整 */
	border-bottom: 1px solid #ddd;
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	cursor: pointer;
}

ul.selectFeature li a:hover {
	color: #fff;
	background-color: #444;
}

ul.selectFeature li.current a {
	border-color: #000;
	color: #fff;
	background-color: #444;
}

/*--------------------------------
	Contents
--------------------------------*/

div#technosFeature {
	margin-top: 1.5em;
	margin-bottom: 20px;
	float: left;
	width: 580px;
}

div#technosFeature p {
	margin: 0.3em 0 0.5em 30px;
}

div#technosFeature p span.eng {
	color: #009ad5;
	font-weight: bold;
}

div#technosFeature p span.air {
	color: #e04099;
	font-weight: bold;
}

div#technosFeature ul.reference {
	margin: 0.5em 30px;
	padding: 0.3em 20px;
	border: 1px solid #ddd;
}

div#technosFeature ul.reference li {
	display: inline;
}

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

	Course Navi
	
=======================================*/

div.courseNavi {
	margin: 0 30px 0;
	width: 780px;
}

div.courseNavi h2 {
	margin: 0;
	padding: 0.3em 20px;
	color: #fff;
	background-color: #333;
}

div.courseListEng {
	width: 410px;
	float: left;
	display: inline;
	border: 1px solid #ddd;
}

div.courseListEng h2 {
	background-color: #0F87CB;
}

div.courseListAir {
	margin-left: 20px;
	width: 340px;
	float: left;
	display: inline;
	border: 1px solid #ddd;
}

div.courseListAir h2 {
	background-color: #C90064;
}

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

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

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