@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 55px;
}


/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 100px;
}
#company table th {
	width: 210px;
}
#company table th,
#company table td {
	/* padding: 3px 9px 1px; */
}


/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 40px;
}
#content .section .box {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	/zoom: 1;
}
#content .section .box ul a {
    /* display: table-cell; */
    /* text-align: center; */
    vertical-align: middle;
    /* width: 198px; */
}

#content .imgleft .text1{
    margin-left: 290px;
}
#content .imgright .text2{
    margin-right: 290px;
}

#content .imgleft .image {
	float: left;
	margin-right: 20px;
	text-align: center;
}