@charset Shift_JIS;

* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
}
body {
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	font-size:80%;
	line-height:150%;
	color:#333;
	background-color:#fff;
}
img {
	border:none;
	vertical-align:top;
}
hr {
	clear:both;
	visibility:hidden;
}
table th,
table td {
	text-align:left;
	vertical-align:top;
}
input,textarea,select {
	font-size:1em;
	margin-right:5px;
}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
		overflow:hidden;
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
ol,ul {list-style:none;}

dl{
    display:inline-block;　/* MAC IE用　*/
    min-height:1%  /* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html dl{height: 1%}
dl{display: block}
/*--ここまでMAC IEは非適用 */

/* link
----------------------------------------------------------*/
a {
	outline:none;
}
a:link,a:visited {
	color:#090;
}
a:hover {
	color:#333;
}
.img-filter a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

/* base
----------------------------------------------------------*/
#wrapper {
	width:900px;
	margin:0 auto;
}
#left-navi {
	width:245px;
	float:left;
	background:url(../images/bg.jpg) repeat top;
}
#left-navi #main {
	padding:20px 15px 30px;
	width:215px;
}
#content {
	width:630px;
	float:right;
}

/* header
----------------------------------------------------------*/
#left-navi #logo {
	background:url(../images/header_bg.jpg) no-repeat top;
	height:154px;
}
h1 {
	width:245px;
	text-align:center;
	color:#fff;
	overflow-y:hidden;
	font-size:14px;
	height:21px;
	padding-top:1px;
}

/* navi
----------------------------------------------------------*/
#subnavi {
	background:url(../images/left_info_bg.jpg) no-repeat top;
	height:84px;
	padding:42px 7px 0 7px;
	margin-bottom:20px;
}
#navi {
	margin-bottom:20px;
}
#navi li {
	margin-bottom:2px;
}
.profile {
	padding:5px 0;
	margin-bottom:20px;
}
.profile span {
	background-color:#999;
	color:#fff;
	font-weight:600;
	font-size:10px;
	display:inline-block;
	padding:1px 3px;
}

/* margin-padding
----------------------------------------------------------*/
.pt20 {padding-top:20px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}

