@charset "utf-8";

html {
	font-size: 90%;
}

body{
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight:normal;
	font-style:normal;
	line-height: 15px;
	margin-left:auto;
	margin-right:auto;
	color:#666666;
	background-image:url(../img/background.jpg);
}

/*---パソコン非表示---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.sp_mode {
	display:none;
}

/*---基本設定---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

*{
	margin:0px;
	padding:0px;
}
img { 
	border:none;
}

#side-menu {
	width:220px;
	float:left;
}
#side-menu ol li{
	list-style:none;
}
#side-menu h2{
	margin:0 0 10px 0;
}
#main{
	background:#ffffff;
	width:960px;
	float:left;
	line-height: 150%;
}
.clear {
	clear: both;
}
.section {
	width:100%;
	float:left;
}
.inner {
	clear:both;
	padding: 0px 15px 15px 15px;
}
.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.left-box {
	width:450px;
	float:left;
}
.right-box {
	width:230px;
	margin:0 0 0 10px;
	float:right;
	display:inline;
	text-align:center;
	font-size:85%;
}
.right-box2 {
	width:200px;
	margin:0 0 0 10px;
	float:right;
	display:inline;
	text-align:left;
	font-size:85%;
}

/* リスト */

.linknav{
	background-image:url(../img/icon02_st.gif);
	background-position:7px 3px;
	background-repeat:no-repeat;
	padding-left:25px;
	list-style:none;
}
.external{
	background-image:url(../img/icon04_st.gif);
	background-position:7px 3px;
	background-repeat:no-repeat;
	padding-left:25px;
	list-style:none;
}
.pdf{
	background-image:url(../img/pdficon_small.png);
	background-position:7px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	list-style:none;
}

/* 見出し */

.subtitle01 {
	width:99%;
	height:22px;
	line-height:22px;
	font-size:140%;
	font-weight: normal;
	color:#f1f1f1;
	background-image:url(../img/background_4.jpg);
	float:left;
	margin:0 0 10px 0;
	padding:10px 0px 5px 0;
	text-indent:15px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 3px solid #d2d2d2;
	border-right: 2px solid #d2d2d2;
	border-left: 8px solid #d2d2d2;
}
.subtitle02 {
	width:99%;
	height:25px;
	line-height:20px;
	font-size:110%;
	font-weight: normal;
	color:#666666;
	background-color: #f8f8f8;
	float:left;
	margin:10px 0 10px 0;
	padding:8px 0 0 0;
	text-indent:15px;
	border-top: 1px solid #848484;
	border-bottom: 2px solid #848484;
	border-right: 1px solid #848484;
	border-left: 8px solid #848484;
}
.subtitle02 span{
	padding-left:10px;
	font-size:70%;
	font-weight: normal;
}

/* カラー */

.color_ffcccc {
	background-color: #FFCCCC;
}

.color_ffccff {
	background-color: #FFCCFF;
}

.color_ffddaa {
	background-color: #ffddaa;
}

.color_ccccff {
	background-color: #ccccff;
}

.color_glay01 {
	background-color: #b5b5b5;
}

.color_glay02 {
	background-color: #d2d2d2;
}

.color_glay03 {
	background-color: #e8e8e8;
}

.color_glay04 {
	background-color: #f5f5f5;
}

.color_white {
	background-color: #ffffff;
}
.color_b9cde5 {
	background-color: #b9cde5;
}

.color_b9cd96 {
	background-color: #b9cd96;
}

.color_d19392 {
	background-color: #d19392;
}

.color_3a95ad {
	background-color: #3a95ad;
}
.red {
	color: #ff0000
}
.blue {
	color: #0033ff
}
.bluetext {
	color:#3F7EBD;
}
.fs_small {
	font-size:small;
}

/* マージン */

