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

/* main box type01 */

#main-contents .boxType1 {
	clear: both;
	width: 650px;
	background-image: url(box_type1_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#main-contents .boxType1 .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../../cmn/img/box_main01_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	clear: both;

}
#main-contents .boxType1 .bottom-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(box_type1_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	clear: both;
}
#main-contents .boxType1 .box-body {
	background-repeat: no-repeat;
	background-position: 5px top;
	width: 640px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* main box jobs */

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

#main-contents .box-jobs .top-border {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../../cmn/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(../../cmn/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(../../cmn/img/box_jobs_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 420px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}
