@charset "utf-8";



/* ------------------------------------------------ */
/* LAYOUT */
/* ------------------------------------------------ */

#main {
	background: #fff  url("../images/home/bg_main.gif") repeat-x 0 0;
	}
.wrapper {
}
.mainwrapper {
	background: none;
	}
#mainHome {
	clear: left;
	width: 900px;
	padding: 0 0 30px 0;
}

#contentHome {
	clear: left;
	width: 900px;
}

#catch {
	clear: left;
	width: 900px;
	padding: 18px 0 0 0;
}
#catch img {
	display: block;
}




/* menu */
/* ------------------------------------------------ */

#tMenu {
	width: 900px;
	overflow: visible;
	margin: 30px 0 0 0;

	}
#tMenu ul {
	padding: 0;
	margin: 0;
}
#tMenu ul li {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0 5px 0 0;
	padding: 0;
	width: 146px;
	line-height: 0;
	font-size: 1px;

}
#tMenu ul li.out {
margin: 0 0 0 -1px;
}
#tMenu ul li a{
	display: block;
	width: 146px;
	height: 101px;
	text-indent: -9999px;
}
#tMenu ul li#tmCity a {
	background: url("../images/home/tm_service_city.gif") no-repeat;
}
#tMenu ul li#tmPlanning a {
	background: url("../images/home/tm_service_planning.gif") no-repeat;
}
#tMenu ul li#tmResearch a {
	background: url("../images/home/tm_service_research.gif") no-repeat;
}
#tMenu ul li#tmConsulting a {
	background: url("../images/home/tm_service_consulting.gif") no-repeat;
}
#tMenu ul li#tmFacilities a {
	background: url("../images/home/tm_environment_facilities.gif") no-repeat;
}
#tMenu ul li#tmWorks a {
	background: url("../images/home/tm_works.gif") no-repeat;
}


#tMenu ul li a:hover {
	background-position: 0 -101px !important;
}




/*
#tMenu ul li#tmResearch {
	margin: 0 4px 0 0;
}
#tMenu ul li#tmWorks {
	margin: 0;
}

#tMenu ul li#tmCity a {
	background: url("../images/home/tm_service_city.gif") left top no-repeat;
}
#tMenu ul li#tmPlanning a {
	background: url("../images/home/tm_service_planning.gif") left top no-repeat;
}
#tMenu ul li#tmResearch a {
	background: url("../images/home/tm_service_research.gif") left top no-repeat;
}
#tMenu ul li#tmConsulting a {
	background: url("../images/home/tm_service_consulting.gif") left top no-repeat;
}
#tMenu ul li#tmFacilities a {
	background: url("../images/home/tm_environment_facilities.gif") left top no-repeat;
}
#tMenu ul li#tmWorks a {
	background: url("../images/home/tm_works.gif") left top no-repeat;
}

#tMenu ul li a:hover {
	background-position: 0 -101px !important;
}
*/



.row {
	width: 900px;
	margin: 16px 0 0 0;
}


#topicsBox {
	float: left;
	width: 603px;
}
#bannerBox {
	float: left;
}


/* Topics */
/* ------------------------------------------------ */

#topicsBox .title {
	width: 588px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ccc;
}
#topicsBox img {
	display: block;
	float: left;
}
#topicsBox .title .more {
	float: right;
	width: 110px;
	padding: 0 0 0 10px;
	font-size: 10px;
	background: url("../images/bl_01.gif") left no-repeat;
}
#topicsBox .title .more a {
	color: #555;
}

#topicsBox #topicsTbl {
	clear: both;
	width: 588px;
	margin: 10px 0 0 0;
}
#topicsBox #topicsTbl th {
	width: 98px;
	padding: 0;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
	vertical-align: top;
	white-space: nowrap;
	background: url("../images/line_01.gif") left bottom repeat-x;
}
#topicsBox #topicsTbl td {
	width: 490px;
	padding: 6px 0;
	font-size: 80%;
	line-height: 1.3;
	vertical-align: top;
	background: url("../images/line_01.gif") left bottom repeat-x;
}

#topicsBox #topicsTbl th span {
	display: block;
	padding: 6px 8px 6px 16px;
	background: url("../images/bl_01.gif") left no-repeat;
}






/* Banner */
/* ------------------------------------------------ */
#bannerBox ul {
	width: 297px;
	overflow: hidden;
	}
#bannerBox ul li {
	width: 100%;
	height: 66px;
	margin: 0 0 10px 0;
	font-size: 75%;
	line-height: 0;
	text-indent: -9999px;
}
#bannerBox ul li a {
	display: block;
	width: 100%;
	height: 66px;
	font-size: 1px;
	line-height: normal;

}
#bannerBox ul li#bn75th a {
	background: url("../images/home/tb_75th.gif") no-repeat;
}
#bannerBox ul li#bnAward a {
	background: url("../images/home/tb_award.gif") no-repeat;
}
#bannerBox ul li#bnRecruiting a {
	background: url("../images/home/tb_recruiting.gif") no-repeat;
}




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

#mainHome:after,
#contentHome:after,
#catch:after,
#tMenu:after,
#tMenu ul:after,
.row:after,
.title:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* (for IE7 and Mac IE5) */
#mainHome,
#contentHome,
#catch,
#tMenu,
#tMenu ul,
.row,
.title,
.clearfix {
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html #mainHome,
* html #contentHome,
* html #catch,
* html #tMenu,
* html #tMenu ul,
* html .row,
* html .title,
* html .clearfix {
	height: 1%;
}
#mainHome,
#contentHome,
#catch,
#tMenu,
#tMenu ul,
.row,
.title,
.clearfix {
	display: block;
}
/* End hide from IE-mac */

