@charset "utf-8";
/* --------------------------------------------------

BASE

-------------------------------------------------- */

/* ------------------------
	global
------------------------ */

body {
	margin: 0;
	padding: 0;
}
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,th,td,ul,ol,li,form,code {
	margin: 0;
	padding: 0;
}
ul,ol,li {
	list-style: none;
}
br {
	letter-spacing: 0px;
}
a {
	text-decoration: underline;
	color: #00A6FF;
}
a:hover {
	text-decoration: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
fieldset,img,abbr {
	border: 0;
}
img {
	border: 0;
	vertical-align: top;
}

h2.contents-head {
	font-size: 1.4em;
	margin-top: 5px;
}

h2.ttl {
	background: transparent url(../img/h2_ttl01.gif) no-repeat top left;
	width: 580px;
	height: 50px;
	padding-left: 34px;
	font-size: 1.2em;
	line-height: 4.4em;
}

/* ------------------------
	contact
------------------------ */
table.row-table-01 {
	width: 100%;
}

/* ------------------------
	clearfix
------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* --------------------------------------------------

FONT SIZE

-------------------------------------------------- */

/* ------------------------
	font
------------------------ */

body {
	font-size: 75%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body *, 
body p{
	line-height:1;
} 
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,th,td,ul,ol,li,form,code {
	font-size: 100%;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
table{ 
    font-size:1em; 
}

/* --------------------------------------------------

LAYOUT

-------------------------------------------------- */

/* ------------------------
	body
------------------------ */
body {
	background-image: url(../img/bg01.gif);
	background-repeat: repeat;
	background-position: center top;
}

/* ------------------------
	bg
------------------------ */
#bg {
	background-image: url(../img/bg02.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* ------------------------
	wrapper
------------------------ */
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------
	header
------------------------ */
#header {
	height: 140px;
	width: 800px;
	overflow: hidden;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
h1 {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
#header p {
	float: right;
}

/* ------------------------
	flash
------------------------ */
#flash {
	margin-bottom: 20px;
}

#navi {
	width: 800px;
	height: 45px;
	background: transparent url(../img/bg_navi.jpg) no-repeat top left;
	margin-bottom: 10px;
}
#navi ul {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
#navi li {
	float: left;
	list-style-type: none;
}
#navi a {
	float: left;
	width: 160px;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-size: 1.1em;
}

/* ------------------------
	main
------------------------ */
#main {
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
}
/* ------------------------
	contents
------------------------ */
#contents {
	float: left;
	width: 580px;
	padding-right: 20px;
}

/* contents_inner */
#contents .contents_inner {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 20px;
}
#contents .contents_inner h3.man {
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
	background-color: #8CE4EC;
	padding: 2px;
}
#contents .contents_inner h3.woman {
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
	background-color: #F19CB4;
	padding: 2px;
}
#contents .contents_inner p {
	line-height: 1.5;
}
#contents .contents_inner p.detailbtn {
	clear: both;
	text-align: right;
	padding-top: 10px;
}
#contents .contents_inner table.thum {
	float: left;
	width: 268px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents .contents_inner table.thum th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 80px;
	background-color: #FFF;
	background-image: url(../img/hr01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#contents .contents_inner table.thum td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/hr01.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#contents .contents_inner table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
#contents .contents_inner th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-weight: bold;
	background-color: #EDEDED;
	padding: 5px;
	line-height: 1.5;
}
#contents .contents_inner td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
	line-height: 1.5;
}

/* photo */
#contents .photo {
	width: 528px;
	overflow: hidden;
	padding-left: 8px;
}
#contents .photo dl {
	float: left;
	width: 300px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#contents .photo dt {
	padding-bottom: 10px;
}
#contents .photo dd {}
#contents .photo ul {
	padding-bottom: 20px;
}
#contents .photo li {
	float: left;
	padding-bottom: 10px;
}

