
/**********************************************************************
CSS FOR "T-Tech Japan Corp."
Copyright (c) T-Tech Japan Corp. All rights reserved.
**********************************************************************/

/**********************************************************************
DISCRIPTION: BASE CSS
**********************************************************************/


/* DEFAULT
---------------------------------------------------------------------*/
html{ height: 100%;}

body{ height:100%; text-align: center; background: #fff;}

/*-- margin padding 0--*/
body, dl, dt, dd, h1{ margin: 0; padding: 0;}

img{ border: none;}
p{ margin: 10px 0px; padding: 0px;}



/* FONTS
---------------------------------------------------------------------*/

body{ font-size:80%; line-height:1.6em; }

/*-- size --*/
.font-big{ font-size: 120%; }
.font-bold{ font-weight: bold; }
.font-sTitle{ font-weight: bold; font-size: 120%;}

/*-- align --*/
.Center{ text-align: center;}
.Left{ text-align: left;}
.Right{ text-align: right;}

body, td, th{
	font-family: Tahoma, Arial, sans-serif;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif, "Trebuchet MS", "Bitstream Vera Sans", "Lucida Grande";
}


/* margins
---------------------------------------------------------------------*/

.marginTop-0{ margin-top: 0px !important;}
.marginTop-10{ margin-top: 10px !important;}
.marginTop-20{ margin-top: 20px !important;}
.marginTop-30{ margin-top: 30px !important;}
.marginTop-40{ margin-top: 40px !important;}
.marginTop-50{ margin-top: 50px !important;}
.marginTop-60{ margin-top: 60px !important;}

.marginBottom-0{ margin-bottom: 0px !important;}
.marginBottom-10{ margin-bottom: 10px !important;}
.marginBottom-20{ margin-bottom: 20px !important;}
.marginBottom-30{ margin-bottom: 30px !important;}
.marginBottom-40{ margin-bottom: 40px !important;}
.marginBottom-50{ margin-bottom: 50px !important;}
.marginBottom-60{ margin-bottom: 60px !important;}

.marginLeft-0{ margin-left: 0px !important;}
.marginLeft-10{ margin-left: 10px !important;}
.marginLeft-20{ margin-left: 20px !important;}
.marginLeft-30{ margin-left: 30px !important;}
.marginLeft-40{ margin-left: 40px !important;}
.marginLeft-50{ margin-left: 50px !important;}

.marginRight-0{ margin-right: 0px !important;}
.marginRight-10{ margin-right: 10px !important;}
.marginRight-20{ margin-right: 20px !important;}
.marginRight-30{ margin-right: 30px !important;}
.marginRight-40{ margin-right: 40px !important;}
.marginRight-50{ margin-right: 50px !important;}



/* list
---------------------------------------------------------------------*/
.list-0{ list-style: disc; list-style-image: none;}

.list-1{ list-style-image: url(../img/list_li_bl.gif);}
.list-1 li{ margin: 5px 0px;}



/* CLEAR: no float
---------------------------------------------------------------------*/
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{display:inline-table;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */





/**********************************************************************
common layout
**********************************************************************/

/*-- PARENT BLOCK --*/
#blk-parent{ width: 820px; margin: 0 auto; text-align: left;}




/*-- header --*/
#global-nv{
	width: 820px; height: 103px;
	padding: 0; margin: 0;
	background: url(../img/hd_back.jpg) 0 0 no-repeat;
}

#global-nv h1{ float: left;}

#select-lang{
	width: 540px;
	float: right;
}

#select-lang ul{
	padding: 0; margin: 0;
}

#select-lang li{
	display: inline;
	float: right;
	margin: 20px 0px 3px 5px;
	padding: 0;
	
	font-size: 1px; /*-- for IE6 --*/
	line-height: 0; /*-- for FireFox --*/
}

#site-map{ float: right;}

/*-- global menu --*/

#global-menu{ width: 820px; height: 36px; float: left;}
#global-menu ul{ margin: 0; padding: 0;}
#global-menu li{ display: inline;}
#global-menu li a{
	text-decoration:none;
	float:left;
	display:block;
	height:36px;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
}

/*	off	*/

