@charset "utf-8";

/*------------------------------
	トップページ専用設定

	01.基本設定項目
	02.新着情報専用設定
	03.事業部案内専用設定
	04.バナー部分設定
------------------------------*/



/* ----------------- */
/*　01.基本設定項目　*/
/* ------------------*/

body { background: url(../../images/mainvisual.jpg) center top no-repeat; }



/* --------------------- */
/*　02.メニュー設定項目　*/
/* ----------------------*/

#header { height: 500px; }

#header h1 a {
	background: url(../../images/index_header_logo.png) bottom no-repeat;
	text-indent: -5000px;
	width: 200px;
	height: 39px;
	float: left;
	margin-top: 10px;
}

#header #salestext {
	padding-left: 25px;
	width: 581px;
	height: 83px;
	float: left;
	margin-top: 90px;
}

#header #salestext p {
	text-indent: -5000px;
	background: url(../../images/index_mainvisual_text.png) left no-repeat;
	width: 581px;
	height: 83px;
}

#global { margin-bottom: 40px; }



/* ----------------------- */
/*　03.事業部案内専用設定　*/
/* ----------------------- */

#section { width: 842px; margin: 0 auto; }

#section li a {
	text-indent: -5000px;
	height: 97px;
	width: 252px;
	display: block;
	float: left;	
}

#section li {
	float: left;
	padding-left: 8px;
	padding-bottom: 8px;
}

#section li.airoperation a {
	height: 202px;
	width: 302px;
	background: url(../../images/index_main_airoperation.jpg) no-repeat;
	padding: 0;
}

#section li.airoperation a:hover { background: url(../../images/index_main_airoperation_over.jpg) no-repeat; }

#section li.school a { background: url(../../images/index_main_school.jpg) no-repeat; }
#section li.management a { background: url(../../images/index_main_management.jpg) no-repeat; }
#section li.realestate a { background: url(../../images/index_main_realestate.jpg) no-repeat; }
#section li.commercialfilm a { background: url(../../images/index_main_commercialfilm.jpg) no-repeat; }
#section li.school a:hover { background: url(../../images/index_main_school_over.jpg) no-repeat; }
#section li.management a:hover { background: url(../../images/index_main_management_over.jpg) no-repeat; }
#section li.realestate a:hover { background: url(../../images/index_main_realestate_over.jpg) no-repeat; }
#section li.commercialfilm a:hover { background: url(../../images/index_main_commercialfilm_over.jpg) no-repeat; }



/* ----------------------- */
/*　05.事業部案内専用設定　*/
/* ------------------------*/

#business {
	width: 388px;
	float: left;
	margin-left: 20px;
	background: #e5e5ff;
	padding: 2px 0 0 2px;
}

#business img {
	float: left;
	margin: 0 2px 2px 0;
	_margin: 0;
	_padding: 0 2px 2px 0;
}



/* ------------------- */
/*　06.その他設定項目　*/
/* --------------------*/

#content p {
	margin-top: 15px;
	padding: 0 25px;
}

#banner {
	width: 160px;
	float: right;
}

#banner img { margin-bottom: 15px; }
