/* CSS information=====================
File name:map
Description:map.htmlのみに適用
Editors:Yukiko Watanabe
Last Editor: Yukiko Watanabe
Date:2009.12.16
Table of Contents:
 *
==================================== */
* {/*padding,borderでずれないように*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#map_1 {
	text-align: right;
	margin-left: 25px;
}
#map_2 {
	margin-left: 0px;
}

#map_2 object{
	margin-left:-25px;
			}
#map_3 {
	width: 900px;
}
#map_3 p,#map_4 p {
	color: #3399CC;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.map_3_compny1 {
	float: left;/*左フロート*/
	width: 33%;
}
.map_3_compny2 {
	float: left;/*左フロート*/
	width: 33%;
}
.map_3_compny3 {
	float: left;/*左フロート*/
	width: 33%;
}
.map_3_compny1 ul li, .map_3_compny2 ul li, .map_3_compny3 ul li {
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	border-top: 1px solid #3399CC;
}
.map_3_compny1 ul li a, .map_3_compny2 ul li a, .map_3_compny3 ul li a {
	display: block;
	padding: 10px;
	width: 250px;
	height: 65px;
}
.map_3_compny1 ul li a:hover, .map_3_compny2 ul li a:hover, .map_3_compny3 ul li a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #edf6fc;
	border-bottom: 1px solid #3399CC;
}
/*企業名*/
.name {
	width: 250px;
	padding-top: 10px;
	height: 65px;
}
.name_link {
	background-color: #FFF;
	width: 250px;
	height: 65px;
	border-top: 1px solid #3399CC;
}
/*企業名 番街なし*/
.name1 {
	width: 250px;
	padding-top: 22px;
	height: 65px;
}
.name1_link {
	width: 250px;
	height: 65px;
}
.name1_link a {
	width: 250px;
	height: 65px;
}
.name1_link a:hover {
	width: 250px;
	height: 65px;
}
/*企業名 2行*/
.name2 {
	width: 250px;
	padding-top: 10px;
	height: 85px;
}
.name2_link {
	width: 250px;
	height: 85px;
}
.name2_link a {
	width: 250px;
	height: 85px;
}
.name2_link a:hover {
	width: 250px;
	height: 85px;
}
/*0〜10番街*/
.no0, .no0_link, .no0_link a {
	background: url(../image/centermap/no0.gif) no-repeat 50% 35px;
}
.no1, .no1_link, .no1_link a {
	background: url(../image/centermap/no1.gif) no-repeat 50% 35px;
}
.no2, .no2_link, .no2_link a {
	background: url(../image/centermap/no2.gif) no-repeat 50% 35px;
}
.no3, .no3_link, .no3_link a {
	background: url(../image/centermap/no3.gif) no-repeat 50% 35px;
}
.no4, .no4_link, .no4_link a {
	background: url(../image/centermap/no4.gif) no-repeat 50% 35px;
}
.no5, .no5_link, .no5_link a {
	background: url(../image/centermap/no5.gif) no-repeat 50% 35px;
}
.no6, .no6_link, .no6_link a {
	background: url(../image/centermap/no6.gif) no-repeat 50% 35px;
}
.no7, .no8_link, .no7_link a {
	background: url(../image/centermap/no7.gif) no-repeat 50% 35px;
}
.no8, .no8_link, .no8_link a {
	background: url(../image/centermap/no8.gif) no-repeat 50% 35px;
}
.no9, .no9_link, .no9_link a {
	background: url(../image/centermap/no9.gif) no-repeat 50% 35px;
}
.no10, .no10_link, .no10_link a {
	background: url(../image/centermap/no10.gif) no-repeat 50% 35px;
}
.no68 {
	background: url(../image/centermap/no68.gif) no-repeat 50% 35px;
}
.no1236 {
	background: url(../image/centermap/no1236.gif) no-repeat 50% 35px;
}
/*セントラルパシフェックトレーディング*/
.cpf_link, .cpf_link a {
	background: url(../image/centermap/no8.gif) no-repeat 50% 55px;
}
/*ワイケーホールディングス*/
.ykh {
	background: url(../image/centermap/no27.gif) no-repeat 50% 55px;
}
.bottomline {
	border-bottom: 1px solid #3399CC;
}
#map_4 {
	margin: 800px 0 0 0px;
}
#map_4 img {
	margin: 0 0 5px 0;
}
#map_4 ul li {
	line-height: 2em;
}
#map_4 .map_link_name {
	font-weight: bold;
}
#map_4 .map_link_url {
	font-size: 10px;
}




#map_4{
	margin-bottom:50px;
	}
	
	#map_4 ul li{ 
		line-height:2em;
		font-size:14px;
		}
		#map_4 ul li a{ 
		font-size:14px;
		}		
		#map_4  .map_link_name{
			font-weight:bold;
			}
		#map_4  .map_link_url{
			font-size:10px;
			}
.clear {
	clear: both;
}
