/*---共通---*/

.frame a:link, .frame a:visited,
.horizonlst a:link, .horizonlst a:visited {
	color:#444444;
	text-decoration:underline;
}

.frame a:active, .frame a:hover,
.horizonlst a:active, .horizonlst a:hover {
	color:#CC0000;
	text-decoration:underline;
}
/*---共通---*/

/*---network.html用---*/
.frame {
	clear:both;
	width:500px;
	margin: 17px 0px 20px 30px;
	overflow:hidden;
}

.fra_in1 {
	float:left;
	width:200px;
}
.fra_in2 {
	float:left;
	width:150px;
}

.frame ul {
	margin: 0 0 0 15px;
	line-height: 160%;
	list-style:none;
}

.frame ul li {
	background:url(../images/footlink-icon.jpg) no-repeat left 5px;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
}
/*---network.html用---*/

/*----各都府県別ファイル----*/

.horizonlst {
	margin: 10px 0 22px 0;
	padding: 0;
	text-align:center;
}

.horizonlst ul {
	overflow: hidden;
}
.horizonlst ul li {
	background:url(../images/mark.gif) no-repeat left 4px;
	margin:2px 0 0 4px;
	padding:0 0 0 8px;
	list-style-type:none;
	display: inline;
}

.addarea{
	text-align:center;
	margin:0 0 25px 10px;
	}


dl {
	margin:0 0 7px 0;
	border:1px solid #cccccc;
	text-align:left;
	background-color:#f7f7f7;
	padding:10px 10px 7px 15px ;
	overflow:hidden;
	/*width:92%;*/
	width:530px;
}

dt {
	font-size:13px;
	font-weight:bold;
	margin:0 0 3px;
	width:430px;
	float:left;
	height:23px;
}

dt a:link, dt a:visited {
	color:#444444;
	text-decoration:underline;
}

dt a:active, dt a:hover {
	color:#CC0000;
}

.fra_map {
	float:right;
	padding-right:3px;
}

.fra_zip {
	float:left;
	width:110px;
}

.fra_add {
	float:left;
	width:240px;/*幅を広くし次の行に送るようにし、padding-leftで書き出しの位置を修正。240pxよりは小さくしない。*/
	padding-left:-30px;
}

.fra_tel {
	float:right;
	width:160px;
}

/*----各都府県別ファイル----*/
/*----map用----*/
.access1 {
	margin:25px 0 0 50px;

}
.access2 {
	margin:5px 0 0 70px;
}

.map1 {
	margin:30px 0 40px 70px;
}
.map2 {
	margin:10px 0 0 0;
}
/*----map用----*/

/*----問い合わせボタンとの余白調節用----*/
.mgn {
	padding:70px 0 0 0;
}

/*----問い合わせボタンとの余白調節用----*/

/*----mapリンクボタン----*/
#map_link a{ 
	display:block; 
	background:url(../images/company/btn_map.gif) no-repeat;
	width:61px; 
	height:20px;
}

#map_link a:hover{
	background:url(../images/company/btn_map_on.gif) no-repeat;
}
/*----mapリンクボタン----*/

/*----倉庫概要リンクボタン----*/
#warehouse_link a{ 
	display:block; 
	background:url(../images/company/btn_warehouse.gif) no-repeat;
	width:61px; 
	height:20px;
}

#warehouse_link a:hover{
	background:url(../images/company/btn_warehouse_on.gif) no-repeat;
}
/*----倉庫概要リンクボタン----*/

/*----詳細リンクボタン----*/
#detail_link a{ 
	display:block; 
	background:url(../images/company/btn_detail.gif) no-repeat;
	width:61px; 
	height:20px;
}

#detail_link a:hover{
	background:url(../images/company/btn_detail_on.gif) no-repeat;
}
/*----詳細リンクボタン----*/


