@charset "UTF-8";



/*
########################################################
  Data        : layout.css
  Last Update : 2009.11.16
  Last Update : 2009.11.16
########################################################
*/



/* =#wrapper */
/* ----------------------------------------------------- */

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}



/* =#footer */
/* ----------------------------------------------------- */

#footer{
	padding: 0px 30px;
}

#footer .column{
	margin-top: 12px;
}

#footer .column.header{
	margin-top: 0px;
}



.logo-honeyLab{
	float: left;
	width: 121px;
	margin-top: 12px;
}

.news{
	float: left;
	margin-left: 21px;
	width: 649px;
	height: 60px;
	overflow: auto;
	line-height: 1.1;
}

.news table{
	width: 640px;
}

.news th{
	width: 60px;
	text-align: left;
	border-top: 1px solid #ece9d8;
	border-left: 1px solid #ece9d8;
	border-bottom: 1px solid #ece9d8;
}

.news td{
	border-top: 1px solid #ece9d8;
	border-right: 1px solid #ece9d8;
	border-bottom: 1px solid #ece9d8;
}

.news th,
.news td{
	font-size: 10px;
	padding: 4px 8px;
	/*border: 1px solid #ece9d8;*/
}

.news .first th,
.news .first td{
	border-top: none;
}

.news .last th,
.news .last td{
	border-bottom: none;
}

.logo-corpolate{
	float: right;
	margin-top: 12px;
	width: 98px;
}



.navigation.global{
	float: left;
	width: 500px;
}

.navigation.global li{
	display: inline;
	margin-right: 2px;
	padding-right: 5px;
	border-right: 1px solid #666;
}

.navigation.global li.last{
	border-right: none;
}



.navigation.sub{
	float: right;
	text-align: right;
	width: 200px;
}

.navigation.sub li{
	display: inline;
	line-height: 1em;
	margin-left: 2em;
	padding-left: 0.6em;
	background: url(../images/common/listmark1.gif) 0px 2px no-repeat;
}



.copyright{
	float: left;
	width: 900px;
}



