﻿@charset "utf-8";

/* 
------------------------------------------------------------
マンスリーオフィスとは
------------------------------------------------------------ */

/* 
メイン
------------------------------------------------------------ */

h2 {
	margin-bottom: 10px;
}
.inner {
	float: left;
	width: 545px;
	margin-bottom: 15px;
}
.inner .text {
	float:left;
	width: 305px;
	margin-right: 10px;
}
.inner img{
	float:left;
	width: 230px;
}
.menu {
	clear: both;
	width: 545px;
	margin-bottom: 5px;
}
.menu .left ,
.menu .right {
	float: left;
}
.menu .right {
	margin-left: 5px;
}
.menu .service {
	position: relative;
	width: 270px;
	height: 40px;
	background: url(../img/about_service.jpg) no-repeat left top;
}
.menu .point {
	position: relative;
	width: 270px;
	height: 40px;
	background: url(../img/about_point.jpg) no-repeat left top;
}
.menu .example {
	position: relative;
	width: 270px;
	height: 40px;
	background: url(../img/about_example.jpg) no-repeat left top;
}
.menu .voice {
	position: relative;
	width: 270px;
	height: 40px;
	background: url(../img/about_voice.jpg) no-repeat left top;
}
.menu .qa {
	position: relative;
	width: 270px;
	height: 40px;
	background: url(../img/about_qa.jpg) no-repeat left top;
}
.menu .detail {
	position: absolute;
	right: 15px;
	top: 10px;
	background: url(../img/detail_s_on.gif) no-repeat left top;
}
.menu .detail a {
	display: block;
	width: 50px;
	height: 20px;
}
.menu .detail  a:hover {
	background-color: transparent;
}
.menu .detail  a:hover img {
	visibility: hidden;
}
.menu .text {
	width: 260px;
	height: 35px;
	padding-left: 10px;
	background: url(../img/about_b.jpg) no-repeat left top;
	font-size: 80%;
	line-height: 30px;
}

/* 
サイドバー
------------------------------------------------------------ */

#side #search ul {
	position: relative;
	width: 175px;
	margin-bottom: 10px;
}
#side #search li {
	width: 175px;
}

/* --- 「○○から探す」ロールオーバー設定 ---*/

#side #search .search_nav_1 {
	margin-bottom: 5px;
	background: url(../img/side_search_map_on.jpg) no-repeat left top;
}
#side #search .search_nav_2 {
	margin-bottom: 5px;
	background: url(../img/side_search_route_on.jpg) no-repeat left top;
}
#side #search .search_nav_3 {
	margin-bottom: 5px;
	background: url(../img/side_search_area_on.jpg) no-repeat left top;
}
#side #search .search_nav_4 {
	margin-bottom: 5px;
	background: url(../img/side_search_price_on.jpg) no-repeat left top;
}
#side #search .search_nav_5 {
	background: url(../img/side_search_list_on.jpg) no-repeat left top;
}
#side #search li a {
	display: block;
	width: 175px;
	height: 55px;
}
#side #search li a:hover {
	background-color: transparent;
}
#side #search li a:hover img {
	visibility: hidden;
}