@charset "Shift_JIS";
@import url("../common/css/style.css");

/*------------------------------------------------
   officesのみ変更要素
------------------------------------------------*/

/*------------------------------------------------
   offices要素
------------------------------------------------*/
/* -------- googlemap */
#map {	width: 658px; height: 350px; border: 1px solid #ccc;}

#offie-banner img{
	float:left;
	margin-right:10px;
	position:relative;
	top:-10px;
}


/* -------- index */
.top-officelist{
	width:210px;
	border-bottom:#EDEDED 1px solid;
	margin-top:30px;
}

#top-officelist1{
	background:url(images/titlebg_index1.gif) no-repeat right top;
}
#top-officelist2{
	background:url(images/titlebg_index2.gif) no-repeat right top;
}
#top-officelist3{
	background:url(images/titlebg_index3.gif) no-repeat right top;
}

.top-officelist dt{
	padding-bottom:15px;
}

.top-officelist dd a,.top-officelist dd a:hover,.top-officelist dd a:visited{
	display:block;
	border-top:#EDEDED 1px solid;
	padding:3px 0 3px 30px;
	color:#333333;
	text-decoration:none;
	font-size:120%;
}

.top-officelist dd{
	background:url(../common/images/arrow2.gif) no-repeat 5% 50%;
}

.top-officelist dd a:hover{
	background:url(images/index_over.png) repeat;
}

