@charset "utf-8";

/*
	Site Name: 株式会社パワーシフト
	Description: style import
*/

/* Set Base Style
----------------------------------------- */

@import "menu_1.css";/*　Right column menu style */

@import "set.css";/* base template style */

/* Style for MacIE 5.x 
------------------------------------------*/
/*for MacIE5*/
/*\*//*/
  @import "ie5m.css";
/**/

/*************TOP｜中央人材派遣事業部エリア*************/
#main #regist {
	height: 283px;
	background-image: url(../images/bg_it.jpg);

	background-repeat: no-repeat;
	background-position: center top;
	width: 240px;
	display: block;
	float: left;
}
#main #regist p {
	padding: 8px 10px;
}

/*************TOP｜中央IT事業部エリア*************/
#main #it {
	height: 283px;
	width: 240px;
	background-image: url(../images/bg_regist.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-left: 260px;
	margin-bottom: 20px;
}
#main #it p {
	line-height: 2em;
	padding: 12px;
}

/*************TOP｜中央お茶事業部エリア*************/
#tea {
	height: 300px;
	width: 500px;
	clear: both;
	margin-bottom: 20px;
}


/*************TOP｜インフォメーション*************/
#info {
	overflow: auto;
	height: 16em;
	width: 500px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #35AD89;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #35AD89;
}
#info dt {
	color: #45BF8C;
	background-image: url(../images/point_info.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-left: 14px;
	float: left;
	padding-right: 10px;
}


#over	{
	width: 500px;
	margin: 0 auto;
	}

#division	{
	width: 500px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #35AD89;
	}

.summary	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	}

.summary img	{
	margin-top: 10px;
	}

#box	{
	width: 500px;
	}

#box_left	{
	width: 240px;
	float: left;
	}

#box_right	{
	width: 240px;
	float: left;
	margin-left: 5px;
	}

#under	{
	width: 500px;
	margin: 0 auto;
	clear: both;
	}