@charset "Shift_JIS";

.pan {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.block600 {
	width: 600px;
	margin-bottom: 10px;
}

.block600 p {
	text-align: left;
}


/*-------------------------------------------------------------------

サイドナビ

--------------------------------------------------------------------*/

#smallnavi {
	width: 100px;
	margin: 0 auto;
}

#smallnavi li {
	width: 100px;
	margin-bottom: 10px;
	list-style: none;
}

.small_btn01 a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn01off.gif) top center no-repeat;
}

.small_btn01 a:hover {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn01on.gif) top center no-repeat;
}

.small_btn01mark a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn01on.gif) top center no-repeat;
}

.small_btn02 a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn02off.gif) top right no-repeat;
}

.small_btn02 a:hover {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn02on.gif) top right no-repeat;
}

.small_btn03 a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn03off.png) top right no-repeat;
}

.small_btn03 a:hover {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn03on.png) top right no-repeat;
}

.small_btn04 a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn04off.gif) top center no-repeat;
}

.small_btn04 a:hover {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn04on.gif) top center no-repeat;
}

.small_btn04mark a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn04on.gif) top center no-repeat;
}

.small_btn05 a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn05off.gif) top center no-repeat;
} 

.small_btn05 a:hover {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn05on.gif) top center no-repeat;
}

.small_btn05mark a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn05on.gif) top center no-repeat;
}

.small_btn06 a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn06off.gif) top center no-repeat;
}

.small_btn06 a:hover {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn06on.gif) top center no-repeat;
}

.small_btn06mark a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/small_btn06on.gif) top center no-repeat;
}


/*-------------------------------------------------------------------

会社概要

--------------------------------------------------------------------*/

#company h3 {
	width: 616px;
	height: 50px;
	background: url(../../company/images/sub_t.gif) top center no-repeat;
}

#company dt {
	width: 100px;
	text-align: left;
	float: left;
	padding-left: 6px;
	border-left: solid 5px #999;
}

#company dd {
	width: 456px;
	text-align: left;
	margin-left: 140px;
	margin-bottom: 16px;
	border-bottom: solid 1px #999;
}


/*-------------------------------------------------------------------

生活リンク

--------------------------------------------------------------------*/

#links h3 {
	width: 616px;
	height: 50px;
	background: url(../../links/images/sub_t.gif) top center no-repeat;
}

.list p {
	width: 600px;
	height: 25px;
	background: url(../../links/images/sub_t_bg.gif) top left no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}

.list ul {
	list-style: none;
}

.list li {
	text-align: left;
	background: url(../../links/images/folder_icon.gif) top left no-repeat;
	background-position: 0px 3px;
	padding-left: 24px;
	margin-bottom: 10px;
}

.list2 p {
	width: 600px;
	height: 25px;
	background: url(../../links/images/sub_t_bg.gif) top left no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}

.list2 ul {
	list-style: none;
}

.list2 li {
	width: 175px;
	text-align: left;
	background: url(../../links/images/folder_icon.gif) top left no-repeat;
	background-position: 0px 3px;
	padding-left: 24px;
	margin-bottom: 10px;
	float: left;
}


/*-------------------------------------------------------------------

住宅ローン

--------------------------------------------------------------------*/

#loan h3 {
	width: 616px;
	height: 50px;
	background: url(../../loan/images/sub_t.gif) top center no-repeat;
}

#loan table {
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #999;
}

#loan td {
	line-height: 1.4em;
	text-align: left;
	padding: 8px;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #999;
}


/*-------------------------------------------------------------------

お問い合わせ

--------------------------------------------------------------------*/

#inquiry h3 {
	width: 616px;
	height: 50px;
	background: url(../../inquiry/images/sub_t.gif) top center no-repeat;
}

#inquiry th {
	font-size: 75%;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	padding: 8px;
	background-color: #ddd;
}

#inquiry td {
	font-size: 75%;
	line-height: 1.4em;
	text-align: left;
	padding: 8px;
}

/*-------------------------------------------------------------------

プライバシーポリシー

--------------------------------------------------------------------*/

#privacy h3 {
	width: 616px;
	height: 50px;
	background: url(../../privacypolicy/images/sub_t.gif) top center no-repeat;
}

#privacy dt {
	text-align: left;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #ff6666;
	font-weight: bold;
	margin-bottom: 4px;
}

#privacy dd {
	text-align: left;
	margin-bottom: 18px;
}
