html{
    color: #222;
}
a,a:link,a:visited,
a:hover,a:active,
img{
	border:none;
}s




a,a:link,a:visited{
	text-decoration:none;
	color:#333;
}
a:hover,a:active{
	text-decoration:none;
	color:#888;
}


body {
	margin:0;
	font-size: 1em;
	line-height: 1.2;
	/*
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #888;*/
	font: 16px/26px;
	/*font-family: futura,Century Gothic;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
::-moz-selection {
    background-color: #ccc;
    text-shadow: none;
	color:#fff;
}

::selection{
	text-shadow: none;
	background-color: #ccc;
	color:#fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




.wrapper {
   /* width: 90%;
    margin: 0 5%;
	position:relative;
	*/
	width:980px;
	margin: 0 auto;
	
	
}
  .header-container{
		height:150px;
		  width:100%;
		
		
-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
-o-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
-ms-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
		}
.header{
	position:relative;
	height:100%;
	width:980px;
	margin: 0 auto;
}


   
   
.main{
	padding:20px 0 30px 0;
}
.contents_main{
	min-height:500px;

}
.title {
    float: left;
}

.nav {
	position:absolute;
	bottom:8px;
	left:0px;
	width:100%;
}

.nav ul,
.nav ol {
    list-style: none;
    list-style-image: none;
}

.nav ul {
    margin: 0;
    padding: 0;
}
.nav ul li{
	width:195px;
	float:left;
	font-size:0.8em;
	letter-spacing:1.3px;
	border-left:solid 1px #eee;
}

.nav ul li:first-child{
	border-left:none;
}
.nav a {
    display: block;
	margin:0 2px 3px 2px;
    padding: 8px 16px ;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: #888;
	/*background-color:#000;*/
}

.nav a:hover{
	color: #888;
    /*color: #888;*/
	border-bottom:3px solid #dc6952;
	margin:0 2px 0 2px;
}



/*
 *sub nav
 */
 /*
ul.sub_nav{
	list-style:none;
	z-index:50;
	position:absolute;
	right:0;
	top:0px;
}

ul.sub_nav li a,
ul.sub_nav li a:link,
ul.sub_nav li a:visited{
	color:#333;
}

ul.sub_nav li a:hover,
ul.sub_nav li a:active{
	color:#333;
	opacity:0.7;
}
.atopic{
	padding:10px;
	
}
ul.sub_nav li{
	float: left;
	}
ul.sub_nav li a{
	padding:9px 40px 7px 70px;
	margin: 0;
	color:#333;
	background-color:#fff;
	display:block;
	font-size:0.8em;
	background-image:url(images/mailicon.png);
	background-repeat:no-repeat;
	background-position: 40px center;
	
    -webkit-border-bottom-right-radius: 3px;  
    -webkit-border-bottom-left-radius: 3px;  
    -moz-border-radius-bottomright: 3px;  
    -moz-border-radius-bottomleft: 3px; 
	
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}*/


ul.sub_nav{
	list-style:none;
	z-index:50;
	position:absolute;
	right:0;
	top:45px;
}

ul.sub_nav li a,
ul.sub_nav li a:link,
ul.sub_nav li a:visited{
	color:#fff;
}

ul.sub_nav li a:hover,
ul.sub_nav li a:active{
	color:#fff;
	opacity:0.7;
}
/*
.atopic{
	padding:10px;
	
}*/
ul.sub_nav li{
	float: left;
	}
ul.sub_nav li a{
	padding:9px 40px 7px 70px;
	margin: 0;
	color:#fff;
	background-color:#dc6952;
	display:block;
	font-size:0.8em;
	background-image:url(images/mailicon_wh.png);
	background-repeat:no-repeat;
	background-position: 40px center;
	
    border-radius: 3px;       
    -webkit-border-radius: 3px;   
    -moz-border-radius: 3px;
}




/*
	ul.sub_nav{
	position:absolute;
	right:0;
	
}
ul.sub_nav li{
	float: left;
	}
ul.sub_nav li a{
	padding:3px 10px;
	margin:0 1px 0 0;
	color:#fff;
	background-color:#888;
	display:block;
	font-size:0.6em;
}
*/




