@charset "utf-8";

/* import
----------------------------------------------- */
@import "font.css";
@import "common.css";

/* headline
----------------------------------------------- */
h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

/* menu
----------------------------------------------- */
#menu .m05 a,
#menu .m05 a:hover {
	background: url(../common/menus.gif) no-repeat -570px -42px;

}

/* title
----------------------------------------------- */
#title h1 {
	margin: 20px auto 0;
	width: 900px;
	height: 120px;
	background: url(../recruit/images/h1.gif) no-repeat;
}

/* contents
----------------------------------------------- */
#contents {
	margin: auto;
	padding: 0 0 50px;
	width: 830px;
	text-align: left;
	text-decoration: none;
}
#contents dl {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#contents dt {
	margin: 0;
	padding: 8px 0;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
#contents dt2 {
	margin: 0;
	padding: 8px 0;
	font-size: small;
	font-weight: bold;
	border-bottom: 1px solid #b4b4b4;
}
* html body #contents dt {
	font-size: x-small;
}
#contents dd {
	margin: 0;
	padding: 0 0 25px;
	text-decoration: none;
}
#contents dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
#contents dd li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px dotted #b4b4b4;
	text-decoration: none;
}
#contents .left {
	float: left;
	width: 400px;
	text-decoration: none;
}
#contents .right {
	float: right;
	width: 400px;
	text-decoration: none;
}
#contents dd li a {
	padding: 0 0 0 15px;
	width: 400px;
	background: url(../home/topics_bg.gif) no-repeat 0 center;
	text-decoration: none;
}
#contents dd li a:hover {
	background: url(../home/topics_bg.gif) no-repeat -890px center;
	text-decoration: none;
}




/* clear
----------------------------------------------- */
#contents:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
