@import url("base.css");

/*-----------------------------------
	レイアウト
-----------------------------------*/
/*-----------------------------------
	共通
-----------------------------------*/
/*コンテンツ*/
#contents{
	width:720px;
}
/*ヘッダー*/
#contents .title_wrapper{
	padding:5px 0 11px;
	width:720px;
	height:100%;
	background:url(../img/base/dot_3.gif) bottom repeat-x;
}
#contents .title_wrapper .title{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	float:left;
}
#contents .title_wrapper .page_back{
	float:right;
}
/*-----------------------------------
	安心保証
-----------------------------------*/
/*ヘッダー*/
#contents .security_header{
	width:694px;
	height:103px;
	padding-top:18px;
	padding-left:26px;
	margin-top:10px;
	background:url(../img/security/header_bg.jpg) top left no-repeat;
}
/*安心保証リスト*/
#contents .security_list{
}
#contents .security_list .security_item{
	width:680px;
	padding:20px 0 20px;
	margin:auto;
	background:url(../img/base/dot_line.gif) bottom repeat-x;
}
#contents .security_item dt.banner{
	width:150px;
	float:left;
	clear:both;
}
#contents .security_item dd.text{
	width:520px;
	float:right;
}
#contents .security_item dd.text .title{
	font-weight:bold;
	color:#333333;
}
#contents .security_item dd.clear{
	line-height:0px;
	height:0px;
	font-size:0px;
}

/*-----------------------------------
	ボタン
-----------------------------------*/
/*日本住宅保証機構（ＪＩＯ）*/
#contents a.bt_link1{
	width:150px;
	height:50px;
	display:block;
	background:url(../img/security/bt_link1.gif) top left no-repeat;
}
#contents a.bt_link1:hover{
	background-position:top right;
}
/*財団法人 住宅保証機構*/
#contents a.bt_link2{
	width:150px;
	height:50px;
	display:block;
	background:url(../img/security/bt_link2.gif) top left no-repeat;
}
#contents a.bt_link2:hover{
	background-position:top right;
}
/*10年瑕疵保証制度*/
#contents a.bt_link3{
	width:150px;
	height:50px;
	display:block;
	background:url(../img/security/bt_link3.gif) top left no-repeat;
}
#contents a.bt_link3:hover{
	background-position:top right;
}
