
/* タイトル画像 */
.all_box {
	width : 786px;
	margin : 0px auto 20px auto;
}


/* マッチングの絵 */
.matching_image {
	margin : 15px 0px 20px 80px;
}

/* 20のスキルの絵 */
p.employ20image_txt {
	margin : 20px 0px 2px 17px;
	color : #003399;
	font-weight : bold;
}

.employ20image {
	margin : 0px 0px 20px 10px;
}

/* ポータブルスキル */

.portable_line {
	margin : 0px 0px 7px 15px;
}

.portable_line2 {
	margin : 0px 0px 15px 15px;
}

.portable_table {
	margin : 0px 0px 5px 30px;
}

.chobo_matching {
	margin : 0px 10px 3px 0px;
	background-image : url(../img/profile/index/chobo_portable.gif);
	background-repeat : no-repeat;
	background-position : 0px 2px;
}

p.portable_txt {
	margin : 0px 0px 0px 8px;
	font-size : 12px;
	font-weight : bold;
}


/* メニューリンク色 */
a.pro_link:link {
	color : #003388;
}

a.pro_link:visited {
	color : #003388;
}

a.pro_link:hover {
	color : #003388;
}

a.pro_link:active {
	color : #003388;
}

