@charset "utf-8";

/*____________ all clear ____________\*/

* {
	margin: 0;
	padding: 0;
}

/*____________ element ____________\*/

body {
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	_text-align: center;
	background: #bdaf9b;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

a {
	color: #5e5224;
	text-decoration: underline;
}

a:focus {
	–moz-outline-style: none;
}

a:hover {
	color: #1b0b4e;
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

li img {
	vertical-align: bottom;
}

label {
	cursor: pointer;
}

/*____________ bits ____________\*/

.fclear {
	clear: both;
}

br.fclear {
	clear: both;
	font-size: 1px;
	line-height: 1em;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.alignc {
	text-align: center;
}

.alignl {
	text-align: left;
}

.alignr {
	text-align: right;
}

.nomargin {
	margin: 0px;
}

.marginb10 {
	margin-bottom: 10px;
}

.marginb20 {
	margin-bottom: 20px;
}

.hide {
	display: none;
}

.hidden {
	visibility: hidden;
}

.hidedisp {
	position:absolute;
	left: -1000%;
}

.underline {
	text-decoration: underline;
}

.overline {
	text-decoration: overline;
}

.ssfont {
	font-size: xx-small;
}

.sfont {
	font-size: x-small;
}

.mfont {
	font-size: medium;
}

.blue {
	color: #00f;
}

.red {
	color: #f00;
}

.orange {
	color: #f90;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

hr.hidden {
	clear: both;
}

br.fclear {
	height: 1px;
	line-heigt: 0px;
	overflow: hidden;
}

/*____________ table ____________\*/

.simpletable {
	border: 1px solid #999;
	border-collapse: collapse;
}

.simpletable th {
	border: 1px solid #999;
	padding: 2px;
}

.simpletable td {
	border: 1px solid #999;
	padding: 2px;
}

/*____________ header ____________\*/

#headerbox {
	min-width: 800px;
	height: 380px;	
	background: url(../img/back_headerbox01.gif) left top repeat-x;
	overflow: hidden;
}

#header {
	width: 800px;
	margin: 0 auto;
	_text-align: left;
	position: relative;
}

#header h1 {
	height: 20px;
	color: #fff;
	font-size: 10px;
	_font-size: 60%;
	font-weight: normal;
	line-height: 2em;
	background: #bdaf9b;
	padding-left: 1px;
	overflow: hidden;
}

#header h2 {
	height: 0px;
	color: #fff;
	font-weight: normal;
	padding: 50px 0 0;
	background: #461a1a url(../img/back_header_leadtext01.gif) left top no-repeat;
	border-bottom: 4px solid #fff; 
	overflow: hidden;
}

#header address {
	width: 250px;
	height: 0px;
	color: #fff;
	padding: 70px 0 0; 
	background: #461a1a url(../img/back_header_address255.gif) right top no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

ul#navigation {
	height: 30px;
	background: #461a1a;
	border-top: 6px solid #7d0a0a;
}

ul#navigation li {
	display: inline;
	color: #fff;
	list-style-type: none;
	height: 30px;
	padding: 0 21px 0 0;
	margin: 0;
}

ul#navigation li#navi_company {
	padding: 0 0 0 5px;
}

p#mainimage {
	position: relative;
}

img#btn_ogawakoumu {
	position: absolute;
	top: 19px;
	right: 20px;
}

img#btn_staffblog {
	position: absolute;
	top: 89px;
	right: 20px;
}

#headerbox2 {
	background: url(../img/back_headerbox01.gif) left top repeat-x;
	overflow: hidden;
}

/*____________ contents ____________\*/

#contentsbox {
	min-width: 800px;
	background: #e6e0d8;
	padding: 10px 0 0 0;
}

.contents {
	width: 800px;
	margin: 0 auto;
	_text-align: left;
}

.gototop {
	text-align: right;
	background: #e6e0d8;
	margin: 0;
	padding-top: 5px;
	clear: both;
}

#bgleftcol {
	background: url(../img/back_bgleftcol01.gif) left top repeat-y;
}

/*____________ maincol ____________\*/

#maincol {
	width: 570px;
}

#maincol .ontitle {
	position: relative;
}

#maincol .ontitle .ontitlebtn {
	position: absolute;
	top: 6px;
	left: 119px;
}


h3#maincoltitle_7 {
	color: #461a1a;
	font-size: 14px;
	_font-size: 86%;
	font-weight: bold;
	min-height: 31px;
	_height: 31px;
	background: #f3ede5 url(/img/title_staffblog01.gif) left bottom;
	line-height: 31px;
	padding: 0 0 0 160px;
}

.maincolcont {
	background: #cec3b4;
	padding-bottom: 20px;
}

.maincolcont2 {
	background: #fff;
	padding-bottom: 20px;
}


/*____________ propertybox ____________\*/

.propertybox {
	min-height: 125px;
	_height: 110px;
	margin: 0 15px;
	padding: 10px 0px 5px;
	border-bottom: 1px solid #a1927d;
}

