@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(../policy/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(../policy/img/policy_sub1ov.jpg) no-repeat;
}

.l_navi01 a {
	display:block;
	width:160px;
	height:32px;
	background: url(../policy/img/policy_sub1.jpg) no-repeat;
}

.l_navi01 a:hover {
	background: url(../policy/img/policy_sub1ov.jpg) no-repeat;
}


#policy h3{
	background: url(../policy/img/policy.gif) no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
	height: 40px;
}


/* 見出し太字 */

.text1 {
	font-weight: bold;
}

