@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.png_bg {
	background: url(../images/hokuyo_header_logo_wh_L.png) bottom no-repeat;
	text-indent: -5000px;
	width: 190px;
	height: 50px;
	float: left;
	margin-top: 10px;
}

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

#header #salestext p.kokuchi {
	text-indent: -5000px;
	background: url(../images/index_mainvisual_text_filter23_fw.png) left no-repeat;
	margin:-80px 0 0 10px;
	width: 580px;
	height: 100px;
}

#global_menu {
	margin-bottom: 40px;
}



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

div#business_lineup p.lineup_title {
	clear: both;
	color:#0000cd;
	font-size:130%;
	font-weight:bold;
	line-height: 1.8em;
	border-left:10px solid #006400;
	border-bottom:1px solid #006400;
	padding-left:10px;
	width:785px;
	margin:15px 45px 15px 25px;
}

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

/*▼▼▼【編集注】toppageの画像指定個所修正→ul#section li.~の部分＝計5点を3点横並びに修正のこと*/
ul#section li {
	float: left;
	padding-left: 8px;
	padding-bottom: 8px;
}

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

ul#section li.airoperation a {
	text-indent: -5000px;
	width: 302px;
	height: 202px;
	background: url(../images/top_airope_dv_2024.jpg) no-repeat;
	padding: 0;
	display: block;
	float: left;
}

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

ul#section li.realestate a {
	text-indent: -5000px;
	width: 252px;
	height: 202px;
	background: url(../images/top_realestate_dv_fw2.png) no-repeat;
	padding: 0;
	display: block;
	float: left;
}

ul#section li.realestate a:hover {
	background: url(../images/top_realestate_dv_over_fw2.png) no-repeat;
}

ul#section li.migration a {
	text-indent: -5000px;
	width: 252px;
	height: 202px;
	background: url(../images/top_migration_dv_fw.png) no-repeat;
	padding: 0;
	display: block;
	float: left;
}

ul#section li.migration a:hover {
	background: url(../images/top_migration_dv_over_fw.png) no-repeat;
}

/*ul#section li.commercialfilm a {
	width: 252px;
	height: 97px;
	padding: 0;
	background: url(../images/index_main_commercialfilm.jpg) no-repeat;
}*/

/*ul#section li.commercialfilm a:hover {
	background: url(../images/index_main_commercialfilm_over.jpg) no-repeat;
}*/

/*#section li.school a {
 background: url(../images/school/index_main_school.jpg) no-repeat;
}*/

/*#section li.school a:hover { background: url(../images/school/index_main_school_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;
}
/*
#footer ul.banner {
	width:324px;
	margin-left:0;
}

#footer ul.banner li img {
	width:160px !important;
	height:50px !important;
	margin:0 2px 2px 0;
	float:left;
}*/

div#corp_feature {
	clear:both;
	width: 880px;
	/*height: 78px;*/
	padding: 2px 0;
	margin: 4px 0 10px 0;
}

div#corp_feature p img {
	width: 830px;
	height: 71px;
	padding:5px 0;
	margin:0 auto;
}