.mb20 { margin-bottom: 20px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb35 { margin-bottom: 35px;}
.mb40 { margin-bottom: 40px;}
.mb45 { margin-bottom: 45px;}
.mb50 { margin-bottom: 50px;}

.mt20 { margin-top: 20px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt35 { margin-top: 35px;}
.mt40 { margin-top: 40px;}
.mt45 { margin-top: 45px;}
.mt50 { margin-top: 50px;}

.ml20 { margin-left: 20px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}
.ml35 { margin-left: 35px;}
.ml40 { margin-left: 40px;}
.ml45 { margin-left: 45px;}
.ml50 { margin-left: 50px;}

/*---ヘッダー---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header {
	width: 960px;
	height: 40px;
	padding: 13px 0px 13px 0;
	margin: auto;
	z-index: 2;
	border-bottom: 1px solid #cccccc;
	background:#ffffff;
}

#header a:hover{
	color:#ff0000;
}

#submenu{
	position:absolute;
}

#header-left {
	width:360px;
	float:left;
	color:#ff7010;
	padding-left: 10px;
}
#header-left p {
	font-size:110%;
}
#header-left img {
	vertical-align: middle;
}
#header-left a {
	text-decoration: none;
}
#header-left a:hover {
	color:#ff7010;
}
#header-left a:link {
	color:#ff7010;
}
#header-left a:visited  {
	color:#ff7010;
}
#header-left a:active  {
	color:#ff7010;
}

#header-center {
	width:auto;
	float:left;
	margin-top:5px;
}
#header-right {
	width:200px;
	float:right;
	margin-top:5px;
	padding-right: 10px;
}

#header-right1 {
	width:660px;
	float:right;
	margin-top:0px;
}
#header-right2 {
	width:560px;
	float:right;
	margin-top:0px;
}
.header-flat li{
	float:left;
	list-style:none;
	text-align:center;
	margin: 50px 0px 0px 0px;
}
.header-flat ul{
	clear: both;
}
#header form{
	width:240px;
	height:30px;
	float:right;
	background-image:url(../img/header-serch.jpg);
	background-repeat:no-repeat;
	top:12px;
}
#header input.words{
	width:100px;
	float:left;
	margin-top: 7px;
	margin-left: 80px;
}
#header input.btn{
	margin:5.5px 0px 0 10px;
}


/*---文字サイズ---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#font {
	float:right;
	margin: 0px 0px 5px 0px;
}
#font li {
	width:10px;
	float:left;
	list-style:none;
	margin-left:3px;
	padding:8px 10px;
	color:#000;
	font-weight:bold;
	line-height:1.0;
	background-image:url(../img/background_2.jpg);
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	cursor:pointer;
}
#font li.hover {
	background-image:url(../img/background_4.jpg);
	color:#fff;
}
#font li.active {
	background-image:url(../img/background_4.jpg);
	color:#fff;
}
#wrapper{
	width:960px;
	text-align:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	float: right;
	list-style-type: none;
	margin: 56px 0 0;
}
#nav li{
	float:left;
	margin:0 0 0 0px;
	color:#666666;
	letter-spacing:1px;
}
#nav li a:link,
#nav li a:visited{
	color:#CCCCCC;
}
#nav li a:active,
#nav li a:hover{
	color:#ffffff;
}

.font {
	width:75px;
	float:left;
	list-style:none;
	margin-left:3px;
	padding:8px 10px;
	color:#000;
	font-weight:bold;
	line-height:1.0;
	text-align:center;
	background-image:url(../img/background_2.jpg);
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


/*---dropmenu---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#dropmenu{
	z-index: 100;
	list-style-type: none;
	width: 560px;
	height: 30px;
	margin: 0px;
	padding: 0;
	background-image:url(../img/background_2.jpg);
	border-top:    1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-radius: 3px 3px 0 0;
}
#dropmenu li{
	position: relative;
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#dropmenu li a{
	display: block;
	margin: 0;
	padding: 10px 0 10px;
	color: #000;
	font-size: 90%;
	line-height: 1;
	text-decoration: none;
}
#dropmenu li ul{
	z-index: 100;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}
#dropmenu li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
}
#dropmenu li ul li a{
	background-image:url(../img/background_2.jpg);
	color: #000000;
	text-align: left;
	font-size: 85%;
	font-weight: normal;
}
#dropmenu li ul li:hover > a{
	background-image:url(../img/background_4.jpg);
	color: #fff;
}
#dropmenu > li:hover > a{
	height: 11px;
	border-radius: 0px 3px 0 0;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 30px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#dropmenu li:hover ul li:first-child{
	border-top: 0;
}
#dropmenu li:hover ul li:last-child{
	border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
}
#dropmenu li a:hover,  #dropmenu a#hover{
	background-image:url(../img/background_4.jpg);
	border-bottom: 1px solid #cccccc;
	height: 10px;
	color: #fff;
}

/*---slidewrapper---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* #slider_main
--------------------------- */
#slider_main {
	margin: 10px auto;
	width: 700px;
	height: 389px;
	text-align: left;
	position: relative;
}
#slider_main ul {
	top: 0;
	left: 0;
	height: 389px;
	position: absolute;
	overflow: hidden;
}
#slider_main ul li {
	width: 700px;
	height: 389px;
	float: left;
	display: inline;
	overflow: hidden;
}





