@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(../project/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:44px;
	background: url(../project/img/project_sub1ov.jpg) no-repeat;
}

.l_navi01 a {
	display:block;
	width:160px;
	height:44px;
	background: url(../project/img/project_sub1.jpg) no-repeat;
}

.l_navi01 a:hover {
	background: url(../project/img/project_sub1ov.jpg) no-repeat;
}

.l_navi02 {
	width:160px;
	height:32px;
	background: url(../project/img/project_sub2ov.jpg) no-repeat;
}

.l_navi02 a {
	display:block;
	width:160px;
	height:32px;
	background: url(../project/img/project_sub2.jpg) no-repeat;
}

.l_navi02 a:hover {
	background: url(../project/img/project_sub2ov.jpg) no-repeat;
}

.l_navi03 {
	width:160px;
	height:32px;
	background: url(../project/img/project_sub3ov.jpg) no-repeat;
}

.l_navi03 a {
	display:block;
	width:160px;
	height:32px;
	background: url(../project/img/project_sub3.jpg) no-repeat;
}

.l_navi03 a:hover {
	background: url(../project/img/project_sub3ov.jpg) no-repeat;
}


#group5 h4{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	height: 25px;
}

#nagoya{
	padding:0px;
	background-image: url(../project/img/project_nagoya.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nagoya h3{
	text-indent:-9999px;
	margin:0;
	padding:0;
	height: 75px;
}

#nagoya h5{
	margin: 0px 0px 10px 20px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}

#nagoya h6{
	margin: 0px 20px 15px 20px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#shiodome{
	height: 320px;
	padding:0px;
	background-image: url(../project/img/project_shiodome.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}


#shiodome h3{
	text-indent:-9999px;
	margin:0;
	padding:0;
	height: 75px;
}

#shiodome h5{
	margin: 0px 0px 10px 20px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}

#shiodome h6{
	margin: 0px 20px 15px 20px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#kitashinjuku{
	height: 200px;
	padding:0px;
	background-image: url(../project/img/project_kitashinjuku.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#kitashinjuku h3{
	text-indent:-9999px;
	height: 80px;
	padding:0px;
	margin: 0px;
}

#kitashinjuku h6{
	margin: 0px 20px 15px 20px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#group1 {
	text-align: left;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	background-image: url(../property/img/selectfund.gif);
	background-repeat: no-repeat;
	padding: 35px 20px 10px 20px;
	margin: 0px 0px 30px 0px;
}

#group1 img {
	padding: 0;
	margin: 0px 0px 0px 10px;
}

/* プロジェクトごとのテーブル枠なし指定 */
.table_no_border {
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	font-weight: normal;
	margin: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	padding: 0px;
}
.table_no_border th,
.table_no_border td{
	border-bottom-width: 0px;
	border-right-width: 0px;
	font-weight: normal;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table_no_border th{
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
}

.table_no_border td{
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}



.catch{
	margin: 0px 0px 10px 20px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}

.textmemo{
	margin: 10px 20px 15px 20px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

/* テーブル指定 */
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;
}
th,
td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-weight: normal;
}
th{
	background-color: #EEEEEE;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
}

td{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.td_bg_gray{
	background-color: #999999;
	font-weight: bold;
	color: #FFFFFF;
}

#memo table td{
	text-align: left;
}

#memo table th{
	width: 100px;
}

#nagoyamemo {
	margin: 0 0 180px 0;
	padding: 0 0 0 0;
}

#nagoyamemo table td{
	text-align: left;
	width: 155px;
}

#nagoyamemo table th{
	width: 75px;
}

.nagoyawaku1 {
	text-align: left;
	width: 260px;
	float: left;
	margin-bottom: 20px;
	font-size: 12px;
	position: relative;
}

.nagoyawaku2 {
	text-align: left;
	width: 260px;
	float: right;
	margin-bottom: 10px;
	font-size: 12px;
}

.info table{
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.info table td{
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0 0 20px 0;
}

/* 見出し太字 */

.p_text1 {
	font-size: 10px;
	text-align: right;
	vertical-align: top;
}

.text1 {
	font-weight: bold;
}


/* このしたは未使用分 */
/* 会社概要＆採用情報テキスト */

/* 沿革テキスト */

.text2 {
	font-size: 12px;
	color: #666666;
	line-height:1.5;
	padding: 5px 0;
}

.text3 {
	font-size: 12px;
	color: #666666;
	padding: 0 0 2px 0;
	line-height:1.5;
}

/* 採用情報テキスト見出し部分＆表 */

.text4 {
	font-size:12px;
	line-height:1.2;
	color:#e10915;
	font-weight: bold;
	padding: 10px 0;
}

.text5 {
	font-size: 12px;
	color: #666666;
	line-height:1.5;
	padding: 0;
}

