@charset "UTF-8";

div#inner {
	overflow: hidden;
}
div#sidebar {
	display: none;
}

h2#h2_00 {
	width: 930px;
	height: 240px;
	background-image: url(../images/h2_00.jpg);
	text-indent: -5000px;
	margin: 0px 10px;
}
div.frontpage_section {
	float: left;
	width: 280px!important;
	width/**/: 300px;
	padding: 10px;
	border-left: solid 1px #CCCCCC;
	margin: 0px 0px 0px 10px;
}
div.frontpage_section p {
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	padding: 5px;
}
div.frontpage_section h3 {
	height: 40px;
}
div.frontpage_section dl dt {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}
div.frontpage_section dl dt span {
	display: block;
	font-weight: normal;
	color: #999999;
}
div.frontpage_section dl dd {
	padding: 5px 5px 10px 5px;
	font-size: 12px;
	color: #666666;
}
ol#recruit {
	padding: 5px;
}
ol#recruit li {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #CCCCCC;
	padding: 1px;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
}
ol#recruit li a {
	padding: 4px;
	display: block;
	padding: 0px 0px 0px 60px;
	background-image: url(../images/rec.gif);
	background-repeat: no-repeat;
	background-position: left -5px;
	background-color: #EEEEEE;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.1s;
	-moz-transition-timing-function: ease-in-out;
}
ol#recruit li a:hover {
	background-color: #FFFFFF;
}
ol#recruit li a span {
	display: block;
	font-size: 10px;
}
ul.frontpage_banners {
	width: 900px;
	height: 100px;
	margin: 0px auto;
}
ul.frontpage_banners li {
	width: 450px;
	float: left;
}