/* flow */
#contents .flow {}
#contents .flow h3 {
	color: #24AABA;
	background-image: url(../img/hr01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 30px;
	height: 30px;
}
#contents .flow h3.big {
	color: #FFF;
	background-image: url(../img/hr01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 40px;
	height: 40px;
	background-color: #24AABA;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
#contents .flow p {
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ------------------------
	map
------------------------ */
#map {
	background-color: #999;
	width: 538px;
	height: 300px;
}

/* ------------------------
	side
------------------------ */
#side {
	float: right;
	width: 180px;
	padding: 10px;
}
#side h3 {
	padding-bottom: 5px;
}
#side p {
	padding-bottom: 10px;
}
#side dl {
	padding-bottom: 10px;
}
#side dt {
	line-height: 1.5;
}
#side dd {
	line-height: 1.5;
	background-image: url(../img/side_hr01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#side ul {

}
#side li {
	padding-bottom: 10px;
}

/* ------------------------
	footer
------------------------ */
#footer {
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 80px;
	padding-top: 70px;
	background-color: #150902;
	background-position: left top;
	margin-top: 20px;
	clear: both;
}

/* footer_inner */
#footer .footer_inner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer .footer_inner p {
	text-align: center;
	padding-bottom: 10px;
	color: #FFF;
	line-height: 1.2;
}
#footer .footer_inner p a {
	color: #FFF;
}
#footer .footer_inner address {
	color: #FFF;
	text-align: center;
	line-height: 1.2;
}
#footer .footer_inner address a {
	color: #FFF;
}

/* ------------------------
	汎用クラス
------------------------ */
.clear{clear:both;}
.left{float:left;}
.right{float:right;}

/* ------------------------
	幅調整クラス
------------------------ */
/* padding */
.pr10{padding-right:10px;}
.pb10{padding-bottom:10px;}
.pt10{padding-top:10px;}

/* margin */
.mb10{margin-bottom:10px;}
.mt10{margin-top:10px;}
.mb20{margin-bottom:20px;}
.mt20{margin-top:20px;}

/* --------------------------------------------------

PROPERTIES

-------------------------------------------------- */

/* ソート
----------------------------------------------- */
ul#sort {
	float: right;
	font-size: 1.2em;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul#sort li {
	float: left;
	margin: 7px 0 5px;
	padding: 0;
	white-space: nowrap;
	width: auto !important;
}

ul#sort li#label {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/sort.gif) no-repeat scroll left center;
	color: #FFFFFF;
}

ul#sort li#label span {
	margin: 0 50px 0 10px;
	padding: 0;
}

ul#sort li img {
	margin-top: 3px;
	margin-left: 3px;
}

/* ページャ
----------------------------------------------- */
.guide-bar {
	clear: both;
	width: 95%;
	font-size: 1.2em;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.paging {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.paging span {
	float: left;
	display: block;
	width: 16px;
	height: 18px;
	margin-left: 0px;
	margin-right: 4px;
	padding: 0;
	text-align: center;
}

.paging span.current {
}

.guide-bar .paging a.effectived, 
.guide-bar .paging span.disabled {
	float: left;
	display: block;
	width: 50px;
	height: 17px;
	text-align: center;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.guide-bar .paging a.effectived {
	margin-left: 0px;
}

.guide-bar .paging span.disabled {
	color: #0099FF;
}

.guide-bar a {
	margin-right: 4px;
}

.guide-bar a:hover {
}

.counter {
	float: right;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}

.counter .mb {
	display: inline;
}

/** 合計行数 */
.counter span.count {
/*
	font-weight: bold;
*/
}

.counter span.count-mb {
}

/** 開始行 */
.counter span.start {
/*
	font-weight: bold;
*/
}

.counter span.start-mb {
}

/** 終了行 */
.counter span.end {
/*
	font-weight: bold;
*/
}

.counter span.end-mb {
}

/* 物件情報
----------------------------------------------- */

#contents .contents_inner p.btn_contact {
	clear: both;
	text-align: center;
	padding-top: 20px;
}

#contents .contents_inner p.btn_contact a:hover {

}
