/* -----------------------------------------------------

OptySoft Cascading Style Sheets

File Name  : contents.css
Author     : HironobuOsaki | OptySoft
update     : 2007.08.29

----------------------------------------------------- */
@CHARSET "UTF-8";

#info-navi {
	text-align:center;
}
#info-navi .head{
	width: 560px;
	height:24px;
	background: url(../img/bg_header.jpg) repeat-y;
	background-repeat:no-repeat;
}
#info-navi .body{
	width: 560px;
	background: url(../img/bg_body.gif) repeat-y;
	background-repeat:repeat-y;
	font-size:12px;
	text-align:center;
}
#info-navi .tail{
	width: 560px;
	background: url(../img/bg_tail.gif) no-repeat; 
	background-repeat:no-repeat;
	padding:4px 0 0 20px;	
}

.info-table {
	width: 540px;
	margin: 10px 3px;
	padding: 0px;
}
.info-table td{
	height: 115px;
}
.style10{
	font-weight:lighter;
	font-size:10px;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}
.style11{
	font-weight:lighter;
	font-size:11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	background-color: #FFFFFF;
	margin:1px;
	padding:3px;	
}
.style11 a:link {
　　color: #2B60FF;
}
.style11 a:visited {
　　color: #00BF30;
}
.style11 a:active {
　　color: #000066;
}
.style11 a:hover {
　　color: #000066;
}


/* 不動産Q&A */
/*-----------------------------------------------------*/
@charset "utf-8";

/* お役立ち情報　基本設定
******************************************************************************************** */

/* H2見出し　背景設定
**************************************************************** */
#contents #title {
	padding:8px 0px 8px 0px;
	margin-bottom:8px;
	height:74px;
	background: transparent url(../../../img/sec/useful/h2_bg.jpg) 0 0 no-repeat;
	}

/* H2見出し
**************************************************************** */
#contents #title h2 {
	display:block;
	margin:23px 0px 0px 10px;
	height:36px;
	background: transparent url(../../../img/sec/useful/h2_01.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	}

/* H3見出し
**************************************************************** */

/* 不動産QA
********************************************* */
p#q{
	float:left;
	width:30px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
p#a {
	float:left;
	width:30px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
}
p#qcomment {
	float:right;
	width:500px;
	margin:5px 0px 0px 0px;
}
p#acomment {
	float:right;
	width:500px;
	margin:0px 0px 10px 0px;
}
ul#linklistblue li#odd {
	list-style: none;
	background-image: none;
	background-color:#f5f5f5;
	padding:5px 10px 5px 15px;
}
ul#linklistblue li#even {
	list-style: none;
	background-image: none;
	background-color:#fff;
	padding:5px 10px 5px 15px;
}
#linedashed {
	clear:both;
	height:10px;
	background:transparent url(../img/line_dashed.gif) center left repeat-x;
	width:540px;
	margin:0px 0px 15px 10px;
}
