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

/* ボディ
---------------------------------------------*/
body {
	background: #FFFFFF url(../image/recuruit/common/second_bg.gif) left top repeat-x;
	font-size: 75%;
	line-height: 1.4;
	color: #333333;
}

/*トップイメージ
---------------------------------------------*/
#topimg {
	clear: both;
	width:100%;
	background-color:#CCCCCC;
}

/*トップイメージ
---------------------------------------------*/
#secondhd {
	width: 698px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}

/*パンくず
---------------------------------------------*/
#pan {
	padding: 8px 8px 2px 8px;
}
#pan a {
	text-decoration: underline;
}
#pan ul {
	list-style-type: none;
}
#pan ul li {
	display: inline;
	padding-right: 2px;
	font-size: 90%;
	font-weight: bold;
}

/*コンテンツ
---------------------------------------------*/
.container {
	width: 698px;
	/*height: auto;*/
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	/*overflow:auto;*/
}
.container p {
	line-height: 1.6;
	margin-bottom: 8px;
}
.subtitle {
	clear: both;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	overflow:auto;
}
.subtitle image.und {
	margin-top: 5px
}

