
/* #####################################################

	nd_contents.css

	1.nd_header
	2.nd_nav
	3.nd_contents
	4.nd_footer

##################################################### */

 
/* =====================================

	1.nd_header

===================================== */

#nd_header {
	height: 73px;
	background: url(../../img/common_header_bg.gif) no-repeat top left;
}

	#nd_header h1 {
		float: left;
		padding: 24px 0 0 3px;
		width: 200px;
	}
	
	#nd_header #select_country {
		margin: 20px 0 0 0;
		float: right;
		width: 157px;
	}
	
	#nd_header #select_country p {
		padding: 0 0 7px 0;
	}
	
	#nd_header #select_country select {
		width: 150px;
	}
	
	#nd_header #global_map_s {
		padding: 3px 0 0 0;
		float: right;
		width: 118px;
	}



/* =====================================

	2.nd_nav

===================================== */

#nd_nav {
	margin: 0 0 6px 0;
}

	#nd_nav ul {
		height: 34px;
	}
	
	#nd_nav ul li {
		float: left;
	}



/* =====================================

	3.nd_contents

===================================== */

#nd_contents {
}

	#nd_contents #main_image {
		padding: 0 0 20px 0;
	}
	
	#nd_contents #news_release {
		margin: 0 0 20px 0;
		float: left;
		width: 525px;
	}
	
	#nd_contents #news_release h2 {
		margin: 0 0 10px 40px;
	}
	
	#nd_contents #news_release dl {
		margin: 0 0 0 40px;
		width: 453px;
	}
	
	#nd_contents #news_release dt {
		line-height: 1.5;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
	}
	
	#nd_contents #news_release dt .product {
		padding: 1px 3px 2px 3px;
		line-height: 1.5;
		color: #ffffff;
		background-color: #006699;
		font-size: x-small;
	}
	
	#nd_contents #news_release dt .company {
		padding: 1px 3px 2px 3px;
		line-height: 1.5;
		color: #ffffff;
		background-color: #003399;
		font-size: x-small;
	}
	
	#nd_contents #news_release dd {
		margin: 0 0 10px 0;
		padding: 0 0 0 16px;
		line-height: 1.5;
		background: url(../../img/news_release_arw.gif) no-repeat top left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
	}

	#nd_contents #news_release dd a {
		display: block;
	}

	#nd_contents #news_release dd a:hover {
		background-color: #ECEBF1;
	}

	#nd_contents #news_release dd a:active {
		background-color: #ECEBF1;
	}

	#nd_contents #news_release .nd_txtright {
		margin: 0 0 0 445px;
		padding: 0 0 0 16px;
		line-height: 1.5;
		background: url(../../img/news_release_arw.gif) no-repeat top left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
	}

	#nd_contents #news_release .nd_txtright a {
		text-decoration: underline;
	}

	#nd_contents #news_release .nd_txtright a:hover {
		text-decoration: none;
	}

	#nd_contents #news_release .nd_txtright a:active {
		text-decoration: none;
	}
	
	#nd_contents #global_map {
		margin: 0 0 20px 0;
		float: left;
		width: 287px;
	}
	
	#nd_contents #company_video {
		margin: 0 0 20px 0;
		float: left;
		width: 132px;
	}



/* =====================================

	4.nd_footer

===================================== */

#nd_footer {
	clear: both;
	height: 30px;
	background: url(../../img/common_footer_bg.gif) repeat-x top left;
}

	#nd_footer ul {
		padding: 10px 0 0 8px;
		float: left;
		width: 400px;
	}

	#nd_footer ul li {
		float: left;
		padding: 0 20px 0 0;
	}

	#nd_footer address {
		float: right;
		width: 333px;
		padding: 10px 0 0 0;
	}

