@charset "utf-8";

/*トップページコンテンツ部分*/

#information {
	height: auto;
	width: 680px;
	margin-top: 20px;
}
#information #announce {
	height: auto;
	width: 325px;
	float: left;
}
#information #guide {
	float: right;
	height: auto;
	width: 315px;
	margin-left: 40px;
	margin-bottom: 50px;
}

/*iframeお知らせ部分*/

#news {
	width: 325px;
}


/*職種案内*/
#guide .line {
	width: 315px;
	height: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 11px;
	padding-bottom: 11px;
}
#guide .category_photo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 68px;
	width: 68px;
	display: inline;
	border: 1px solid #cccccc;
}
#guide .category_title {
	float: left;
	display: inline;
	padding-top: 28px;
	padding-left: 14px;
	width: 220px;
	height: auto;
	margin-right: 5px;
}
#guide .category_title a {
	text-decoration: none;
	color: #000;
}

#guide .detail {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-top: 5px;
	text-align: center;
	height: auto;
	width: auto;
	float: right;
}
#guide .detail a {
	text-decoration: none;
	color: #d80000;
}
#guide .detail a:hover {
	text-decoration: underline;
}
#product_list {
	padding: 0px;
	clear: both;
	height: auto;
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
