@charset "UTF-8";

/* CSS Document */


/*
HEADER LAYOUT
====================================================================================================================================================== */

#header {
	width: 840px;
	height: 150px;
	margin: 0px 5px 0px 5px;
	background-image: url(../../outline/images/visual_outline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#headline {
	width: 670px;
	height: 20px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-align: right;
	float: right;
}

#headline h1 strong {
	margin: 0px;
	padding: 0px;
	font-size: 1.17em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.72em;
}

#logo {
	width: 170px;
	height: 150px;
	background-image: url(../images/logo_career.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#logo h2 {
	font-size: 0.84em;
	font-style: normal;
	font-weight: normal;
	overflow: hidden;
	text-indent: -9999px;
}

#header #logo a {
	width: 170px;
	height: 140px;
	padding-top: 10px;
	display: block;
}

/*
CONTENTS LAYOUT
====================================================================================================================================================== */

#contents {
	width: 740px;
	margin: 0px 50px 50px 50px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.17em;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
}

#title_outline {
	width: 160px;
	height: 30px;
	margin: 0px 0px 30px 0px;
	background-image: url(../../outline/images/ttl_outline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}

#area {
	width: 640px;
	margin: 0px 50px 0px 50px;
	padding: 0px;
}

/*
TABLE LAYOUT
====================================================================================================================================================== */

dl {
	width: 638px;
	background-image: url(../../outline/images/bg_table.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

dt {
	width: 159px;
	margin: 0px;
	padding: 10px 0px 10px 40px;
	font-size: 1em;
	line-height: 1.67em;
	display: block;
}

dd {
	width: 399px;
	margin: -40px 0px 0px 0px;
	padding: 10px 0px 10px 240px;
	font-size: 1em;
	line-height: 1.67em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.box_text_01 {
	margin: 0px 0px 20px 0px;
	font-size: 1em;
	line-height: 1.67em;
}

.box_text_02 {
	margin: 0px;
	font-size: 1em;
	line-height: 1.67em;
}

