/* base */
body {
	margin: 0 auto;
	padding: 0;
	background: #e4e4e4 url(../img/pagebodybg.gif) repeat-y center top;
	color: #333333;
	text-align: center;
	font-size: 80%;
}
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/* fontsizesetting */
h1,h2,h3,h4,p,button,caption,input,option,select,textarea,dl,ol,ul,table,tr,form,dd,dt,li,td,th {
	font-size: 100%;
}
/* noset */
li h1,
li h2,
li h3,
li h4,
li p,
li button,
li caption,
li input,
li option,
li select,
li textarea,
li div,
li span {
	font-size: 100%;
}
/* common */
a {
	color: #0099cc;
	text-decoration: underline;
}
a:visited {
	color: #7a1f9f;
}
a:hover, a:focus {
	color: #ff9933;
	text-decoration: underline;
}
img	{
	border-style: none;
	vertical-align: bottom;
}
ul {
	list-style-type: none;
}
div.navihidden {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 5000px;
	display: run-in;
	width: 1px;
	height: 1px;
	border-style: none;
	overflow: hidden;
}
#pagebg {
	width: 100%;
	background: #e4e4e4 url(../img/pagebg.gif) repeat-x;
}
#contentsshadow {
	width: 786px;
	background: url(../img/pagebodybg.gif) repeat-y;
	margin: 0 auto;
}
#contentsframe {
	width: 786px;
	margin: 0 auto;
	background: url(../img/contentsbg.gif) no-repeat left top;
	text-align: center;
}
	#contentsframe:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
		overflow: hidden;
	}
	/*\*/
	* html #contentsframe {
		height: 1em;
		overflow: visible;
	}
	/**/
	#contentsframe {
		display: inline-table;
	}
#header {
	width: 719px;
	height: 90px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	float: left;
	padding: 12px 0 0 10px;
	font-size:xx-large;
	vertical-align:middle;
}
#headerright {
	float: right;
	height: 90px;
	text-align: right;
}
#language {
	margin-bottom: 15px;
}
#headerright form {
	display: block;
	border-style: none;
	margin-bottom: 2px;
	padding: 0;
	line-height: 0;
}
html>body #headerright form {
	margin-bottom: 4px;
}
input#search {
	width: 145px;
	height: 18px;
	margin: 0;
	padding: 1px 0 0 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #ffffff;
	vertical-align: middle;	
}
input#submit {
	width: 80px;
	height: 21px;
	margin-left: 6px;
	padding: 0;
	border-style: none;
	vertical-align: middle;
	line-height: 0;
}
#gnavi {
	width: 719px;
	margin: 0 auto;
	background: url(../img/gnavi_products.gif) no-repeat left top;
}
	#gnavi:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html #gnavi {
		height: 1em;
		overflow: visible;
	}
	/**/
	#gnavi {
		display: inline-table;
	}
#gnavi li {
	float: left;
}
#gnavi a {
	display: block;
	text-indent: -5000px;
	text-decoration: none;
}
#gnavi li#home a {
	width: 120px;
	height: 33px;
}
#gnavi li#products a {
	width: 119px;
	height: 33px;
}
#gnavi li#trial a {
	width: 119px;
	height: 33px;
}
#gnavi li#fields a {
	width: 119px;
	height: 33px;
}
#gnavi li#researchers a {
	width: 119px;
	height: 33px;
}
#gnavi li#links a {
	width: 121px;
	height: 33px;
}
#gnavi li#home a:hover, #gnavi li#home a:visited:hover {
	background: url(../img/gnavi_products.gif) no-repeat 0px -33px;
}
#gnavi li#products a:hover, #gnavi li#products a:visited:hover {
	background: url(../img/gnavi_products.gif) no-repeat -120px -33px;
}
#gnavi li#trial a:hover, #gnavi li#trial a:visited:hover {
	background: url(../img/gnavi_products.gif) no-repeat -239px -33px;
}
#gnavi li#fields a:hover, #gnavi li#fields a:visited:hover {
	background: url(../img/gnavi_products.gif) no-repeat -358px -33px;
}
#gnavi li#researchers a:hover, #gnavi li#researchers a:visited:hover {
	background: url(../img/gnavi_products.gif) no-repeat -477px -33px;
}
#gnavi li#links a:hover, #gnavi li#links a:visited:hover {
	background: url(../img/gnavi_products.gif) no-repeat -596px -33px;
}
#gnavi li#home a.selected, #gnavi li#home a:hover.selected, #gnavi li#home a:visited:hover.selected {
	background: url(../img/gnavi_products.gif) no-repeat 0px -33px;
}
#gnavi li#products a.selected, #gnavi li#products a:hover.selected, #gnavi li#products a:visited:hover.selected {
	background: url(../img/gnavi_products.gif) no-repeat -120px -33px;
}
#gnavi li#trial a.selected, #gnavi li#trial a:hover.selected, #gnavi li#trial a:visited:hover.selected {
	background: url(../img/gnavi_products.gif) no-repeat -239px -33px;
}
#gnavi li#fields a.selected, #gnavi li#fields a:hover.selected, #gnavi li#fields a:visited:hover.selected {
	background: url(../img/gnavi_products.gif) no-repeat -358px -33px;
}
#gnavi li#researchers a.selected, #gnavi li#researchers a:hover.selected, #gnavi li#researchers a:visited:hover.selected {
	background: url(../img/gnavi_products.gif) no-repeat -477px -33px;
}
#gnavi li#links a.selected, #gnavi li#links a:hover.selected, #gnavi li#links a:visited:hover.selected {
	background: url(../img/gnavi_products.gif) no-repeat -596px -33px;
}
#footer	{
	width: 780px;
	margin: 0 auto;
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #333333;
	text-align: left;
}
	#footer:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html #footer {
		height: 1em;
		overflow: visible;
	}
	/**/
	#footer	{
		display: inline-table;
	}