.footer_nav{
	float:left;
	margin-right:0;
}
.footer-container{
	font-family: futura,Century Gothic;
	color:#fff;
	background-color:#333;
}
.footer-container h4{
	font-size:1em;
	margin:0;
}
.footer-container a,
.footer-container a:link,
.footer-container a:visited,
.footer-container a:hover,
.footer-container a:active{
	color:#888;
	text-decoration:none;
	}
.footer-container ul{
	font-size:0.8em;
	list-style:none;
	margin:0;
	line-height:1.8em;
	
}
.footer-container ul li{
	margin:0 5px;
	float:left;
}
.footer-container ul li a{
	padding:2px 5px;
	display:block;
}


div.aside{
	color:#333;
}

.title {
    color: #000;
}
h1{
	margin:0;
	padding:0;
}
	
	
	


.main div.article h1 {
    font-size: 2em;
}

.footer-container div.footer {
    padding: 20px 0;
}


.ie7 .title {
    padding-top: 20px;
}



/*
 **add	
 */
 

 
 .slides{
	width: 100%;
	margin: 0 auto;
	padding:40px 0 10px 0;
	/*
	background-color:#F5F5F5;
	-webkit-box-shadow: 0 0 5px #aaa inset;
	-moz-box-shadow: 0 0 5px #aaa inset;
	box-shadow: 0 0 5px #aaa inset;*/
 }

.main div.aside ul{
	list-style:none;
	padding:0;
	margin:0;
}
.main div.aside ul li{
	width:100%;
	margin-bottom:3px;
	padding:8px 0 10px 0;
	letter-spacing: 1px;
	border-bottom:dotted 1px #888;
}
.main div.aside ul li p{
	font-size:0.8em;
	color:#555;
	line-height:1.1em;
	padding:0;
	margin:3px 0 0 0;
	
}


ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}

.contents{
	padding: 10px 0 10px 0;
}



#copyright h5{
clear: both;
border-top: #3e3e3e solid 1px;
color:#888;
display: block;
font-size: 0.7em;
text-align:center;
margin: 20px 0 5px 0;
padding-top: 10px;
font-weight: normal;
}
div.section{
	margin-bottom:50px;
}


.item_topic{
	width: 190px;
	float: left;
	margin:0 66px 30px 0;
	display:block;
	/*cursor:pointer;*/
	}
	.index .item_topic{
	width: 190px;
	float: left;
	margin:0 25px 15px 0;
	}

.item_topic h2{
	font-size:0.9em;
	font-weight:bold;
	color:#888;
	margin: 12px 0 2px 0;
	
}

.item_topic p,.item_topic time,.main div.aside ul li time{
	font-size:0.78em;
	line-height:1.5em;
	margin: 5px 0 5px 0;
}



.contents-main-container{
	border-top: 1px solid #eee;
}
.pages div.section h2{
	font-weight:bold;
	font-size:0.9em;
	letter-spacing:0.1em;
}
.pages div.section p{
font-size:0.8em;
	line-height:1.5em;
	margin: 5px 0 7px 0;
	letter-spacing:0.1em;
}

/* 
 * single
 */
.details {
	border-bottom:1px solid #e6e6e6;
	padding:0px 0 10px;
	font-size:0.8em;
}

.details_fist {
	margin-top:60px;
}

.details span {
	display:block;
	text-align:left;
	padding-top:20px;
	line-height: 1.0em;
}

.details .details_title,.details .details_text {
	letter-spacing:1px;
}
	
/* 
 * 
 */
.pages div.section h4{
	color:#888;
	font-weight:normal;
	font-size:1.2em;
	margin:25px 0 5px;
	letter-spacing:1px;
}

div.article h3,.topic h3{/*each page title*/
text-align:left;
	color:#3f3f3f;
	font-weight:normal;
	font-size:1.4em;
	/*margin:30px 0 50px 0;*/
	margin: 15px 0 30px 0;
	padding:0;
	letter-spacing:1px;
}
/*
.topic h3{
	color:#3f3f3f;
	font-weight:normal;
	font-size:1.4em;
	margin:35px 0 30px 0;
	padding:0;
	letter-spacing:1px;
}*/
	
	
.archive_link a{
	padding:0;
	margin:0;
	clear:both;
	float:right;
	font-size:0.8em;
	letter-spacing:1px;
}