#gm-home a{width:137px;background:url(../img/hd_navigation.gif) 0 0 no-repeat;}
#gm-topics a{width:137px;background:url(../img/hd_navigation.gif) -137px 0 no-repeat;}
#gm-company a{width:137px;background:url(../img/hd_navigation.gif) -274px 0 no-repeat;}
#gm-products a{width:137px;background:url(../img/hd_navigation.gif) -411px 0 no-repeat;}
#gm-catalog a{width:137px;background:url(../img/hd_navigation.gif) -548px 0 no-repeat;}
#gm-mail a{width:135px;background:url(../img/hd_navigation.gif) -685px 0 no-repeat;}

/*	on	*/
#gm-home  a:hover{background-position:0 -36px;}
#gm-topics a:hover{background-position: -137px -36px;}
#gm-company a:hover{background-position: -274px  -36px;}
#gm-products a:hover{background-position: -411px -36px;}
#gm-catalog a:hover{background-position: -548px -36px;}
#gm-mail a:hover{background-position: -685px -36px;}

/*	in	*/
#gm-home-in a{width:137px;background:url(../img/hd_navigation.gif) 0 -72px no-repeat;}
#gm-topics-in a{width:137px;background:url(../img/hd_navigation.gif) -137px -72px no-repeat;}
#gm-company-in a{width:137px;background:url(../img/hd_navigation.gif) -274px -72px no-repeat;}
#gm-products-in a{width:137px;background:url(../img/hd_navigation.gif) -411px -72px no-repeat;}
#gm-catalog-in a{width:137px;background:url(../img/hd_navigation.gif) -548px -72px no-repeat;}
#gm-mail-in a{width:135px;background:url(../img/hd_navigation.gif) -685px -72px no-repeat;}


/*-- footer --*/
#footer{
	float: left;
	width: 820px;
	background: #e9f7fe url(../img/ft_copyright.gif) left bottom no-repeat;
	padding-bottom: 50px;
}

#footer address{
	padding-top: 15px;
	background: url(../img/ft_line_dot.gif) 0 0 repeat-x;
	font-style: normal;
}

.copyright{ display: none;}

#footer .comp-name{
	display: block;
	float: left;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #003759;
}

#footer .comp-adrs{ display: block; float: left; font-size: 90%;}




/*-- contents area --*/
#content-area{
	width: 820px;
	float: left;
	background: url(../img/smenu_back2.gif) 0 0 repeat-y;
}

#top-page #content-area{
	background-image: url(../img/smenu_back.gif) !important; 
}

#cnt-main{
	width: 605px;
	float:right;
	margin-bottom: 40px;
	margin-right: 10px;
	_margin-right: 5px; /* for IE6 */
}

#cnt-main .cnt-block{
	width: 605px;
}

.cnt-block .half-block{
	width: 290px;
	margin-right: 5px;
	float: left;
	display: block;
}
	

/* side menu */
#side-menu{
	width: 191px;
	float: left;
	margin-top: 3px;
	overflow : hidden; /* for IE6 */
}

#side-menu ul.menu-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

#side-menu ul.menu-list li{
	background-color: #afebf9;
	border-bottom: #96cad6 1px solid;
	margin: 1px 0px 0px 3px;
	line-height: 1.2em;
}

#side-menu ul.menu-list a{
	display: block;
	padding: 4px 2px 4px 10px;
	border-left: #386fd3 3px solid;
	text-decoration: none;
}


#side-menu ul.menu-list a:hover{
	background-color: #ebf9af;
	border-left: #94d566 3px solid;
	color: #03c;
	text-decoration: underline;
}

#side-menu ul.menu-list a.in{
	display: block;
	color: #fff;
	background-color: #386fd3;
	padding: 4px 2px 4px 10px;
	text-decoration: none;
}

#side-menu ul.menu-list a.in:hover{
	text-decoration: underline;
}


/**********************************************************************
 COMMON
**********************************************************************/
/*-- key visuals --*/
#kv-area{ width: 820px; height: 93px; margin-bottom: 15px;}
#kv-area h2{ display: none;}

.ctg-topics{ background-image: url(../topics/img/key_visual.jpg);}
.ctg-products{ background-image: url(../products/img/key_visual.jpg);}
.ctg-company{ background-image: url(../company/img/key_visual.jpg);}
.ctg-catalog{ background-image: url(../catalog/img/key_visual.jpg);}
.ctg-sitemap{ background-image: url(../sitemap/img/key_visual.jpg);}

