@charset "Shift_JIS";

/* 
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color:blue;
	font-size: 100%;

}

a {
	text-decoration: none;
}

body {
	font-size: 75%;

	font-family: "ＭＳ ゴシック", "MS Gothic", "ＭＳ ゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #F4F4F4  left top repeat-x;
}

/* タイトル
---------------------------------------------*/
#intro {
	position: absolute;
	left: 384px;
	top: 2px;
	width: 470px;
	

	font: 9pt%;
	color:gray;

}

/* スキルロゴ
---------------------------------------------*/
#logo {
	position: absolute;
	left: 23px;
	top: 7px;
}


/* 上部メニュー
---------------------------------------------*/
#navi {
	font-family:MS ゴシック;
	font-size:9pt;
}
#navi a:hover{
	border-bottom: 3px solid lime;
}


img {
	border: none;
	vertical-align: middle;
}
#wrapper {
	width: 821px;
	background: #FFFFFF;
	padding-top:30px;
}


#touroku {
	position: absolute;
	top: 5px;
	text-align: right;
	padding-right: 20px; 
}


/* お仕事をお探しの方  上部項目枠
---------------------------------------------*/
#job_title {
	position: absolute;
	left: 0px;
	top: 330px;
	width: 407px;
	height: 25px;
	background-color: steelblue;
	border-bottom: 2px solid  orange;

	font-size: 12pt;
	font-weight:bold;
	color: white;
	text-align: center;
	cursor:pointer;
}


/* 人材をお探しの企業様  上部項目枠
---------------------------------------------*/
#serch_man {
	position: absolute;
	left: 410px;
	top: 330px;

	width: 408px;
	height: 25px;
	background-color: steelblue;
	border-bottom: 2px solid  orange;
	border-left: 1px solid  white;

	font-size: 12pt;
	font-weight:bold;
	color: white;
	text-align: center;
	cursor:pointer;
}

/* 仕事をお探しの方
---------------------------------------------*/
#jobs {

	position: absolute;
	left: 0px;
	top: 362px;
	width: 368px;
	height: 60px;

	border-bottom: 1px solid  steelblue;
	
	padding-left: 40px;
	padding-top : 3px;

}

#jobs a:hover, #zinzai a:hover {
	border-bottom: 1px solid  blue;
}

/* 人材をお探しの企業
---------------------------------------------*/
#zinzai {

	position: absolute;
	left: 410px;
	top: 362px;
	width: 308px;
	height: 60px;

	border-bottom: 1px solid steelblue;
	border-left: 1px dotted steelblue;
	border-right: 1px dotted steelblue;

	padding-left: 100px;
	padding-top : 3px;
}

/* 全体
---------------------------------------------*/
#content {
	overflow /**/: hidden;
	width: 100%;
	padding-bottom:0px;
}
/* 左側
---------------------------------------------*/
#left_side {
	float: left;
	width: 410px;
	border-right: 1px solid #ccc;

}
/* 右側
---------------------------------------------*/
#right_side {
	float: left;
	width: 408px;
	padding-left: 1px;
	border-right: 1px solid #ccc;

}

#footer {
	clear: both;
	background: blue;
	color:white;
	width: 810px;
	height: 15px;
	text-align:center;
}


/* グレーの枠(スキルグループ、ニュース)
---------------------------------------------*/
#left_side h3, #right_side h3 {
	height: 24px;
	color: dimgray;
	font-size:9pt;
	background: whitesmoke;

	border: 1px solid silver;
	border-left: 10px solid darkorange;
	padding: 6px 0 0 20px;
}
#left_side .section {
	padding-bottom: 10px;
	margin: 10px 18px 15px 18px;
	border-bottom: 1px solid #ccc;
}
#left_side .section2 {
	margin: 10px 18px 15px 18px;
	border-bottom: 1px solid #ccc;
}

#left_side a ,#right_side a{
	font-size: 10pt;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#left_side a:hover ,#right_side a:hover{
	font-size: 10pt;
	color: red;
}

#left_side .section p ,#left_side .section p {
	background: url(./image/arrow.gif) left center no-repeat;
	margin: 12px 0 0 10px;
	padding-left: 25px;

}
#left_side .section2 dl{
	font-size: 8.5pt;

	margin: 10px 0;
	padding-left: 12px;
	padding-bottom: 5px;
	line-height:20px;  /* 行間 */

}
#left_side .section2 dl dt{
	color: dimgray;
}

/* 青い線
---------------------------------------------*/
#bline {
	height: 4px;
	border-bottom: 4px solid blue;
}

/* 右側
---------------------------------------------*/
#right_side .section {
	margin: 4px 10px 10px 30px;
	padding: 8px 0 10px 0;    /* 5pxは灰色線までの隙間  ---*/
	border-bottom: 1px solid #ccc;
}
#right_side .section3 {
	margin: 2px 0px 4px 25px;
	padding: 3px 0 3px 0;    /* 上・右・下・左  ---*/
	border-bottom: 1px solid #ccc;
}


/* スキルのサービス
---------------------------------------------*/
#right_side .section h4 {
	width:180px;
	padding-left: 12px;
	font-size: 11pt;
	color: dimgray;
	border-left: 5px solid lightsalmon;
	border-right: 5px solid lightsalmon;
}
/*
---------------------------------------------*/
#right_side .section p {
	background: url(./image/ico_point.gif) left center no-repeat;
	margin: 5px 0 0 12px;    /*  一番左が文字間隔  */
	padding-left: 12px;      /*  右側の左位置  */
}

#f9 {
	font-family:MS ゴシック;
	font-size:9pt;
}

#f11 {
	font-family:MS ゴシック;
	font-size:11pt;
}