/* #slider_thumb
--------------------------- */
#slider_thumb {
	margin: 10px auto;
	width: 528px;
	height: 20px;
	text-align: center;
}
#slider_thumb ul {
	width: 528px;
	height: 20px;
}
#slider_thumb ul li {
	width: 176px;
	height: 20px;
	float: left;
	cursor: pointer;
	display: inline;
}
#slider_thumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slider_main ul:after,
#slider_thumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slider_main ul,
#slider_thumb ul {
	display: inline-block;
	overflow: hidden;
}



/*---パンくず---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#header2 {
	width:960px;
	overflow:hidden;
	list-style-type: none;
}
#header2-left {
	width:560px;
	float:left;
}
#header2-right {
	width:400px;
	float:right;
	margin:10px 0 10px 0;
}
#bcLink {
	padding-top: 10px;
	padding-bottom: 15px;	
	margin:0 0 10px 0;
}
#bcLink li {
	display: inline;
}
#bcLink li a{
	color: #ff0000;
}
/*--物件ページ---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* 空室状況 */
.room {
	float:left;
	list-style-type: none;
	width: auto;
	height: 20px;
	margin: -1px 0px;
	padding: 5px 0px;
	background-image:url(../img/background_3.jpg);
	border-top:    1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-radius: 3px 3px 0 0;
}
.room li{
	position: relative;
	width: 96px;
	height: 25px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #c8c8c8;
}
.room li a{
	display: block;
	background: #cccccc;
	background-image:url(../img/icon02_st.gif);
	background-position: 13px 8px;
	background-repeat:no-repeat;
	border-top:    1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:    1px solid #000000;
	border-right: 1px solid #000000;
	margin-top : -5px;
	padding-top:  5px;
	height: 23px;
	font-size:110%;
	color: #000;
	text-decoration: none;
}
.room li a:hover,  .room a#hover{
	margin-top : -5px;
	padding-top:  5px;
	background: #666666;
	height: 25px;
	color: #fff;
}


/* 画像 */
.img {
	padding:0;
	list-style:none;
	overflow:hidden;
	width:50%;
	clear:both;
	display:inline-block;
	float: left;
}
.img li {
	list-style:none;
	margin:0 5px 0 5px;
	padding:0;
	float:left;
}
.img li input {
	margin:0 auto 3px auto;
	padding:0;
	display:block;
}


/* 写真 */
.img-p {
	margin:0 auto 10px auto;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:50%;
	clear:both;
	display:inline-block;
	float: left;
}
.img-p li {
	margin:0 5px 0 5px;
	padding:0;
	float:left;
}

.img-p li input {
	margin:0 auto 3px auto;
	padding:0;
	display:block;
}

/* 写真 */
.img-s li {
	list-style-type: none;
	width: 158px;
	height: 130px;
	float: left;
	margin: 0 1px;
	padding: 0;
}
#photo {
	display:none;
}
/* Youtube */
.img-y {
	margin:0 auto 10px auto;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
	clear:both;
	display:inline-block;
}
.img-y li {
	margin:0 5px 0 5px;
	padding:0;
	float:left;
}

.img-y li input {
	margin:0 auto 3px auto;
	padding:0;
	display:block;
}
/* google MAP */
.img-g {
	margin:10px auto 10px auto;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
	clear:both;
	display:inline-block;
}
.img-g li {
	margin:0 4px 0 4px;
	padding:0;
	float:left;
}
.img-g li input {
	margin:0 auto 3px auto;
	padding:0;
	display:block;
}
/* フォーム */
input[type="submit"] {
	margin: 10px 0;
	color: #000000;
	font-weight: bold;
	width: 30%;
	height: 45px;
}
input[type="reset"] {
	margin: 10px 0;
	color: #000000;
	font-weight: bold;
	width: 20%;
	height: 45px;
}
input[type="text"] {
	height: 25px;
}
input[type="button"] {
	margin: 10px 0;
	color: #000000;
	font-weight: bold;
	width: 30%;
	height: 45px;
}






/* 設備 */
.setsubi{
	z-index: 100;
	width: 100%;
	margin: 0px auto 20px auto;
}
.setsubi li{
	list-style-type: none;
	position: relative;
	width: 125px;
	float: left;
	margin: 0 6px 10px 6px;
	padding: 0;
	text-align: center;
}