/*-- title --*/
h3.page_ttl{
	font-size: 130%;
	padding: 5px 0px 6px 0px;
	margin: 0;
	background: url(../img/pg_ttl_line.gif) left bottom no-repeat;
}

/*-- sub title --*/
.sub-ttl{
	font-size: 120%;
	font-weight: bold;
	color: #0099CC;
	padding: 10px 0px;
	background: url(../img/line_dot.gif) left bottom repeat-x;
}

/*-- p titles --*/
.subTitle{
	background: #e0f7fc url(../img/sttl_back.gif) 0 0 repeat-y;
	font-size: 120%;
	font-weight: bold;
	border: 3px #e0f7fc solid;
	padding: 0px 5px 0px 15px;
	margin: 0px 0px 5px 0px;
}




/**********************************************************************
indivisuals
**********************************************************************/


/* top page
---------------------------------------------------------------------*/
/*-- FLASH --*/
#flash-area{
	width: 820px;
}

#flash-area-txt{
	background: url(../img/tp_text_bc.gif) 0 0 no-repeat;
	padding: 10px 10px 0px 30px;
	line-height: 1.4em;
	vertical-align: top;
	font-size: 12px;
}

#tp-sidemenu{
	float: left;
	width: 206px;
	text-align: center;
	padding-top: 5px;
}

#tp-sidemenu .bnr-btn{
	margin: 5px 0px 5px 0px;
}

/*-- TOPICS --*/
#tp-topics{
	float: right;
	width:606px;
}


#tp-topics-menu{
	width: 606px;
	padding-bottom: 17px;
	background: url(../img/tp_topics_tbc.gif) left bottom no-repeat;
	float: left;
}

#tp-topics h2{
	width: 165px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(../img/tp_topics.gif) 0 0 no-repeat;
	text-indent:-9999px;
	float: left;
}

#tplist-btn{
	margin: 0;
	padding: 0;
	float: left;
}

/*-- TOP BNR --*/
#tp-bnr{
	width: 606px;
	float: right;
	text-align: center;
	margin-top: 10px;
}


/* TOPICS(top & list)
---------------------------------------------------------------------*/
.topics{
	width: 606px;
	float: left;
}

.tp-topics{
	background: url(../img/tp_topics_bc.gif) left bottom no-repeat;
	padding: 0px 0px 20px 0px;
}

.topics ul{ 
	width: 580px;
	margin: 0px 0px 0px 15px;
	padding: 0;
	list-style: none;
}

.topics li{
	width: 580px;
	padding: 6px 0px 5px 0px;
	margin: 0;
	background: url(../img/line_dot.gif) left bottom repeat-x;
	float: left;
}

.tpcs-date{
	display: block;
	float: left;
	width: 75px;
	border-left: #4bd1ff 3px solid;
	padding-left: 5px;
}

.tpcs-txt{
	display: block;
	float: left;
	width: 490px
}



/* Brochure Download
---------------------------------------------------------------------*/
P.catalog{
	width:606px;
	padding: 10px 0px;
	margin: 0;
	background: url(../img/line_dot.gif) left bottom repeat-x;
	float: left;
}

P.catalog img{
	border: 1px solid;
	margin: 0px 20px;	
}

P.catalog .ctlg-ttl{
	font-weight: bold;
}


/* Company Info
---------------------------------------------------------------------*/
#company-info{
	width: 600px;
	margin: 15px 0px 25px 5px;
	padding-bottom: 1px;
	background: url(../img/cmp_dl_bc.gif) left bottom no-repeat;
	display: block;
}


#company-info dt{
	width: 140px;
	float: left;
	padding: 2px 5px;
	font-weight: bold;
	background: url(../img/line_dot.gif) 0 0 repeat-x;
}

#company-info dd{
	width: 440px;
	float: left;
	padding: 2px 5px;
	background: url(../img/line_dot.gif) 0 0 repeat-x;
}



/* Sitemap
---------------------------------------------------------------------*/
ul.site-map li{
	margin: 5px 0px;
	padding: 0px 0px 0px 20px;
	font-weight: bold;

}

ul.site-map-2{ margin-bottom: 20px;}

ul.site-map-2 li{
	padding: 0px;
	margin-left: -20px;
	font-weight: normal;
}
