@charset "utf-8";

/*=========================================================
	[ recruit.css ]
	Studio SPEC Pty. Ltd.
	date - creation:27,AUG,2010 // update:27,AUG,2010
=========================================================*/

/*=========================================================
	index
		1. Import file
		2. Main Contents style
=========================================================*/

/* 1. Import file
=========================================================*/
/* common file */
@import "../../css/reset.css";
@import "../../css/layout.css";
@import "../../css/basic.css";
/* for navigation */
@import "../../css/navigation.css";


/* 2. Main Contents style
=========================================================*/
#main h2{
	height: 21px;
	margin-top: 20px;
	padding: 3px 0 0 5px;
	background: url(../../images/common/main_head_l.gif) no-repeat;
	color: #100964;
	font-size: 16px;
	font-family: Impact,Charcoal;	
	font-weight: normal;	
	letter-spacing: 1px;
}

div#maincopy{
margin-top:2px;
padding: 0 10px 10px;
border: 1px solid #CCC;
color: #404040;
background: url(../images/ind_mcopy_bk.png) no-repeat 560px 115px;
}
#maincopy p{
	margin-top: 1em;
	line-height: 1.5;
}

#main th{
	font-weight: bold;
	text-align: center;
}
#main th.widthS{width: 25%;}

#main dt{
	padding-left: 15px;
	background: url(../../images/common/for_list_mk01.gif) no-repeat left center;
	color: #100964;
	font-weight: bold;
}
#main dd{padding-left: 15px;}
