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

/*
 ********************************
 *
 * Top(Layout) CSS
 *
 * CSS Setting
 * for digital-packet.com
 * original - 00 2009.03.18 T.Chika
 * revision - 01
 *
 ********************************
*/

/********************************
   Top Page Only Layout CSS Setting
 ********************************/


#contents .wrp-top {
	clear: both;
	float: left;
	width: 950px;
}

.wrp-top #main-contents {
	display: inline;
	float: left;
	height: auto;
	width: 450px;
}

.wrp-top #sub-contents {
	display: inline;
	float: left;
	height: auto;
	width: 290px;
}

.wrp-top #sub2-contents {
	display: inline;
	float: left;
	height: auto;
	width: 210px;
}


/*** main-contents ***/

/* base box */

/* main box type01 */

#main-contents .box01 {
	clear: both;
	width: 450px;
}

#main-contents .box01 .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_top_main_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#main-contents .box01 .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_top_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#main-contents .box01 .box-body {
	background-image: url(../img/box_top_main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 440px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}

/* main box search */

#main-contents .box-search {
	clear: both;
}

#main-contents .box-search .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_top_search_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#main-contents .box-search .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_top_search_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#main-contents .box-search .box-body {
	background-image: url(../img/box_top_search_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 420px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}

/* main box jobs */

#main-contents .box-jobs {
	clear: both;
}

#main-contents .box-jobs .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_jobs_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#main-contents .box-jobs .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_jobs_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#main-contents .box-jobs .box-body {
	background-image: url(../img/box_jobs_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 420px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}

/*** sub-contents ***/

/* sub box type01 */

#sub-contents .box01 {
	clear: both;
	width: 290px;
}

#sub-contents .box01 .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_sub_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#sub-contents .box01 .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_sub_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#sub-contents .box01 .box-body {
	background-image: url(../img/box_sub_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 280px;
	padding-right: 5px;
	padding-left: 5px;
}

/* sub box type02 */

#sub-contents .box02 {
	clear: both;
	float: left;
	width: 290px;
}

#sub-contents .box02 .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_sub2_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#sub-contents .box02 .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_sub2_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#sub-contents .box02 .box-body {
	background-image: url(../img/box_sub2_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 280px;
	padding-right: 5px;
	padding-left: 5px;
}


/*** sub2-contents ***/

/* sub box type01 */

#sub2-contents .box01 {
	clear: both;
	width: 210px;
}

#sub2-contents .box01 .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_top_sub2_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#sub2-contents .box01 .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_top_sub2_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#sub2-contents .box01 .box-body {
	background-image: url(../img/box_top_sub2_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
}

/* main box search */

#sub2-contents .box-login {
	clear: both;
}

#sub2-contents .box-login .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_top_login_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#sub2-contents .box-login .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/box_top_login_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#sub2-contents .box-login .box-body {
	background-image: url(../img/box_top_login_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 190px;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
}


/* ETC */

table.t-type-joblist {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	margin: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.t-type-joblist th {
	font-weight: bold;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #708A31;
}
.t-type-joblist td {
	vertical-align: top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.t-type-joblist td.new-item {
	background-image: url(../img/mark_new.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.t-type-joblist dl {
	margin: 0px;
	padding: 0px;
}

.t-type-joblist dt {
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}

.t-type-joblist dd {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #666666;
	line-height: 120%;
}
