@charset "utf-8";
/* CSS Document */

/* CSS Infomation====================
Title       : aboutページのcss
Developer   : taskyamamoto
Last Editor : taskyamamoto
Last Edit   : 2012.2.16
===================================*/

div#global_navigation ul li.call a{
	background-position:0px -35px;
}

div#contact_visual{
	position: relative;
	width: 898px;
	height: 137px;
	top: 0px;
	background-image:url(../../images/contact_image.jpg);
	text-indent: -1000000em;
	}

div#tel{
	position: relative;
	width: 170px;
	height: 36px;
	float: right;
	top: -185px;
	background-image:url(../images/otoiawase.jpg);
	text-indent: -100000em;
	}

div#global_navigation{
	position: relative;
	width: 898px;
	height: 35px;
	top: -188px;

	}

th {
text-align: center;
vertical-align: top;
}



/*-------------------------------
メインコンテンツのタイトル画像
-------------------------------*/


div#left_block dl.contact{
	background-image:url(../../images/top_menu_form.jpg);
	background-repeat: no-repeat;
	width: 805px;
    overflow:hidden;
	}


/*-------------------------------
地図の左右レイアウト
-------------------------------*/
div#map_left{
	width: 250px;
	margin: 0px 0px 0px 30px;
	float: left;
	}

div#map_right{
	position: relative;
	width: 425px;
	margin: 0px 30px 0px 0px;
	top: 0px;
	left: 0px;
	float: right;
	}
	
	
/*-------------------------------
本文
-------------------------------*/

 div#left_block dl dd.contact{
	margin: 40px 0px 0px 20px;
	}

 div#left_block dl dd.map{
	margin: 40px 0px 0px 20px;
	}
	

div#left_block dt{
	margin: 20px 0px 0px 20px;
	padding-top: 3px;
	padding-left: 15px;	
	background-image:url(../images/menu_header.jpg);
	background-repeat: no-repeat;
	background-position:left center;
	}
	

	
div#left_block dd{
	margin:0px 35px;
	}


/*-------------------------------
会社情報のテーブル部分
l-------------------------------*/

.company{
	width:800px;
	border-collapse:collapse;
	/*font-size:75%;*/
	float:left;
	margin-bottom:70px;
}


.company th{
	width:175px;
	padding:8px 10px 10px 20px;
	background:url(../images/bg_th.jpg) repeat-y 5px 0;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	color:#666666;
	height:20px;
}

.company td{
	width:448px;
	padding:10px 0px;
	line-height:17px;
	vertical-align:center;
	text-align:left;
}



.company td.table_border{
	background:url(../images/table_border.jpg) no-repeat;
	height:20px;
	padding:0;
}

/*-------------------------
=clearfix
-------------------------*/

.clearfix {
/*  content: ".";  */  
  display: block; 
  clear: both;
}
	