@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y:hidden;
}
#body {
	margin-left: 1px;
	background-image:url(img/bg.png);
	background-position:center bottom;
	background-repeat: no-repeat;
}
body, th, td {
	font-family:Arial, sans-serif, "MS UI Gothic";
	font-size:10pt;
	text-align:justify;
	text-justify:inter-ideograph;
}
a:link {
	color: #1d3994;
	text-decoration:none;
}
a:visited {
	color: #941d55;
	text-decoration:none;
}
a:hover {
	color: #0000FF;
	text-decoration:underline;
}
a:active {
	color: #0000FF;
	text-decoration:underline;
}

.text_white {
	color:#FFFFFF;
}

.menu_box_td {
	width:150px;
	text-align:left;
	vertical-align:top;
}
#FlashMenuLabs {
	position:absolute;
	top:90px;
	z-index:1;
}
.FlashMenuLabs {
	width:150px;
	border:solid 0px #FF0000;
}
#nonFlash {
	position:absolute;
	z-index:999;
	visibility: hidden;
}
.nonFlash {
	width:150px;
	background-color:#C9C9C9;
	text-align:center;
	padding-bottom:3px;
}

table.body_Tbl {
	width:950px;
	background-color:#FFFFFF;
}
table.mainTbl {
	width:790px;
	height:400px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	vertical-align:top;
	background-color:#FFFFFF;
}
table.mainTbl td {
	padding:10px;
}
.page_title_td {
	height:32px;
	vertical-align:middle;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	background-image:url(http://www.ittcannon.jp/img/page_title_bg.png);
	background-repeat:no-repeat;
	padding-left:10px;
	vertical-align: middle;
	font-size:13pt;
	font-weight:bold;
}
.title_eng {
	font-size:12pt;
	font-family: Arial, sans-serif, "MS UI Gothic";
	font-weight:normal;
}

#main_index {
	position: relative;
	left:5px;
	top:0px;
	width:775px;
	height:100%;
	border: solid 0px #666666;
	vertical-align:top;
	z-index:2;
}
.index_defaultBox {
	border:solid 1px #666666;
	width:500px;
	padding:5px;
}
.topMenuBar_big {
	background-image:url(http://localhost/new_site/img/topMenuBarbig.gif);
	background-repeat:no-repeat;
	background-color:#f7a61c;
	text-align:center;
	}
.index_products {
	width:203px;
	height:118px;
	padding:3px;
	}


.footer {
	text-align:center;
	padding:0px 5px 20px 5px;
}

hr {
	height: 0px;
	border: 0px;
	border-top: 1px dotted #CCC;
	}


.news_date {
	font-size:9pt;
	color: #FF6600;
}
.news_text_pdf {
	background-image:url(img/pdficon_news.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:24px;
	border-bottom:dotted 1px #99CCFF;
}
.news_text_htm {
	background-image:url(img/htmicon_news.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:24px;
	border-bottom:dotted 1px #99CCFF;
}

.news_td_date {
	font-size:9pt;
	color: #FF6600;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
}
.news_td_text {
	background-image:url(img/pdficon_news.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding:0px 5px 3px 24px;
}