#nttlogo {
	float: left;
	width: 100px;
	padding: 7px 0 0 13px;
}
#footer ul {
	float: right;
	width: 660px;
	margin: 8px 0 2px 0;
}
	#nttlogo ul:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html #nttlogo ul {
		height: 1em;
		overflow: visible;
	}
	/**/
	#footer ul {
		display: inline-table;
	}
#footer li {
	float: left;
	margin-right: 9px;
	padding-right: 9px;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #333333;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	float: right;
	width: 660px;
	margin-bottom: 15px;
	font-size: 90%;
}
/* toppage */
#maindemoarea {
	clear: both;
	width: 719px;
	margin: 0 auto 20px;
	background: url(../img/maindemoareabg.gif) repeat-y left top;
	text-align: left;
}
#maindemoframe {
	width: 719px;
	background: url(../img/maindemoareaend.gif) no-repeat left bottom;
}
	#maindemoframe:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html #maindemoframe {
		height: 1em;
		overflow: visible;
	}
	/**/
	#maindemoframe {
		display: inline-table;
	}
.maindemoexp {
	float: left;
	width: 480px;
	padding: 20px 0px 20px 20px;
}
.maindemopic {
	float: right;
	width: 160px;
	padding: 10px;
}
.maindemotitle {
	margin: 8px 0 12px 0;
	font-size: 140%;
	font-weight: bold;
}
.maindemobody{
	margin-bottom: 15px;
	line-height: 1.3;
}
.maindemobtn a {
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	width: 109px;
	height: 27px;
	background: url(../img/maindemobtn.gif) no-repeat left top;
}
.maindemobtn a:hover {
	background: url(../img/maindemobtnover.gif) no-repeat left top;
}
#otherinfoarea {
	width: 719px;
	background: url(../img/pagebodybg.gif) repeat-y center top;
	margin: 0 auto;
}
	#otherinfoarea:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html #otherinfoarea {
		height: 1em;
		overflow: visible;
	}
	/**/
	#otherinfoarea {
		display: inline-table;
	}
#demolistframe {
	float: left;
	width: 274px;
	background: url(../img/demoareaend.gif) no-repeat left bottom;
	text-align: left;
	padding-bottom: 3px;
}
	#demolistframe:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html #demolistframe {
		height: 1em;
		overflow: visible;
		padding-bottom: 5px;
	}
	/**/
	#demolistframe {
		display: inline-table;
	}
#demolisthead {
	width: 274px;
	background: url(../img/demoareatop.gif) no-repeat left top;
	padding: 9px 0 8px 0;
}
#demolistheadline {
	width: 250px;
	margin-left: 12px;
	padding-bottom: 4px;
	background: url(../img/dotgreenline.gif) repeat-x left bottom;
}
	html>body #demolistheadline {
		padding-bottom: 8px;
	}
#demolisthead h2 {
	width: 252px;
	height: 13px;
	background: url(../img/subtitledemosub.gif) no-repeat left top;
	text-indent: -5000px;
	text-decoration: none;
	line-height: 0;
}
.demolistbody {
	background: url(../img/demoareabg.gif) repeat-y left top;
	width: 274px;
}
	.demolistbody:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html .demolistbody {
		height: 1em;
		overflow: visible;
	}
	/**/
	.demolistbody {
		display: inline-table;
	}
.demolisttop {
		width: 250px;
		margin: 0 0 0 13px;
		padding-bottom: 4px;
}
	.demolisttop:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html .demolisttop {
		height: 1em;
		overflow: visible;
	}
	/**/
