@charset "UTF-8";
/* CSS Document */


/* メインコンテンツ*/
#main_img {
	height: 326px;
	width: 750px;
	margin-top: 10px;
}


/* ITソリューション　人財派遣*/
h2 .title {
	height: 27px;
}
#container #left_box {
	float: left;
	width: 350px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #right_box {
	width: 350px;
	margin-left: 14px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#left_box .box_contents {
	border-right-color: #4A92CA;
	border-left-color: #4A92CA;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
}
#right_box .box_contents {
	border-right-color: #E51B86;
	border-left-color: #E51B86;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
}
.box_contents {
	padding: 10px;
	height: 100%;
	}
.box_contents ul {
	margin-left: 130px;
	height: 80px;
}




/* 更新情報*/
#main_02 #news {
	float: left;
	width: 465px;
}
#main_02 #news .p_news {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #005CAF;
	padding-bottom: 5px;
	color: #005CAF;
	padding-left: 2px;
}
#main_02 #news ul {
	list-style-image: url(../img/common/list.gif);
	list-style-position: inside;
	}
#main_02 #news ul li {
	margin-top: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9A9B9B;
	margin-bottom: 5px;
	padding-left: 5px;
}

/* サブナビ*/
#sub_navi {
	width: 236px;
	float: right;
}
#sub li {
	margin-bottom: 3px;
	list-style-type: none;
}
#sub li a{
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	height: 50px;
	width: 236px;
}

li.sub01 a {
	background: url(../img/top/sub_navi.gif) no-repeat 0px 0px;
}

li.sub02 a {
	background: url(../img/top/sub_navi.gif) no-repeat 0px -53px;
}

li.sub03 a {
	background: url(../img/top/sub_navi.gif) no-repeat 0px -106px;
}

li.sub01_active a, li.sub01 a:hover {
	background: url(../img/top/sub_navi.gif) no-repeat -237px 0px
}

li.sub02_active a, li.sub02 a:hover {
	background: url(../img/top/sub_navi.gif) no-repeat -237px -53px
}

li.sub03_active a, li.sub03 a:hover {
	background: url(../img/top/sub_navi.gif) no-repeat -237px -106px
}



/* ロゴ*/
#container #main_02 .rogo {
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 130px;
	width: 250px;
	clear: both;
}
#main_contents #main_02 .rogo #secom {
	float: left;
	margin-right: 10px;
}
#main_contents #main_02 .rogo #privacy {
	text-align: center;
	margin-left: 10px;
}
#main_contents #main_02 .rogo #privacy p {
	font-size: 9px;
	line-height: 120%;
	margin-top: 7px;
	text-align: center;
}
#left_box .box_contents #it li {
	margin-bottom: 0.5em;
	list-style-image: url(../img/common/it_list.gif);
	list-style-position: inside;
	margin-left: 0.5em;
}
#right_box .box_contents #haken li {
	margin-bottom: 0.5em;
	list-style-image: url(../img/common/haken_list.gif);
	list-style-position: inside;
	margin-left: 0.5em;
}