/* color
----------------------------------------------------------*/
.red {color:#c00;}
.green {color:#090;}

/* hanyo
----------------------------------------------------------*/
.clear {clear:both;}
.bold {font-weight:600;}
.small {
	font-size:80%;
	line-height:120%;
}
.large {
	font-size:120%;
	line-height:120%;
}
.v-middle img {vertical-align:middle;}
.v-top img {vertical-align:top;}
.left {float:left;}
.right {float:right;}
.center {text-align:center;}
.t-right {text-align:right;}
.form5 {width:25px;}
.form15 {width:75px;}
.form20 {width:100px;}
.form30 {width:150px;}
.form50 {width:250px;}
.form65 {width:325px;}
.form70 {width:350px;}
.form90 {width:450px;}

/* midashi
----------------------------------------------------------*/
h3 {
	font-size:120%;
}
h4 {
	font-size:120%;
}
h3.title1 {
	margin-bottom:20px;
	border-top:2px solid #090;
	border-bottom:1px solid #090;
	background:url(../images/bg01.jpg) repeat-x bottom;
	padding:7px 10px;
}
h4.title1 {
	background:url(../images/bg02.jpg);
	padding:5px;
	margin:10px 0 10px;
	color:#060;
	border-left:8px solid #9c3;
}
.midashi01 {
	font-weight:600;
	color:#090;
	padding:2px 5px;
	border:1px solid #090;
	margin:15px 0 10px;
	text-align:center;
	background-color:#eee;
}

/* list
----------------------------------------------------------*/

/* table
----------------------------------------------------------*/
.table1 {
	width:100%;
	border-collapse:separate;
	border-bottom:1px solid #ccc;
}
.table1 th,
.table1 td {
	padding:5px 10px;
	border:1px solid;
}
.table1 th {
	border-color:#ccc #fff #fff #ccc;
	background-color:#daedbe;
}
.table1 td {
	border-color:#ccc #ccc #fff #ccc;
	background-color:#fff;
}
.table1 p {
	display:block;
	float:left;
	margin-right:15px;
}
.table2 {
	width:100%;
	border-collapse:collapse;
}
.table2 th,
.table2 td {
	padding:0 10px;
	border:1px solid #ccc;
}
.table2 th {
	width:1%;
	white-space:nowrap;
}
.table2 .head {
	background-color:#999;
	color:#fff;
	text-align:center;
	font-weight:600;
}

/* 01-index
----------------------------------------------------------*/
.estate {
	width:640px;
	margin-right:-10px;
}
.estate .item {
	width:140px;
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
	padding:4px 4px 10px 4px;
	margin-bottom:10px;
	display:inline;
}
.estate .item .title {
	font-weight:600;
	padding-top:10px;
	display:block;
}

/* 02-estate
----------------------------------------------------------*/
.paging {
	padding:10px;
	background-color:#eee;
	text-align:center;
}
.paging li {
	display:inline;
	margin:0 1px;
}
/*.paging li span,*/
.paging li a {
	display:inline-block;
	padding:2px 10px;
	text-decoration:none;
	vertical-align:middle;
}
.paging li a {
	background-color:#fff;
	border:1px solid #ccc;
}
/*
.paging li span {
	background-color:#090;
	color:#fff;
	border:1px solid #090;
}*/

.paging li .current {
	display:inline-block;
	padding:2px 10px;
	text-decoration:none;
	vertical-align:middle;
	background-color:#090;
	color:#fff;
	border:1px solid #090;
}

.paging li a:hover {
	background:#d8edba;
	border-color:#ccc;
	color:#090;
}

/* 03-store
----------------------------------------------------------*/
.pht4 {
	width:640px;
	margin-right:-10px;
}
.pht4 img {
	margin-right:10px;
	margin-bottom:10px;
}
.store-ex {
	width:290px;
	background-color:#d9ecbe;
	padding:15px 10px;
	margin-top:10px;
	margin-bottom:20px;
}
.store-ex table {
	width:290px;
	margin-bottom:10px;
}
.store-ex table th,
.store-ex table td {
	padding:0 15px 0 0;
	border-bottom:1px dotted #ccc;
}
.store-ex table th {
	width:1%;
	white-space:nowrap;
	font-weight:normal;
}

/* 04-diagnosis
----------------------------------------------------------*/
.naiyo dt {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	background-color:#eee;
	padding:0 10px;
}
.naiyo dt span {
	color:#090;
}
.naiyo dd {
	margin-left:3em;
	margin-bottom:10px;
}
.success-ex {
	width:280px;
	padding:20px 5px 0 5px;
}
.success-ex .r-text {
	overflow:hidden;
	zoom:1;
}

/* 05-company
----------------------------------------------------------*/
/* 06-contact
----------------------------------------------------------*/
.contact-table {
	width:100%;
	border-collapse:separate;
	margin:20px 0 10px 0;
}
.contact-table th,
.contact-table td {
	border:1px solid;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 10px;
}
.contact-table th {
	width:1%;
	white-space:nowrap;
	background:url(../images/bg02.gif);
	border-color:#fff #ccc #ccc #fff;
	background:url(../images/bg03.jpg);
}
.contact-table th span {
	color:#f36;
}
.contact-table td {
	background-color:#fff;
	border-color:#ccc;
}

/* footer
----------------------------------------------------------*/
.f-con {
	clear:both;
	background:url(../images/f_con_bg.jpg) no-repeat top;
	padding:35px 10px 10px 10px;
	border-bottom:1px solid #ccc;
}
.pagetop {
	text-align:right;
	clear:both;
	padding-top:30px;
}
#footer {
	border-top:1px solid #090;
	text-align:center;
	font-size:80%;
	padding:10px 0 30px 0;
}
#footer ul {
	margin-bottom:10px;
}
#footer li{
	display:inline;
	border-right:1px solid #666;
}
#footer li a {
	color:#333;
	padding:0px 4px 0 3px;
}
#footer a:link,
#footer a:visited {
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#090;
}
#footer .end {
	border:none;
}

/*--------2010/9/2----------*/
.mt18 {margin-top:18px;}

/* print
----------------------------------------------------------*/
@media print {



}