.demolisttop {
	display: inline-table;
}
.demolist {
	width: 250px;
	margin: 0 0 0 13px;
	padding: 6px 0 4px 0;
	background: url(../img/demodvdr.gif) repeat-x left top;
}
	.demolist:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html .demolist {
		height: 1em;
		overflow: visible;
	}
	/**/
	.demolist {
		display: inline-table;
	}
.demoexp {
	float: right;
	width: 155px;
	margin-top: 4px;
}
	.demoexp:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html .demoexp {
		height: 1em;
		overflow: visible;
	}
	/**/
	.demoexp {
		display: inline-table;
	}
.demoexp p {
	margin-bottom: 5px;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.2;
}
.demopic {
	float: left;
	width: 85px;
}
.demopic a {
	display: block;
	width: 76px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}
	html>body .demopic a {
		width: 78px;
	}
.demopic a:hover {
	border-color: #8cc21b;
}
.demolnkbtn {
	margin-left: 80px;
}
.demolnkbtn a {
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	width: 73px;
	height: 19px;
	background: url(../img/demobtn.gif) no-repeat left top;
}
.demolnkbtn a:hover {
	background: url(../img/demobtnover.gif) no-repeat left top;
}
#newsarea {
	float: right;
	width: 420px;
	margin: 9px 0 30px 0;
	text-align: left;
}
html>body #newsarea {
	margin-top: 6px;
}
#newslistheadline {
	width: 420px;
	background: url(../img/dotgreenline.gif) repeat-x left bottom;
	margin-bottom: 8px;
}
	#newslistheadline:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	#newslistheadline {
		display: inline-table;
	}
	/*\*/
	* html #newslistheadline {
		height: 1em;
		overflow: visible;
	}
	/**/
#newslistheadline h2 {
	float: left;
	width: 47px;
	height: 12px;
	background: url(../img/subtitlenews.gif) no-repeat left top;
	text-indent: -5000px;
	text-decoration: none;
	line-height: 0;
}
	html>body #newslistheadline h2 {
		margin-top: 3px;
	}
#newslistheadline p {
	float: right;
	background: url(../img/icngreenarrow.gif) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 10px;
}
	html>body #newslistheadline p {
		line-height:1.2;
	}
	/*\*/
	#newslistheadline p {
		margin-bottom: 7px;
	}
	/**/
#newslist {
	clear: both;
	height: 164px;
}
#newslist li {
	margin-bottom: 0.2em;
}
	#newslist li:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html #newslist li {
		height: 1em;
		overflow: visible;
	}
	/**/
	#newslist li {
		display: inline-table;
	}
p.newsdate {
	float: left;
	width: 26%;
	font-weight: bold;
	line-height: 1.3;
}
p.newsheadline {
	float: right;
	width: 74%;
	line-height: 1.3;
}
#gotomagazine {
	width: 420px;
	margin-top: 20px;
	text-align: right;
}
/* 2nd directory */
h1#pagetitle {
	width: 718px;
	padding-top: 6px;
	background: #ffffff url(../img/pagetitlebg.gif) repeat-y center top;
	margin: 0px auto;
}
#contentsarea {
	width: 718px;
	margin: 0 auto;
	background: url(../img/content2ndbg.gif) repeat-y center top;
	margin-bottom: 30px;
	text-align: left;
}
#contents2ndframe {
	width: 718px;
	background: url(../img/content2ndend.gif) no-repeat center bottom;
}
	#contents2ndframe:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html #contents2ndframe {
		height: 1em;
		overflow: visible;
	}
	/**/
	#contents2ndframe {
		display: inline-table;
	}
#leftclm {
	float: center;
	width: 90%;
	padding: 20px 25px 30px 25px;
}
#leftclm h2 {
	margin: 10px 0 15px 0;
	font-size: 120%;
}
#leftclm p {
	margin-bottom: 10px;
	line-height: 1.4;
}
#leftclm p.more {
	margin: 0 0 25px 0;
}
#rightclm {
	padding: 15px;
	width: 160px;
	float: right;
}
	html>body #rightclm {
		width: 130px;
	}
/* links */
#leftclm ul {
	list-style-type: disc;
	margin-left: 20px;
}
#leftclm ul li {
	margin-bottom: 15px;
}
/* mailmagazine */
div#mailmagazine {
	text-align: center;
	margin:0 auto;
}
div#mailmagazine h2 {
	margin-top: 20px;
	text-align: left;
}
div#mailmagazine td {
	text-align: left;
	padding: 0 10px 10px 0;
}
div#mailmagazine div {
	margin: 20px 0;
}
/* news archive */
#newsarchive {
	width: 480px;
	margin-bottom: 0.1em;
}
p.newsdatelst {
	float: left;
	width: 120px;
	font-weight: bold;
	line-height: 1.3;
	margin-right: 10px;
}
p.newsheadlinelist {
	float: right;
	width: 350px;
	line-height: 1.3;
}