@charset "utf-8";

/******************/
/* TOPページ用CSS */
/******************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");



/***** TOPページ用CSS *****/
/* body（index.htmlのみに使用） */
body#index_wrap{
	background-image:url(../_images/top/top_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}


/*** メイン画像 ***/
#main_img{
	width:800px;
	height:280px;
	margin-bottom:10px;
}

/*** 新着情報 ***/
#wn_box{
	width:720px;
	padding:0px 40px 10px 40px;
}


/*** 左 ***/
#index_left{
	width:550px;
	float:left;
}

/* ユニゾーンのめっき加工 */
		/* タイトル */
		#index_title01_box{
			width:550px;
			height:38px;
			background-image:url(../_images/top/top_title01_bg.jpg);
			background-position:left top;
			background-repeat:repeat-x;
		}
		#index_title01{
			float:left;
		}
		/* ボタン */
		#to_business{
			width:129px;
			height:24px;
			margin:7px 10px 7px 0px;
			display:block;
			background-image:url(../_images/top/to_business.jpg);
			background-position:0px 0px;
			background-repeat:no-repeat;
			text-indent:-1000em;
			text-decoration:none;
			overflow:hidden;
			float:right;
		}
		a:hover#to_business{
			background-position:0px -24px;
		}
		/* 内容 */
		#index_detail01_box{
			width:548px;
			height:188px;
			border-bottom:1px solid #CCCCCC;
			border-left:1px solid #CCCCCC;
			border-right:1px solid #CCCCCC;
		}
		#index_deatil01_img{
			width:260px;
			height:188px;
			float:left;
		}
		#index_detail01_list{
			width:283px;
			height:178px;
			padding:10px 5px 0px 0px;
			float:right;
		}
		#index_detail01_list p{
			padding-top:7px;
		}

/* 品質向上とコスト削減に役立つ・就職を希望される方へ */
#under_box{
	width:550px;
	margin-top:10px;
}
#under_left{
	width:268px;
	float:left;
}
#under_right{
	width:268px;
	float:right;
}
		/* ボタン */
		#to_proposal{
			width:129px;
			height:24px;
			margin-top:5px;
			display:block;
			background-image:url(../_images/top/to_proposal.jpg);
			background-position:0px 0px;
			background-repeat:no-repeat;
			text-indent:-1000em;
			text-decoration:none;
			overflow:hidden;
		}
		a:hover#to_proposal{
			background-position:0px -24px;
		}
		#to_recruit{
			width:129px;
			height:24px;
			margin-top:5px;
			display:block;
			background-image:url(../_images/top/to_recruit.jpg);
			background-position:0px 0px;
			background-repeat:no-repeat;
			text-indent:-1000em;
			text-decoration:none;
			overflow:hidden;
		}
		a:hover#to_recruit{
			background-position:0px -24px;
		}
		/* 内容 */
		.under_img{
			width:120px;
			float:left;
		}
		.under_detail{
			width:140px;
			float:right;
		}

/* （共通）リスト */
ul.index_list{
	list-style-type:none;
	padding-top:10px;
}
ul.index_list li{
	padding-left:10px;
	background-image:url(../_images/common/arrow.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
}
		#index_detail01 ul.index_list li{
			width:273px;
		}
		.under_detail ul.index_list li{
			width:130px;
		}
ul.index_list li a{
	color:#3366CC;
	text-decoration:none;
}
ul.index_list li a:hover{
	color:#3366CC;
	text-decoration:underline;
}
		

/*** 右（バナー・住所） ***/
/* バナー */
#index_right{
	width:220px;
	float:right;
}
#index_bnnr01, #index_bnnr02, #index_bnnr03, #index_bnnr04{
	width:220px;
	height:65px;
	display:block;
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
	overflow:hidden;
}
#index_bnnr05{
	width:220px;
	height:67px;
	display:block;
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
	overflow:hidden;
}
#index_bnnr01{
	background-image:url(../_images/top/top_bnnr01.jpg);
}
#index_bnnr02{
	margin-top:5px;
	background-image:url(../_images/top/top_bnnr02.jpg);
}
#index_bnnr03{
	margin-top:5px;
	background-image:url(../_images/top/top_bnnr03.jpg);
}
#index_bnnr04{
	margin-top:5px;
	background-image:url(../_images/top/top_bnnr04.jpg);
}
#index_bnnr05{
	margin-top:5px;
	background-image:url(../_images/top/top_bnnr05.jpg);
}
a:hover#index_bnnr01, a:hover#index_bnnr02, a:hover#index_bnnr03, a:hover#index_bnnr04{
	background-position:0px -65px;
}
a:hover#index_bnnr05{
	background-position:0px -67px;
}


/* 住所 */
#add_box{
	width:200px;
	padding:9px;
	margin-top:10px;
	border:1px solid #CCCCCC;
}
/* ISOのマーク */
table#iso_mark{
	margin-top:5px;
}


