@charset "Shift-JIS";

/******************************
TOSHIBA MACHINE ENGINEERING
****************************/
/* ------------------------------
	 General Style
	 ------------------------------ */
body {
	width: 100%;
	min-width: 760px;
	margin-right: auto;
	margin-left: auto;
	line-height:1.4em;
	color:#333333;
	background-color: #F2F2F2;

	/* [disabled]position:relative; */

	_text-align: center;
}
#bg_container_or{
	background: url(../../images/common/gn/header_bg_or.gif) repeat-x;
	height:100%;
}
#bg_container_g{
	background: url(../../images/common/gn/header_bg_g.gif) repeat-x;
	height:100%;
}
#bg_container_green{
	background: url(../../images/common/gn/header_bg_green.gif) repeat-x;
	height:100%;
}
#bg_container_blue{
	background: url(../../images/common/gn/header_bg_blue.gif) repeat-x;
	height:100%;
}
#bg_container_red{
	background: url(../../images/common/gn/header_bg_red.gif) repeat-x;
	height:100%;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
	
}

* html #container {
	height: 100%;
}


body > #container {
	height: auto;
}

div#body{
	_text-align: left;
	width: 760px;
	padding-bottom: 20px;
}

hr {display:none;}

a {color:#03c;}
a:visited {color:#336;}
a:hover {color:#f00;}
a:active {color:#f90;}

strong{ font-weight:bold; }

h1,h2{
	font-size: 100%;
	font-weight: normal;
}

h1.subpage_h1{
	background: url(../../images/common/subtitle.jpg) 0 0 repeat-y;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	padding: 10px 0 10px 15px;
	margin-bottom: 10px;
}

h2.subpage_h2{
	padding: 3px 0 3px 5px;
	margin: 0 0 10px 0;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9EBEDE;
	border-left-color: #69C;
}

h3{
	border-left: 3px solid #697aa0;
	padding: 2px 0 2px 7px;
	margin: 5px 0 5px 0;
}

.h3_text{
	margin: 0 0 15px 20px;
}

em{
	font-style: normal;
}

/****************************
*
* Base Layout
*
****************************/
#body{
	width: 760px;
	padding: 0;
	
}

/* headArea */
#headArea{
	width:760px;
	height:42px;
	margin-bottom: 5px;
	position:relative;
}

/****************************
*
* headArea
*
****************************/
/* Logo */
#headArea h1{
	overflow:hidden;
	zoom: 1;
	position: absolute;
	top: 10px;
}


/* Navigation 1 */
#headArea .navigation1{
	overflow:hidden;
	zoom: 1;
	position: absolute;
	top: 12px;
	right: 217px;
}

#headArea #contact{
	position: absolute;
	top: 12px;
	right: 3px;
	line-height: 0;
	font-size: 0;
}

/* Navigation 2 */
#headArea .navigation2{
	overflow: hidden;
	zoom: 1;
	position: absolute;
	top: 12px;
	right: 108px;
}
#headArea .navigation2 li{
	float:left;
	padding-left:8px;
	font-size:0;
}

/* Search 
#headArea #search{
	padding: 2px 0 2px 25px;
	background:url( ../img/search-bg.gif ) 0px 0px no-repeat;
	position:absolute;
	top:25px;
	right:0px;
}

#headArea #search .text{
	background:#fff;
	border:1px solid #bbb;
	float:left;
	height:13px;
	width:100px;
}
* html #headArea #search .text{
	height:15px;
	margin-right:-3px;
}
#headArea #search input{
	float:left;
}
*/

#path{
	display: inline-block;
	margin: 10px 0 5px 0;
}

#path li{
	display: inline;
}



/****************************
*
* sidemenu
*
****************************/

#side_colum{
	width: 210px;
	margin-bottom: 20px;
}


#side_colum #side_listmenu{
	background-color:#FFF;
	border-bottom: 1px solid #9E9E9D;
	margin-bottom: 10px;
}

#side_colum #side_listmenu ul{
	border-left: 1px solid #9E9E9D;
	border-right: 1px solid #9E9E9D;
	padding:0px 10px 0px 12px;
}

#side_colum #side_listmenu ul li.now{
	display: inline-block;
	background: url(../../images/sidemenu/sidemenu_back.jpg) -10px 0 no-repeat;
	padding: 10px 0px 10px 15px;
	border-bottom: 1px solid #CCC;
	width: 170px;
}

#side_colum #side_listmenu ul li a{
	display: inline-block;
	background: url(../../images/sidemenu/sidemenu_back.jpg) -10px 0 no-repeat;
	padding: 10px 0px 10px 15px;
	border-bottom: 1px solid #CCC;
	width: 170px;	
}

#side_colum #side_listmenu ul li a.noboder-bottom{
	border-bottom:none!important;
}

#side_colum #side_listmenu ul li a:hover{
	background: url(../../images/sidemenu/sidemenu_back_o.jpg) -7px 0 no-repeat;
}


#side_colum ul.banner li{
	margin-bottom: 8px;
}

