@charset "utf-8";
/* CSS Document */

/*パン屑リストここから↓*/



div#breadCrumb {
	width:710px;
	height:20px;
}

div#breadCrumb ul {
	margin:0px;
	padding:0px;
}

div#breadCrumb ul li {
	float:left;
	font-size:smaller;
	color:#999;
	list-style-position: inside;
	list-style-type: none;
	margin-right:1em;
	margin-top:3px;
}

div#breadCrumb ul li a {
	color:#00F;
	text-decoration:none;
	text-decoration:underline;
}

div#breadCrumb ul li a:hover {
	color:#00F;
	text-decoration:none;
}

/*パン屑リストここまで↑*/


/*base3.cssとの重複ここから↓*/

div#mainContent {
	height:1450px;
}

div#flash-area img {
	vertical-align:bottom;
}

/*base3.cssとの重複ここまで↑*/

div.conTent {
	float:right;
	width:710px;
	height:auto;
	margin: 0px;
	padding: 0px;
}

div.conTent p {
	margin-top:12px;
	margin-left:36px;
	margin-right:36px;
	color:#333;
	font-size: small;
}

div.conTent p a {
	text-decoration:none;
}

div.conTent p a:hover {
	color:#F00;
}



div#contentsIntro {
	height: 216px;
	width: 684px;
	background-image: url(../../images/about/counselling-mid.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	}

h2 {
	color:#333;
	font-size:x-small;
	margin-bottom:3px;
	text-align:right;
	text-decoration: underline;
}

div#contentsIntro p.intro-body {
	width:400px;
	left: 170px;
	top: 100px;
	position: relative;
}

h3 {
	margin-top:36px;
	color: #333;
	background-image: url(../../images/about/bn-officetime.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 252px;
	overflow: hidden;
}

div.conTent p.gokibo {
	margin-top:12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 18px;
}


/*テーブルここから　↓*/


table {
	width:700px;
	margin-bottom:20px;
}

div.conTent table p {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	color:#333;
	font-size: small;
}

	
table caption {
	color:#555555;
	font-weight:bold;
	text-align:left;
}

table.soshoku {
	border-collapse:collapse;
	border:3px solid #008855;
}

table.soshoku th {
	color:#ffffff;
	background-color:#008855;
}

table.soshoku th.counseling {
	width:18%;
}

table.soshoku th.office {
	width:30%;
}

table.soshoku td {
	padding:6px;
	border:1px solid #008855;
	vertical-align: top;
}

table.soshoku td.apply {
	padding:6px;
	border:1px solid #008855;
	vertical-align: middle;
}

table.soshoku td p.office {
	margin-bottom:1em;
}

table.soshoku td p.office span {
	font-weight:bold;
}

table.soshoku td p.chu {
	text-align: right;
	font-size: x-small;
}

table.soshoku td p.btnApply a {
	background-color: #FFF;
	background-image: url(../../images/about/btn-counseling.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 48px;
	width: 72px;
	overflow:hidden;
}

table.soshoku td p.btnApply a:hover {
	background-image: url(../../images/about/btn-counseling.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*テーブルここまで　↑*/

div#caution {
	margin-top:12px;
}

div#caution p {
	margin-top:0px;
	margin-left:144px;
	margin-right:36px;
	color:#333;
	font-size: small;	
}
	
