@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: unlisteds.css
 * author		: kataoka daichi
 * style info	: 未公開物件ページCSS
 -----------------------------------------------------------*/

#header_inner{
	background-image: url(/img/title/bg_body_unlisted.jpg);
}
#headimg {
	background-image: url(/img/title/ttl_unlisted.jpg);
}
#article p{
margin-left: 16px;
margin-right: 16px;
}
p.catch{
	height: 48px;
	margin-bottom: 25px;
	background-image: url(/img/unlisted/catch.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
p.strong{
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
	color: #569307;
}
.txt_bold {
font-weight: bold;
}
ul.hd1 {
margin-left: 32px;
margin-bottom: 1em;
}
ul.hd1 li {
margin-bottom: 0.3em;
list-style-type: disc;
}
#contactArea {
width: 360px;
margin-left: 120px;
padding: 5px 15px;
background-color: white;
border: 3px solid #A0894C;
font-size: 14px;
text-align: center;
}
#contactArea p {
margin: 0px;
}
#contactArea span{
	font-size:18px;
	font-weight:bold;
	color:#FF6600;

}