@charset "UTF-8";

/*--------------------------------------------------------

2009.12.30
(c)UMEZAWA STRUCTURAL ENGINEERS Inc. All rights reserved.

--------------------------------------------------------*/

@import url(global.css);

/* navi */
.navi li.profile a       { width: 56px; background-image: url(../aboutus/images/navi_profile.gif); background-position: top left; }
.navi li.profile a:hover { background-position: 0px -10px; }
.navi li.products a       { width: 67px; background-image: url(../aboutus/images/navi_products.gif); background-position: top left; }
.navi li.products a:hover { background-position: 0px -10px; }
.navi li.companyinfo a       { width: 91px; background-image: url(../aboutus/images/navi_companyinfo.gif); background-position: top left; }
.navi li.companyinfo a:hover { background-position: 0px -10px; }

#anchorProfile, #anchorProducts, #anchorCompanyinfo {
	text-indent: -9999px;
	display: block;
	width: 100px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: top -12px;
	float: left;
}

#anchorProfile     { background-image: url(../aboutus/images/navi_profile.gif); }
#anchorProducts    { background-image: url(../aboutus/images/navi_products.gif); }
#anchorCompanyinfo { background-image: url(../aboutus/images/navi_companyinfo.gif); }

/* aboutus */
#aboutus {
	text-indent: -9999px;
	display: block;
	width: 145px;
	height: 36px;
	margin: 0;
	padding: 0;
	background-image: url(../aboutus/images/aboutus.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

/* profile */
#profile {
	display: block;
	padding: 20px;
	border-top: 1px solid #808080;
}

#profile .left {
	display: block;
	margin-right: 30px;
	float: left;
}

#profile .right {
	text-indent: -9999px;
	display: block;
	width: 94px;
	height: 40px;
	margin: 0 0 30px 330px;
	padding: 0;
	background-image: url(../aboutus/images/ryozo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* products */
.productsList {
	display: block;
	width: 897px;
	margin: 0 -1px 0 0;
	padding: 0 0 40px;
	overflow: hidden;
	_zoom: 1;
}

.productsList li {
	display: block;
	float: left;
	width: 298px;
	margin-right: 1px;
	padding: 0;
}

.productsList .img {
	width: 298px;
	height: 180px;
	padding: 0 0 10px;
}

.productsList .ttl {
	font-size: 10px;
	font-weight: bold;
	display: block;
	width: 298px;
	padding: 0 0 20px 20px;
	background-image: url(../images/arrow.gif);
	background-position: 10px 3px;
	background-repeat: no-repeat;
}

.productsList .txt {
	font-size: 10px;
	display: block;
	width: 298px;
	padding: 0 0 0 20px;
}

/* company info */
#companyinfo {
	display: block;
	height: 400px;
	border-top: 1px solid #808080;
}

#companyinfo .left {
	display: block;
	float: left;
}

#companyinfo .left .ttl{
	text-indent: -9999px;
	display: block;
	width: 311px;
	height: 40px;
	margin: 20px 0px 20px 20px;
	padding: 0;
	background-image: url(../aboutus/images/use.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#companyinfo .left .txt{
	display: block;
	margin-left: 20px;
}

#companyinfo .right {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
}

#companyinfo .right img {
	width: 550px;
	height: 400px;
}

