@charset "UTF-8";
/* CSS Document */


img {
    border-style:none;
}

a img {
    border-style:none;
}
p {
	line-height:1.6;
	letter-spacing:0.1em;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

a{
	color:#000;
}


a:hover {
	color:#ccc;
}


#wrapper {
	width:690px;
	margin: 0 auto;
}

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


/*ヘッダー*/
#header {
	padding-bottom:10px;
	border-bottom:#333 solid 1px;
	margin-bottom:10px;
}

h1 {
	float:left;
}

#header ul {
	float:right;
	margin: 60px 0 0 0;
}

#header ul li{
	display:inline;	
	margin: 0 10px;
}


/*サイドバー*/

#side {
	clear:both;
	width:130px;
	margin-left:10px;
	float:left;
}


#side ul {
	margin-bottom:100px;
}

#side ul li{
	margin-bottom:10px;
}


#side li a:hover {
	filter: alpha(opacity=60);
    opacity: 0.6;
}

#main {
	width:540px;
	padding-top:10px;
	float:right;
}

.new {
	width:500px;
	padding:20px;
	clear:both;
	border:solid #333 1px;
	margin-bottom:20px;
	
}

.new img {
	width:200px;
	float:left;
}

.describe {
	width:280px;
	float:right;
}


hr.style-seven {
	margin:0;
	clear:both;
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.bloglink {
	text-align:right;
	font-weight:bold;
	margin:0;
	clear:both;
}

h2 {
	margin:0;
	padding:0;
}

.red {
	color:#F00;
}


.blu {
	color:#03C;
}


.no {
	margin:0;
	padding:0;
}




/*フッター*/
#footer {
	clear:both;
}

#footer p {
	text-align:center;
}



/*会社概要*/

#about {
	width:460px;
	margin-left:20px;
}

#about h2 {
	font-size:120%;
	letter-spacing:0.3em;
	margin-bottom:5px;
	margin-top:30px;
}


#about p {
	margin-top:5px;
}



table#table-01 {
    width: 460px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


/*賃貸*/
#chintai h2 {
	font-size:120%;
	margin-left:20px;
	margin-bottom:5px;
}

table#table-02 {
    width: 500px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-left:20px;
	margin-bottom:30px;
}

table#table-02 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-02 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}