@charset "utf-8";
/*
Theme Name: WordPress Paris-Fudousan
Theme URI: http://wordpress.org/
Description: <a href="http://www.paris-fudosan.com/">パリ不動産</a> のための印刷用WordPressのテーマ
Version: 1.0
Author: akietika
Tags: pink, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */

body {
    margin: 0;
    padding: 0;
    width: 100%;
	font-family:"Lucida Sans","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",meiryo,"ＭＳ Ｐゴシック",Arial,sans-serif;
    font-size: 12pt;
    line-height: 1.4;
	color: #000;
	background-color: #fff;
	}

img { border:none;}

a {	color: #000;
	text-decoration:none;
}
#page {
	text-align: left;
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
	}



headerimg {
	display:block; 
}

.description, #headerbar, #searchbar, #searchbar #ticker, #sidebar, .fr {
	display:none;
	}


#footer {
	border-top: 1px dotted #000;
	}



#footer #footerwrapper #footer-left {
	display:none;
}


h2, h3, h4 {
	font-size: 14pt;
	text-align:left;
	font-weight:normal
	}


/* End Typography & Colors */

.postmetadata {
	display: none;
}

.clear {
	clear: both;
}



/* End Structure */



/*	Begin Headers */
h1 {
	padding:30px 0 60px 0;
	margin: 0;
	width:140px;
	height:50px;
	
	}


h2.pagetitle, h2.newtitle, h2.posttitle {
	background: url('images/h2.gif') bottom left no-repeat;
	padding:10px 20px;
	margin:20px 0;
	color:#222;
	height:20px;
	line-height:20px;
	letter-spacing: 0;
	text-align:left;
}


h2.newtitle {
	background: url('images/h2-newtitle.gif') bottom left no-repeat;
}

.category-court h2.posttitle, .category-long h2.posttitle, #post-151 h2.pagetitle, #post-156 h2.pagetitle, #post-159 h2.pagetitle, #post-163 h2.pagetitle {
	background: url('images/h2-location.gif') bottom left no-repeat;
}

.category-habita h2.posttitle, .category-luxe h2.posttitle, .category-autre h2.posttitle, #post-30 h2.pagetitle, #post-54 h2.pagetitle, #post-62 h2.pagetitle, #post-65 h2.pagetitle {
	background: url('images/h2-vente.gif') bottom left no-repeat;}

.category-commerce h2.posttitle, #post-63 h2.pagetitle, #post-145 h2.pagetitle, #post-147 h2.pagetitle, #post-149 h2.pagetitle {
	background: url('images/h2-commerce.gif') bottom left no-repeat;}

.category-parking-bureaux h2.posttitle {
	background: url('images/h2-autres.gif') bottom left no-repeat;}

#post-2 h2.pagetitle {
	background: url('images/h2-societe.gif') bottom left no-repeat;}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul, html>body .entry ol {
	margin: 0;
	padding: 0 0 0 35px;
	}

html>body .entry ul {
	list-style: square;
}

html>body .entry li {
	margin: 10px 0 14px 10px;
	padding: 0;
	}




.entry ol li {
	margin: 10px 0 14px 10px;
	padding: 0;
	}

.entry dl#sitemap1, .entry dl#sitemap2 {
	margin:0;
	padding:0;
	width:200px;
	float:left;}

.entry dl#sitemap1 {
	margin-right:40px;}

.entry dl#sitemap1 dt, .entry dl#sitemap2 dt{
	background: url('images/info.gif') no-repeat left top;
	padding: 0;
	margin: 0;
	line-height:20px;
	height:20px;
	}

.entry dl#sitemap1 dt span, .entry dl#sitemap2 dt span {
	line-height:20px;
	height:20px;
	margin: 0 0 0 20px;
	display:block;
	}


.entry dl#sitemap1 dd, .entry dl#sitemap2 dd{
	margin:0;
	padding:10px 0;
	width:260px;
}