.propertybox .propertyimage {
	float: left;
	width: 180px;
	overflow: hidden;
}

.propertycont {
	width :350px;
	padding-left: 10px;
	_height: 130px;
	float: right;
}

.propertycont h4 {
	font-size: 14px;
	_font-size: 86%;
	line-height: 1em;
	margin-bottom: 1em;
}

.propertycont h4 a {
	color: #471902;
}

.propertycont p {
	color: #333;
	font-size: 12px;
	_font-size: 70%;
	line-height: 1.5em;
}

.entrymore {
	text-align: right;
	margin-bottom: 1em;
	clear: both;
}


.propertyimage2 {
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px 5px;
	margin-bottom: 10px;
}

.propertytable {
	width: 540px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	empty-cells: show;
}

.propertytable th {
	color: #333;
	font-size: 12px;
	_font-size: 70%;
	font-weight: normal;
	white-space: nowrap;
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 3px 5px;
}

.propertytable td {
	color: #333;
	font-size: 12px;
	_font-size: 70%;
	border: 1px solid #ccc;
	padding: 3px 5px;
}

/*____________ newsbox ____________\*/

.newsbox {
	margin: 0 15px;
	padding: 10px 0 5px;
}

.newslist {
}

.newslist dt {
	color: #4a2c13;
	font-size: 12px;
}

.newslist dt {
	width: 85px;
	color: #4a2c13;
	font-size: 12px;
	_font-size: 70%;
	text-align: right;
	padding: 0;
	float: left;
}

.newslist dd {
	color: #333;
	font-size: 12px;
	_font-size: 70%;
	line-height: 1.5em;
	padding: 0 5px 1.5em 100px;
	margin-bottom: 1em;
	border-bottom: 1px solid #a1927d;
}

/*____________ entrybox ____________\*/

.entrybox {
	min-height: 200px;
	_height: 200px;
	margin: 0 15px;
	padding: 10px 0 5px;
}

.entrybox#minimal {
	min-height: 1px;
	_height: auto;
	border-bottom: 1px solid #a1927d;
}

.entrybox h4 {
	color: #461a1a;
	font-size: 14px;
	_font-size: 76%;
	line-height: 1.5em;
	padding: 0 5px 0 10px;
	margin-bottom: 0.5em;
}

.entrybox p {
	color: #333;
	font-size: 12px;
	_font-size: 70%;
	line-height: 1.5em;
	padding: 0 5px;
	margin-bottom: 1em;
}

.entrybox ul {
	padding: 0 5px;
	margin-bottom: 1em;
}

.entrybox ul li {
	color: #333;
	font-size: 12px;
	_font-size: 70%;
	line-height: 1.5em;
	padding: 0 0 0 12px;
	list-style-type: none;
	background: url(../img/icon_list01.gif) left top no-repeat;
}

.entrybox .entrydate {
	color: #4a2c13;
	line-height: 1.1em;
	padding: 0 5px;
	margin-bottom: 0.5em;
}

.entrybox p.entryfooter {
	font-size: 10px;
	_font-size: 66%;
	text-align: right;
	line-height: 1.8em;
	clear: both;
	border-top: 1px solid #a1927d;
	margin-bottom: 1.5em;
}

.entrybox p.entryfooter a {
	text-decoration: none;
}


.entryarchivenavi {
	font-size: 10px;
	_font-size: 95%;
	text-align: center;
	padding: 1em 0;
}

.entrysubmit {
	text-align: center;
}

.entrysubmit input {
	padding: 5px 10px;
}


/*____________ comment ____________\*/

.comments-open-content p {
	vertical-align: top;
}

#comment-author {
	width: 400px;
}

#comment-email{
	width: 400px;
}

#comment-url{
	width: 400px;
}

#comment-text{
	width: 400px;
	height: 9em;
}

/*____________ rsslist ____________\*/

.entrybox ul.rsslist {
	padding: 1em 15px 0;
	margin-bottom: 14em;
}

.entrybox ul.rsslist li {
	color: #333;
	font-size: 12px;
	_font-size: 70%;
	line-height: 1.5em;
	padding: 0 0 0 12px;
	margin-bottom: 1.5em;
	list-style-type: none;
	background: url(../img/icon_list01.gif) left top no-repeat;
}

.entrybox ul.rsslist li a {
	color: #471902;
}

/*____________ rightcol & leftcol ____________\*/

.rightcol {
	width: 220px;
	float: right;
}

.leftcol {
	width: 220px;
	float: left;
}

.leftcol#subnavi01 {
	padding: 41px 0 0;
}

.subnavibtn {
	text-align: center;
	margin-bottom: 10px;
}


/*____________  inside to leftcol,rightcol ____________\*/


.framingbox {
	border: 1px solid #7d0a0a; 
	padding: 15px;
	margin-bottom: 10px;
}

.framingbox#topbordless {
	border-top: none;
}

.whitebox {
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
}

.whitebox#category {
	background: #f3ede5;
}

.whitebox#comment {
	background: #f3ede5;
}

