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

/* CSS Infomation====================
Title       : トップページ
Developer   : taskyamamoto
Last Editor : taskyamamoto
Last Edit   : 2012.2.16
===================================*/


div#profile_visual{
	position: relative;
	width: 900px;
	height: 333px;
	top: 160px;
	background-image:url(../../img/main_profile.jpg);
	text-indent: -1000000em;
	}

div#main_contents{
	top: 180px;
	}


/*-------------------------------
hover
-------------------------------*/
div#global_navigation li.profile a{
	background-position:0px -125px;
}


	

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

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


.company th{
	width:100px;
	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:top;
	text-align:left;
}



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