.noboder-bottom{
	border-bottom:none!important;
}

/****************************
*
* footerArea
*
****************************/
/* Footer */

#footArea {
	bottom: 0px;
	width: 760px;
	height: 25px;
	background: #F2F2F2;
	padding: 10px 0 20px 0;
	border-top: 1px solid #ccc;
}

#footArea a{
	margin: 0 10px 0 0;
	float: left;
}
	
#footArea address { 
	float: right;
	width: 407px;
	text-align: right;
}

#footArea .prybacy{
	border-right: 1px solid #000;
	padding-right: 10px;
}

/*------------------------------------------------
	Font
------------------------------------------------*/
.small{font-size: 92%;}
.gray{color: #666666;}
.red{color: #fa0000;}

strong{font-weight:normal;}
.bold{font-weight:bold!important;}
	
	
/*------------------------------------------------
	margin
------------------------------------------------*/
.mg0t{margin-top: 0!important;}
.mg5t{margin-top: 5px!important;}
.mg10t{margin-top: 10px!important;}
.mg15t{margin-top: 15px!important;}
.mg20t{margin-top: 20px!important;}
.mg25t{margin-top: 25px!important;}
.mg30t{margin-top: 30px!important;}
.mg40t{margin-top: 40px!important;}
.mg50t{margin-top: 50px!important;}
.mg100t{margin-top: 100px!important;}

.mg0b{margin-bottom: 0!important}
.mg5b{margin-bottom: 5px!important}
.mg10b{margin-bottom: 10px!important;}
.mg15b{margin-bottom: 15px!important;}
.mg20b{margin-bottom: 20px!important;}
.mg25b{margin-bottom: 25px!important;}
.mg30b{margin-bottom: 30px!important;}
.mg40b{margin-bottom: 40px!important;}
.mg50b{margin-bottom: 50px!important;}
.mg100b{margin-bottom: 100px!important;}

.mg0l{margin-left: 0!important;}
.mg5l{margin-left: 5px!important;}
.mg10l{margin-left: 10px!important;}
.mg15l{margin-left: 15px!important;}
.mg20l{margin-left: 20px!important;}
.mg25l{margin-left: 25px!important;}
.mg30l{margin-left: 30px!important;}
.mg40l{margin-left: 40px!important;}
.mg50l{margin-left: 50px!important;}
.mg65l{margin-left: 65px!important;}
.mg100l{margin-left: 100px!important;}

.mg0r{margin-right: 0!important}
.mg5r{margin-right: 5px!important}
.mg10r{margin-right: 10px!important;}
.mg15r{margin-right: 15px!important;}
.mg20r{margin-right: 20px!important;}
.mg25r{margin-right: 25px!important;}
.mg30r{margin-right: 30px!important;}
.mg40r{margin-right: 40px!important;}
.mg50r{margin-right: 50px!important;}
.mg65r{margin-right: 65px!important;}
.mg100r{margin-right: 100px!important;}

.left{ text-align: left;}
.right{ text-align: right;}
.center{ text-align: center;}

.left_box{ float: left; }
.right_box{ float: right; }

.othermg{ padding: 0 3px 0 0;}

.gray_block{
	background: #f0f0f0;
}


/****************************
*
* contents
*
****************************/
#main_container{
	width: 760px;
}

.page_title{
	margin: 5px 0 15px 0;
}

.contents_text{
	width: 500px;
	padding: 0 10px 10px 10px;
	margin-bottom:20px;
	display: inline-block;
	line-height: 1.8em;
}

.contents_text_in{
	padding: 0 10px 10px 10px;
	display: inline-block;
	line-height: 1.8em;
}

.contents_text_img{
	display: inline-block;
	line-height: 1.8em;
}

.contents_text img.float_l,.contents_text_img img.float_l{
	float: left;
	padding-right: 10px;
	display: inline-block;
}

.contents_text img.float_r,.contents_text_img img.float_r{
	float: right;
	padding-left: 10px;
	display: inline-block;
}

a.arrow{
	background: url("../../images/common/arrow_kcp.gif") no-repeat center left;
	padding-left: 12px;
	margin-left: 10px;
}

.box_280l{
	width: 280px;
	float: left;
}

.box_280r{
	margin-left: 280px;
}

.box_320l{
	width: 320px;
	float: left;
}
.box_300r{
	margin-left: 300px;
}
.box_320r{
	margin-left: 320px;
}

/****************************
* list
****************************/

.disclist{
	padding-left: 15px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.disclist li{
	list-style: disc;
	margin-bottom: 5px;
}

.abclist{
	padding-left: 15px;
	line-height: 1.8em;
	margin-bottom: 10px;
}

.abclist li{
	list-style: upper-alpha;
}

.decilist{
	padding-left: 15px;
	line-height: 1.8em;
	margin-bottom: 10px;
}

.decilist li{
	list-style: decimal;
}

.decilist li .disclist, .abclist li .disclist{
	padding-left: 20px;
}

.decilist li .disclist li,.abclist li .disclist li{
	list-style: disc!important;
}

.disclist li .decilist li{
	list-style: decimal!important;
}

ul.mg10list li{
	margin-bottom: 10px;
}

/****************************
* line
****************************/

.underline{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

.dotline{
	border-bottom: 1px dotted #666!important;
}

.imgborder{
	border: 1px solid #666;
}



/****************************
* table
****************************/

table.graytable{
	margin-bottom: 10px;
}

table.graytable td{
	border: 1px solid #aaa;
	padding: 5px;
}

table.graytable td.graycell{
	background: #e0e0e0;
	font-weight: bold;
	width: 152px;
}

/****************************
* page
****************************/


.product_list{
	padding: 10px 0;
	min-height: 30px;
}
* html .product_list{
	height: 30px;
}


.page_index{
	text-align: center;
}

.page_index li{
	 padding: 5px 0;
}

.products_item{
	float: left;
	text-align: right;
	width: 170px;
	padding-right: 10px;
}

.products_item img{
	border: 1px solid #aaa;
}

.product_link{
	float: left;
	width: 110px;
	padding: 13px 0;
}

.product_link_s{
	float: left;
	width: 80px;
	padding: 13px 0;
}

.product_text{
	padding-top: 5px;
	line-height: 1.8em;
}

/****************************
* chartlist
****************************/

.chartlist{
	border: 1px solid #aaa;
	margin: 10px 0 5px 0;
	width: 580px;
}

.chartlist_s{
	border: 1px solid #aaa;
	margin: 10px 0 5px 0;
}

.chartlist td,.chartlist th,.chartlist_s td,.chartlist_s th{
	border: 1px solid #aaa;
	padding:3px;
	vertical-align: top;
}

.chartlist thead,.chartlist_s thead{
	background: #e0e0e0;
	font-weight: bold;
}

.chartlist .leftth th,.chartlist_s .leftth th{
	background: #e0e0e0;
	font-weight: bold;
}
.cell10{ width: 10px;}
.cell20{ width: 20px;}
.cell30{ width: 30px;}
.cell40{ width: 40px;}
.cell50{ width: 50px;}
.cell60{ width: 60px;}
.cell70{ width: 70px;}
.cell80{ width: 80px;}
.cell90{ width: 90px;}
.cell100{ width: 100px;}
.cell110{ width: 110px;}
.cell120{ width: 152px;}
.cell130{ width: 130px;}
.cell140{ width: 140px;}
.cell150{ width: 150px;}
.cell160{ width: 160px;}
.cell170{ width: 170px;}
.cell180{ width: 180px;}
.cell190{ width: 190px;}
.cell200{ width: 200px;}
.cell210{ width: 210px;}
.cell220{ width: 220px;}
.cell230{ width: 230px;}
.cell240{ width: 240px;}
.cell250{ width: 250px;}
.cell260{ width: 260px;}
.cell270{ width: 270px;}
.cell280{ width: 280px;}
.cell290{ width: 290px;}
.cell300{ width: 300px;}
.cell310{ width: 310px;}
.cell320{ width: 320px;}
.cell330{ width: 330px;}
.cell340{ width: 340px;}
.cell350{ width: 350px;}
.cell360{ width: 360px;}
.cell370{ width: 370px;}
.cell380{ width: 380px;}
.cell390{ width: 390px;}
.cell400{ width: 400px;}
.cell410{ width: 410px;}

.vcenter,.vcenter td{
	vertical-align: middle!important;
}

/****************************
* common
****************************/

.up_arrow{
	padding: 5px 0;
	text-align: right;
}

.up_arrow a{
	background: url("../../images/common/up_arrow.gif") no-repeat center left;
	padding-left: 12px;
}

.adobe_reader{
	margin: 15px 0 20px 10px;
}

.adobe_reader img{
	float: left;
	margin-right: 10px;
}

.adobe_reader img.othermg{
	margin-left: 0px;
}

.catarog_pdf{
	padding: 10px 0 10px 30px;
	margin: 0;
	display: inline-block;
	background: url(../../images/common/pdf_icon.gif) 0 0 no-repeat;
}

.AdobeReader{
	padding: 8px;
	margin: 0;
	display: inline-block;
	background-color: #EFEFEF;
	border:solid 1px #999;
}

.AdobeReader img{
	float:right;
	margin-left:5px;
}


.foot_contact{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	margin: 10px 0;
}

#whats_list dl,#new_list dl{
	float: left;
	width: 580px;
}

#whats_list dd,#new_list dd{
	margin: 0 0 10px 10px;
}

.page_guide{
	margin-bottom: 30px;
}

.page_next{
	float: right;
	display: inline-block;
}

.page_blank{
	padding: 0 20px 0 0;
	margin: 0;
	display: inline-block;
	background: url(../../images/common/otherlink_b.gif) right 0 no-repeat;
}


.box_left360 {
	float: left;
	width: 360px;
}

.catalog{
	margin: 20px 0;
}

.catalog img,.p_pdf img{
	margin: 0 0 3px 3px;
	vertical-align: middle;
}