.entry dl#sitemap1 dd ul, .entry dl#sitemap1 dd ul li , .entry dl#sitemap2 dd ul, .entry dl#sitemap2 dd ul li{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
.entry dl#sitemap1 dd ul li ul, .entry dl#sitemap2 dd ul li ul{
	margin:0 0 0 20px;
	padding:0;	
}

.entry dl#sitemap1 dd ul li a, .entry dl#sitemap2 dd ul li a{
	display:block;
	padding: 0 0 0 30px;
	margin:0;
	background: url('images/sitemap-dt.gif') no-repeat left bottom;
	height:20px;
	line-height:20px;
}
.entry dl#sitemap1 dd ul li li a, .entry dl#sitemap2 dd ul li li a{
	padding: 0 0 0 30px;
	margin:0;
	background: url('images/sitemap-dt.gif') no-repeat left top;
	height:20px;
	line-height:20px;
	font-size:0.9em;}

/* End Entry Lists */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* End captions */



/* post meta */
dl.post_meta { margin:20px 0; }
.post_meta dt { color:#cc9999; 
border-bottom:1px #ccc dotted;}
.post_meta dd {
margin:0;
padding:0;
}
.post_meta dd ul {
	margin:10px 0;
	padding:0;}
.post_meta dd ul li {
	list-style:square;
	padding:3px 0 0 8px;
	margin: 0;
	float:left;
	width:250px;
	font-size:90%;
	}

 ul#info {
	margin:0 0 20px 0;
	padding:0;
	display:block;
	height:20px;
	}

ul#info li {
	list-style:none;
	padding:0 5px;
	margin: 0;
	float:left;
	width:140px;
	height:30px;
	display:block;
	background: url('images/info.gif') no-repeat left top;
	}

ul#info li.loyer1 {
	background: url('images/info.gif') no-repeat left -30px;
}

ul#info li.loyer2 {
	background: url('images/info.gif') no-repeat left -60px;
}

ul#info li.prix1 {
	background: url('images/info.gif') no-repeat left -90px;
}
ul#info li.prix2 {
	background: url('images/info.gif') no-repeat left -120px;
}

ul#info li.surface {
	background: url('images/info.gif') no-repeat left -150px;
}

ul#info li span {
	padding-top:14px;
	height:16px;
	line-height:16px;
	display:block;	
	text-align:center;
	font-size:0.9em;
}

#post-cat {
	padding:5px 0;
	font-size:0.8em;
	color:#cc9999;
}
#post-cat a { color:#cc9999;}

a.detail {
	padding:0;
	margin:0;
	background: url('images/detail.gif') no-repeat left top;
	height:30px;
	width:90px;
	display:block;
	float:right;
}
a.detail:hover {
	background: url('images/detail.gif') no-repeat left bottom;
}

.thumbnail-img {
	border:1px solid #999;
	float:right;
	margin:10px 0 10px 10px;}

.entry table {
	margin:0;
	padding:0;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}



.entry table th {
	margin:0;
	padding:5px;
	background-color:#f9f0f2;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;	
	text-align:center;
	font-size:0.9em;
}

.entry table td {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	margin:0;
	padding:5px;
	background-color:#fff;
	vertical-align:top;
}


.entry table td ul, .entry table td ol{
	padding:0 0 0 20px;}

.entry table td ul li, .entry table td ol li {
		margin: 3px 0 3px 10px;
}

button.prev, button.next {
	height:230px;
	width:20px;
	border:none;
}

button.prev {
	float:left;
	background: url('images/btn-l.gif') no-repeat center left;
}
button.next {
	background: url('images/btn-r.gif') no-repeat center left;
	float:right;}

button.prev:hover, button.next:hover {
	background-position:center right;}

div#carousel {
	margin:0 0 0 40px;
	height:250px;
}

#carousel ul{
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	height:250px;
}

#carousel ul li {
	border:1px #999 solid;
	background-color:#fff;
	padding:10px;
	margin:0 2px;
	float:left;
	height:220px;
	}

#carousel ul li p {
	line-height:120%;
	font-size:0.8em;
	text-align:center;
}



#contact_wrapper,a.print {
	display:none;	}