.profile{
	margin-top:30px;
}

.gmap{
	margin-top:20px;
	max-width:100%;
}


/* 
 * information
 */
div.section.information{
	padding-bottom:30px;
	border-bottom:solid #eee 1px;
}

.information time,.posts_detail time{
	color:#888;
	font-size:0.8em;
	margin:0;
	padding:0;
	line-height:1em;
}

/*
 *page navi / pagelink
 */

.wp-pagenavi,.pagelinks {
font-size: 0.7em;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #e8e8e8;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a span{
border:none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: normal;
}



/* 
 * contactform
 */
.contact_form{
	width: 50%;
    margin: 0 0 1px;
	border: none;
	border-collapse: collapse;
border-spacing: 0;
}
th{
background: #f6f6f6;
padding: 15px 12px;
white-space: nowrap;
font-size: 0.9em;
letter-spacing: 1px;
font-weight: normal;
text-align: left;
vertical-align: top;
 }

 
td{
background: #fff;
padding: 15px 12px;
 }

tr{
border-bottom: #eaeaea solid 1px;
}
tr.first{
	border-top: #eaeaea solid 1px;
}

.breadcrumbs{
	font-size: 0.9em;
}




.gyoumu_title{
	padding:20px 0 3px 0;
	font-size:1em !important;
	font-weight:normal;
	
	
}
ul.gyoumu{
	/*list-style-type: decimal;*/
	list-style-position: inside;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.9em;
	list-style-type: square;
}
ul.gyoumu li{
	text-indent:0.5em;
}






.wrapper h1{
	 position:absolute;
	 top:15px;
 }
  



    .atopic{
	    float: left;
		width:100%;
    }

	/**/
	   .main div.article.index {
        float: left;
        width: 70%;
    }
 .main div.article.pages {
        width: 100%;
		padding:20px 0 10px 0;
    }
    .main div.aside {
    clear: none;
        float: right;
        width: 30%;
    }
	/**/
	
	


.profile{
	width:100%;
	padding-bottom:10px;
}


.profile-left{
	float:left;
	width:490px;
	}
	.profile-right{
		float: right;
		width:490px;
	}


.details .details_title {
	font-weight:normal;
	width:20%;
	float:left;
	line-height:1.2em;
}
	
.details .details_text {
	width:75%;
	float:right;
	line-height:1.2em;
}


.item_topic{
	width: 190px;
	float: left;
	margin:0 66px 30px 0;
	}
	.index .item_topic{
	width: 190px;
	float: left;
	margin:0 20px 15px 0;
	}



.breadcrumbs{
	font-size: 0.7em;
	font-weight:lighter;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



       .main div.article.index {
        float: left;
        width: 65%;
    }
 .main div.article.pages {
        width: 100%;
		padding:20px 0 10px 0;
    }
    .main div.aside {
    clear: none;
        float: right;
        width: 35%;
    }


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.title_realestate,
.title_news{
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;
	width:140px;
	height:56px;
}
.title_realestate{
	background-image:url(images/topic_title_realestate.png);
}
.title_news{
	background-image:url(images/topic_title_news.png);
}


/*
 *business
 */

 div.section.business-contents{
	 width:100%;
	 /*
	 width:290px;
	 padding:15px;
	 border:1px solid #ddd;*/
 }
 div.section.business-contents h2{
	 color:#C93;
	 font-size:1em;
	 font-weight:normal;
	 padding-bottom:10px;
	  line-height:1.5em;
	  margin:0 0 10px 0;
	 border-bottom:dotted 1px #bbb;
	 }
 div.section.business-contents p{
	 text-align:justify;
	 line-height:1.5em;
	 color:#555;
 } 
 
 
 
 
 
 
 .contents-left{
	 width:700px;
	 float:left;
 }
  .contents-right{
	  float:right;
	 width:250px;
	 min-height:300px;
 }
.contents-right ul.banner{
	margin:0;
	padding:0;
	list-style:none;
}
.contents-right ul.banner li{
	padding-bottom:15px;
	
}
.home  .contents-right{
	display:none !important;
	
}