.framingbox p, .whitebox p {
	color: #333;
	font-size: 12px;
	_font-size: 70%;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.framingbox p, .whitebox ul {
	margin-bottom: 1em;
}

.framingbox p, .whitebox ul li {
	color: #333;
	font-size: 12px;
	_font-size: 70%;
	line-height: 1.5em;
}

.whitebox ul.newslist a {
	color: #333;
	text-decoration: none;
}

.whitebox ul.newslist a:hover {
	color: #471902;
	text-decoration: underline;
}

.whitebox ul.commentlist a {
	color: #333;
	text-decoration: none;
}

.whitebox ul.commentlist a:hover {
	color: #471902;
	text-decoration: underline;
}

.whitebox ul.commentlist span {
	display: block;
	font-size: 10px;
	_font-size: 90%;
	text-align: right;
}

.whitebox ul {
	margin-bottom: 0;
}

.whitebox ul li {
	list-style-type: none;
	border-bottom: 1px solid #999;
	padding: 0 5px 5px;
	margin-bottom: 5px;
}

.whitebox ul li ul li {
	_font-size: 100%;
	list-style-type: none;
	padding: 0 0 5px 1em;
	margin: 0;
	border: none;s
}


/*____________ inquiry____________\*/

.simpletable#inquiry {
	width: 530px;
	margin: 0 5px 1em;
	border-color: #fff;
}

.simpletable#inquiry th {
	font-size: 12px;
	_font-size: 70%;
	font-weight: normal;
	text-align: right;
	vertical-align: top;	
	padding: 5px 10px;
	line-height: 20px;
	white-space: nowrap;
	background: #e6e0d8;
	border-color: #fff;
}

.simpletable#inquiry td {
	font-size: 12px;
	_font-size: 70%;
	font-weight: normal;
	vertical-align: top;	
	padding: 5px 10px;
	line-height: 20px;
	background: #f6f6f6;
	border-color: #fff;
}

p.formsubmit {
	text-align: center;
	margin-bottom: 2em;
}

.formsubmit input {
	padding: 5px 10px;
}

#inquiry_name {
	width: 250px;
}

#inquiry_address {
	width: 390px;
}

#inquiry_tel1 {
	width: 40px;
}

#inquiry_tel2 {
	width: 60px;
}

#inquiry_tel3 {
	width: 60px;
}

#inquiry_mailaddress {
	width: 390px;
}

#inquiry_content {
	width: 400px;
}

address div.float_r {
	font-size: 12px;
	_font-size: 70%;
	font-style: normal;
	width: 180px;
}

/*____________ sitemap ____________\*/

.entrybox ul.sitemaplist {
	padding: 5px 0 0;
	margin: 0 20px 2em;
	background: url(../img/back_bordera1927d_02.gif) left top repeat-y ;
}

.entrybox ul.sitemaplist li {
	color: #333;
	font-size: 12px;
	_font-size: 70%;
	line-height: 30px;
	padding: 0;
	list-style-type: none;
	background-image: none;
	/*background: url(../img/icon_list01.gif) left top no-repeat;\*/
}

.entrybox ul.sitemaplist li a {
	padding: 0 20px 0 10px ;
	margin: 0;
	border-left: 5px solid #a1927d; 
	text-decoration: none;
}

.entrybox ul.sitemaplist li a:hover {
	color #f30; 
	border-left: 5px solid #f60; 
}

.entrybox ul.sitemaplist li ul {
	padding: 0 0 0 100px;
	margin: 0;
	background: #fff ;
}

.entrybox ul.sitemaplist li ul li {
	_font-size: 100%;
	padding: 0 0 30px ;
	margin: 0;
	background: url(../img/back_bordera1927d_02.gif) left bottom repeat-y
}

.entrybox ul.sitemaplist li ul li ul {
	padding: 0 0 0 100px;
	margin: 0;
	background: #fff ;
}

.entrybox ul.sitemaplist li ul li ul li {
	_font-size: 100%;
	padding: 0 ;
	margin: 0;
	background: url(../img/back_bordera1927d_02.gif) left bottom repeat-y
}

/*____________ link ____________\*/

.linkbox {
	width: 269px;
	height: 125px;
	float: left;
	overflow: auto;
	border-left: 5px solid #f0f0f0;
	margin: 0 1px 5px 10px;
	_margin-left: 5px;
}

.linkbox h4 {
	font-size: 12px;
	_font-size: 70%;
	font-weight: normal;
	padding: 5px 5px 0 10px;
	margin: 0;
}

.linkbox p {
	font-size: 11px;
	_font-size: 66%;
	padding: 5px 10px 0 10px;
}

/*____________ footer ____________\*/

#footerbox {
	min-width: 800px;
	background: #bdaf9b url(../img/back_footerbox01.gif) left top repeat-x;
	clear: both;
}

#footer {
	width: 800px;
	padding: 0 0 50px;
	margin: 0 auto;
	_text-align: left;
}

#footer #sitemap {
	line-height: 20px;
}


