@charset "UTF-8";
/*----------------------------*/
#pickupMenu{
	height: 75px;
	width: 900px;
	overflow: hidden;
	position: relative;
	margin: 15px 0px 30px;
	padding: 0px;
	list-style: none;
}

#pm-corporate{
	position: absolute;
	left: 0px;
	top: 0px;
}
#pm-business{
	position: absolute;
	left: 179px;
	top: 0px;
}
#pm-pressroom{
	position: absolute;
	left: 357px;
	top: 0px;
}
#pm-link{
	position: absolute;
	left: 536px;
	top: 0px;
}
#pm-inquiry{
	position: absolute;
	left: 713px;
	top: 0px;
}

/*----------------------------*/

#home-contents{
	width: 560px;
	float: left;
}
#home-sidebar{
	width: 320px;
	float: right;
}




/*----------------------------*/

#home-topicsTable{
	margin-top: 9px;
}
#home-topicsTable th,
#home-topicsTable td{
	padding-top: 9px;
	padding-bottom: 9px;
}
#home-topicsTable th{
	padding-right: 18px;
}

#home-topicsTable td{
	border-bottom: 1px solid #E3E3E3;
	padding-right: 8px;
}
#home-topicsTable td a:link,
#home-topicsTable td a:visited,
#home-topicsTable td a:active {
	color: #333;
	text-decoration: none;
}
#home-topicsTable td a:hover {
	text-decoration: underline;
}
/*----------------------------*/
#home-topicsTable td span {
	/*font-size: x-small;*/
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	width: 40px;
	display: block;
	text-align: center;
	line-height: 1em;
	padding: 2px;
}
.icon-info{
	background-image: url(../img/home/icon-info.gif);
}
.icon-media{
	background-image: url(../img/home/icon-media.gif);
}
.icon-other{
	background-image: url(../img/home/icon-other.gif);
}

/*----------------------------*/

#home-topicsTable a:link,
#home-topicsTable a:visited,
#home-topicsTable a:active {
	text-decoration: none;
}
#home-topicsTable a:hover {
	text-decoration: underline;
}

/*----------------------------*/

#home-sidebar li{
	margin-bottom: 10px;
}
#home-sidebar img{
	vertical-align: bottom;
}

/*----------------------------*/

.side_banner{
	margin-bottom: 9px;
}










