/* アネスト ポップアップ用CSS */

/*

	1. 基本設定
	2. 段落設定
	3. 共通設定

*/



/* *************************************************
   1. 段落設定
************************************************* */

body {
	font-size:12px;
	line-height:18px;
}

#sContainer {
	width:840px;
	margin:10px auto 30px;
}


/* *************************************************
   2. 共通設定
************************************************* */

#sContainer h2 {
	background:url(../images/special/bg_title.gif) no-repeat;
	padding-left:8px;
	height:53px;
	line-height:53px;
	margin:0 0 20px;
}

.entryArea {
	width:800px;
	margin:0 auto;
}

.entryArea h3 {
	margin:30px 0 20px;
}

/* 基本テーブルの設定 */

.worksTable table {
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	margin:0 0 20px;
}

.worksTable th {
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	width:150px;
	background-color:#F7F5E7;
}

.worksTable td {
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
	vertical-align:top;
}

.jobList {
	margin:20px;
}

.jobList	ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.jobList li {
	background:url(../images/mypage/icon_arrow_red.gif) no-repeat 0 3px;
	padding:0 0 0 18px;
	margin:0 0 8px;
}