@charset "UTF-8";

/* owner.css */
/*
Last update : 2008/11/23 @GL-MA
-------------------------------------

Index:
-------------------------------------
001/ Vacancy		(@_01)
002/ Owner			(@_02)
-------------------------------------
/* ================================================================================================
001/ Vacancy (@_01)
================================================================================================ */
div#vacancy {
	text-align: left;
	margin-bottom: 20px;
	}

/* ================================================================================================
002/ Owner (@_02)
================================================================================================ */
div#owner {
	text-align: left;
	line-height: 160%;
	}
.explain {
	padding: 10px 26px 10px 10px;
	}
div#owner h2 {
	clear: both;
	}
div#owner dl {
	margin-bottom: 15px;
	}

div#owner dl dt {
	float: left;
	width: 65px;
	height: 170px;
	background: #f9f9f9;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 5px;
	border: 1px solid #ccc;
	border-right: 0px;
	}
div#owner dl dd {
	float: left;
	width: 170px;
	height: 170px;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
	border-left: 0px;
	}

/* end owner */
