@charset "utf-8";



/*-----------------------------------------------------
Content
-------------------------------------------------------*/

/* greeting_box
---------------------*/
.greeting_box{
	width:720px;
}
.greeting{
	margin:20px 0 0 0;
	overflow:hidden;
}
.greeting .g_txt{
	width:450px;
	float:left;
	display:inline;
}
.g_txt .txt_01{
	margin:0 0 14px 0;
}
.greeting .g_photo{
	width:241px;
	float:right;
	display:inline;
}

/*company_box 
---------------------*/
.company_box{
	width:720px;
	margin:0 0 0 0;
}
.profile{
	width:655px;
	margin:20px auto 0 auto;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	
}
.profile th{
	width:26%;
	padding:14px 0 14px 10px;
	text-align:left;
	vertical-align:middle;
	background:#FAFCFD;
	border-bottom:1px solid #CCCCCC;
	border-right:1px dashed #CCCCCC;
}
.profile td{
	width:74%;
	padding:14px 0 14px 10px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.profile td a:link{
	color:#6A799D;
	text-decoration:none;
}
.profile td span{
	color:#F87266;
}

/*access_box
---------------------*/
.access_box{
	width:720px;
	margin:56px 0 0 0;
}
.access_box .g_map{
	width:656px;
	margin:20px auto 0 auto;
}
/*-----------------------------------------------------
汎用CSS
-------------------------------------------------------*/





	
	





	

