@charset "utf-8";

/*	Stylesheet for Heiwa Real Estate Co., Ltd.
 *	Copyright (C)2008 平和不動産株式会社 / Heiwa Real Estate Co., Ltd. All Rights Reserved.
*/

@import "base.css";

/*カテゴリタイトル*/
#categoryTitle{
	position:relative;
	width:180px;
	height:36px;
	margin:0;
	padding:0;
	background-image:url(../recruit/img/category_title.gif);
	background-repeat:no-repeat;
}

#categoryTitle h2{
	text-indent:-9999px;
}

/*----pagebody内の左枠設定----*/

/*----左枠のサブカテゴリー設定----*/

.l_navi ul{
	display:block;
 margin: 0px;
	padding: 0px 0px 0px 10px;
}

.l_navi li{
	padding:0;
	margin:0;
	text-indent:-9999px;
}

.l_navi01 {
	width:160px;
	height:32px;
	background: url(../recruit/img/recruit_sub1ov.jpg) no-repeat;
}

.l_navi01 a {
	display:block;
	width:160px;
	height:32px;
	background: url(../recruit/img/recruit_sub1.jpg) no-repeat;
}

.l_navi01 a:hover {
	background: url(../recruit/img/recruit_sub1ov.jpg) no-repeat;
}

#recruit h3{
	background: url(../recruit/img/recruit.gif) no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
	height: 40px;
}

#introduction {
	padding:20px 0px 300px 0px;
	font-size: 12px;
}

#recinfo table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: normal;
	margin: 0px;
	text-align: left;
}

#recinfo table th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #EEEEEE;
	text-decoration: none;
	width: 95px;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

#recinfo table td{
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
}

#recinfo table .profbox {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#recinfo table .profbox td{
	margin: 0px;
	padding: 2px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
}


/* 見出し太字 */

.text1 {
	font-weight: bold;
}

