@charset "Shift_JIS";

/* ------------------ HTML and Layout ------------------ */
* {
	font-family: "lr oSVbN", "Osaka";
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	text-align: center;
}
#container {
	margin: 0px auto;
	width: 750px;
	text-align: left;
}
#head {
	height: 80px;
	background-image: url(../img/bg_shadow_1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h1 {
	padding: 32px 0px 0px 6px;
	background-image: url(../img/bg_h1.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
h1 a {
	display: block;
	height: 29px;
	width: 185px;
	background-image: url(../img/logo.gif);
	overflow: hidden;
}
h2 {
	background-image: url(../img/bg_h2.gif);
	background-repeat: repeat-x;
	padding: 19px 0px 18px 11px;
}
h3 {
	font-size: 11px;
	margin-bottom: 10px;
}
#top_img {
	padding-bottom: 10px;
	background-image: url(../img/bg_shadow_2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
ol.navi {
	list-style-type: none;
}
ol.navi li {
	float: left;
}
ol.navi li a {
	display: block;
	height: 34px;
	width: 125px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ol.navi li.navi_1 a {
	background-image: url(../img/navi_1.gif);
}
ol.navi li.navi_2 a {
	background-image: url(../img/navi_2.gif);
}
ol.navi li.navi_3 a {
	background-image: url(../img/navi_3.gif);
}
ol.navi li.navi_4 a {
	background-image: url(../img/navi_4.gif);
}
ol.navi li.navi_5 a {
	background-image: url(../img/navi_5.gif);
}
ol.navi li.navi_6 a {
	background-image: url(../img/navi_6.gif);
}
ol.navi li a:hover {
	background-position: 0px -34px;
}
#contents {
	clear: both;
}
img {
	border: 0px;
}
p {
	margin-bottom: 20px;
}
#foot {
	clear: both;
	background-image: url(../img/bg_shadow_1.gif);
	background-repeat: repeat-x;
	height: 30px;
	text-align: right;
}
#foot img {
	margin: 15px 7px 0px 0px;
}
h1 span,
ol.navi li a span {
	display: none;
}
#cont_wrap {
	margin: 10px 10px 15px;
	font-size: 11px;
	line-height: 1.6;
}
ol.nml,ul.nml {
	margin-left: 25px;
}

/* ------------------ common ------------------ */
.alt {
	display: none;
}
.clr {
	clear: both;
}

/* ------------------ index ------------------ */
.news {
	margin: 9px 0px 0px 11px;
	height: 330px;
	width: 600px;
	overflow: auto;
	font-size: 11px;
	line-height: 1.5;
}
ul.banner {
	float: right;
	width: 125px;
	list-style-type: none;
	padding-top: 10px;
}
ul.banner img {
	margin: 2px 0px 9px 1px;
}

/* ------------------ PROFILEERECRUIT ------------------ */
dl.profile dt,
dl.recruit dt {
	width: 200px;
	padding-bottom: 1em;
}
dl.profile dd,
dl.recruit dd {
	margin: -2.6em 0px 1em 200px;
}
dl.recruit {
	border-top: 1px solid #000000;
	padding-top: 20px;
}

/* ------------------ ASK ------------------ */
div.ask {
	text-align: center;
	border-top: 1px solid #000000;
	padding-top: 20px;
}
table.ask {
	margin: 0px auto 20px;
	width: 480px;
}
table.ask th {
	font-size: 11px;
	font-weight: normal;
	width: 180px;
	text-align: left;
	vertical-align: top;
}
table.ask td {
	font-size: 11px;
	text-align: left;
}
table.ask td input {
	font-size: 11px;
	width: 240px;
}
table.ask td textarea {
	font-size: 11px;
	width: 280px;
}