/*--物件一覧---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.about_box {
	border-bottom: 1px dotted #d8d8d8;
	width: 480px;
	margin: 5px 0 5px 0;
	float: left;
}
.about_box a img:hover {
	opacity: 0.6;
}
.about_box dt {
	width: 200px;
	height: 150px;
	padding: 5px 10px 0 5px;
	float: left;
}

.about_box dd {
	width: 255px;
	padding: 5px 0 0 0;
	float: left;
}

.about_box dd a {
	background-image:url(../img/icon02_st.gif);
	background-position: 0px 8px;
	background-repeat:no-repeat;
	font-weight: bold;
	padding-left:18px;
	font-size:130%;
	list-style:none;
}
/*--table---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.table01  {
	width: 50%; 
	margin-top: -1px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	background:#ffffff;
	float:left;
}
.table01 th {
	background-image:url(../img/background_3.jpg);
	width:130px;
	font-weight: normal;
	text-align: left;
}

.table01 td,th {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}
.background_3 {
	background-image:url(../img/background_3.jpg);
}
.table02  {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}

.table02 td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.table03 td {
	padding: 0 0 10px 0;
	border-width: 0px 0px 0px 0px;
}

.table04 {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
}

.table04 td {
	border-color: #cccccc;
	padding: 5px 5px 0px 5px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
}

/*---layout---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.main-2 .main-left {
	width:50%;
	height:100%;
	float:left;
}
.main-2 .main-right {
	width:50%;
	height:100%;
	float:right;
}
.main-3 .main-left {
	width:33%;
	height:100%;
	float:left;
}
.main-3 .main-center {
	width:33%;
	height:100%;
	margin:0 2px 30px 2px;
	float:left;
}
.main-3 .main-right {
	width:33%;
	height:100%;
	margin:0 0 30px 0;
	float:right;
}
#link-list  {
	padding-bottom: 30px;
}
#link-list dl {
	width:100%;
	font-size:100%;
	overflow: hidden;
	margin:20px 0px 0px 10px;
}
#link-list dt{
	width:300px;
	float: right;
	margin-right:5px;
}

#link-list dd{
	width:55%;
	float: left;
}
#link-list dd a:hover {
	color: #ff0000;
}

table .linknav {
	background-image:url(../img/icon02_st.gif);
	background-position:2px 5px;
	background-repeat:no-repeat;
	padding-left:20px;
}
table .listnav {
	background-image:url(../img/icon03_st.gif);
	background-position:2px 5px;
	background-repeat:no-repeat;
	padding-left:20px;
}
.top-flat li{
	float:left;
	list-style:none;
	text-align:center;
	margin-right: 2px;
}
.top-flat ul{
	clear: both;
	margin-bottom: 20px;
}
#keyword {
	margin: 3px;
	padding: 5px;
	float: left;
	width: 690px;
	font-size:100%;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	color: #666;
}
a:hover img,a:active img{
	filter:Alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/*--pagetop---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#pagetop p{
	float:right;
	background-image:url(../img/icon07_st.gif);
	background-position:20px 0px;
	background-repeat:no-repeat;
	padding-left:35px;
	text-decoration: none;
}
#pagetop a{
	text-decoration: none;
}
#pagetop a:active,
#pagetop a:hover{
	color:#ff0000;
	text-decoration: none;
}

/*--footer---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer{
	clear: both;
	float: left;
	margin-top: 40px;
}
#footer ul {
	width:100%;
	clear: both;
}
#footer li{
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding-right: 30px;
}
#footer li a{
	background-image:url(../img/icon02_st.gif);
	background-position: 0px 9px;
	background-repeat:no-repeat;
	display: block;
	margin: 0;
	padding: 10px 0 10px;
	color: #000;
	text-indent: 20px;
	line-height: 1;
	text-decoration: none;
}
#footer a:active,
#footer a:hover{
	color:#ff0000;
	text-decoration: none;
}


#footer2{
	float: right;
	height:90px;
	margin-top: 30px;
	padding-top: 10px;
	text-align:right;
}

.address {
	clear: both;
	float: center;
	width:100%;
	background-image:url(../img/background_4.jpg);
	margin: 0px auto 0 auto;
	padding-top: 30px;
	height:60px;
	text-align:center;
	color:#ffffff;
}

/*--side---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

div#side a{
	position: fixed !important;
	position: absolute;
	height: 300px;
	color: #000;
	top: 67px;
	right: 0;
	filter:Alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side a:hover{
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
