@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
@import "/common/themes/cms/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #0034db;
	text-decoration: none;
}
a:visited{
	color: #0034db;
	text-decoration: none;
}
a:hover{
	color: #ff7700;
	text-decoration:underline;	
}
a:active{
	color: #ff7700;
	text-decoration: none;	
}
#gmenu ul li.employ a {
	background-position: 0 -47px;
}

/*
===== 2: mainArea ===========================
*/
#main .categoryimg {
	clear: both;
	width: 825px;
	height: 298px;
}
#main .categoryimg img {
	border: 0;
}

.e01-catch {
	margin: 20px 0 20px 10px;
	background: url(images/catch_01.gif) no-repeat center top;
	width: 348px;
	height: 40px;
}
.e02-catch {
	margin: 20px 0 20px 10px;
	background: url(images/catch_02.gif) no-repeat center top;
	width: 348px;
	height: 41px;
}

#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 14px;
	margin-left: 7px;
	width: 231px;
	color: #444444;
	overflow: hidden;
	font-size: 90%;
}
#main .maincol {
	margin: 0;
	padding: 0;
	float: right;
	width: 560px;
	padding-top: 14px;
	padding-right: 14px;
}

/*
 6.Main Contents [
----------------------------------------------------------- */
/*  [ Simple Entry
--------------------- */
.blogEntry {
	margin-bottom: 1.2em;
	background-color: #ffffff;	
	text-align: left;
	height: 1%;
}
.blogEntry:after{
	content: "";
	clear:both;
	display:block;
}

/*
.blogEntryHeader {
	background: url(images/entry_header.gif) no-repeat;
	height: 27px;
	width: 556px;
	padding-top: 4px;
	padding-left: 20px;
	overflow: hidden;
	color: #266662;
	font-weight: bold;
}
.blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
	color: #266662;
	text-decoration: none;
}
.blogEntryHeader a:hover {
	color: #ff7700;
	text-decoration: none;
}
.blogEntryHeader h2 {
	font-size: 100%;
	padding: 0;
}
*/

.blogEntryBody {
 	line-height: 1.5;
	word-wrap: break-word; /* fix for long text breaking main-Column float in IE */				
	overflow: hidden;     /* fix for long non-text content breaking IE main-Column float */
}
.blogEntryPosted {
	text-align: right;
}
.blogEntryPosted,
.blogEntryPosted a:link,
.blogEntryPosted a:visited,
.blogEntryPosted a:active {
  color: #808080;
  font-size: x-small;
}
.blogEntryMetadata {
}
.blogEntryMetadata,
.blogEntryMetadata a:link,
.blogEntryMetadata a:visited,
.blogEntryMetadata a:active {
  color: #808080;
  font-size: x-small;
}
.blogEntryBottom {
  clear: both;
}
.blogEntryLinks,
.itemLinks,
.commentLinks,
.trackbackLinks {
  color: #808080;
	text-align: right;
  font-size: x-small;
  float: right;
  padding-right: 10px;	
}
.bodyContentEven {
	background-color: #ffffff;
}
.bodyContentOdd {
	background-color: #ECEDEA;
}

/*
=====  ===========================
*/
.blogEntryBody h4 {
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.2;

}

dl.staff dt {
	font-weight: bold;
}
dl.staff dd {
	margin-bottom: 1em;
	padding-left: 1.1em;
}


table.recruit td,
table.recruit th {
	padding: 5px 10px;
	vertical-align: top;
}
table.recruit {
	border-top:1px solid #badcb0;
	border-right:1px solid #a2c09a;
}
table.recruit th,
table.recruit td {
	border-bottom:3px double #badcb0;
	border-left:1px solid #a2c09a;
}
table.recruit th {
	background: #f5f9f3;
}

table.stripedtable {
	margin-bottom: 1em;
	border-top:1px dotted #44403f;		
}
table.stripedtable td,
table.stripedtable th {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom:1px dotted #44403f;	
}
table.stripedtable tr.oddline {
	background: #efefef;
}
.inqBtn {
	clear: both;
}
.inqBtn a {
	background: url(images/inqBtn.jpg) no-repeat 0 0;
	width: 560px;
	height: 41px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.inqBtn a:hover {
	background: url(images/inqBtn_on.jpg) no-repeat 0 0;
}

.bg01 {
	background: url(images/bg01.jpg) no-repeat right bottom;
	padding-right: 220px;
}

.bg02 {
	padding-left: 220px;
	background: url(images/bg02.jpg) no-repeat left bottom;	
}

/*
[
----------------------------------------------------------- */
ul.interviewIndex {
}
ul.interviewIndex li {
	clear: both;
	border-bottom: #9e9e9e 1px dotted;
}
ul.interviewIndex li a {
	display: block;
	padding: 5px;
	height: 103px;
}
ul.interviewIndex li a:link,
ul.interviewIndex li a:visited {
	text-decoration: none;
	color: #333;
}
ul.interviewIndex li a:hover {
	text-decoration: none;
	color: #333;
	background: #edf2ef;
}
ul.interviewIndex li a:active {
	text-decoration: none;
	color: #333;
}
ul.interviewIndex li img {
	float: left;
	margin: 5px 20px 5px 5px;
}
ul.interviewIndex li h4 {
	padding: 10px 5px 5px 5px;
	margin-bottom: 5px;
	line-height: 1.4;
	font-size: 16px;
}
ul.interviewIndex li{
    zoom:1;/*for IE 5.5-7*/
}
ul.interviewIndex li:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html ul.interviewIndex li{
	display:inline-table;
	/*\*/display:block;/**/
}