/************************************************************************
* 基本
*************************************************************************/
body{
	font: normal 90%/1.5em "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #1C1C1C;
	margin: 0 auto;
	padding: 0;
	background: #E8E9EC url(../images/bg.gif) repeat-y center top;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0;
	font-size: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

img{
	border: 0px;
}

p, h1, h2, h3, h4, h5, h6, form, ul, ol, li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style: none;
}

/* アンカー
---------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #1E90FF;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #1E90FF;
}




/* フォントサイズ
---------------------------------------------------- */

.fs{
	font-size: 90%;
	line-height: 130%; 
}

.fss{
	font-size: 80%;
	line-height: 130%; 
}


/* 枠
---------------------------------------------------- */
#wrapper{
	width: 860px;
	margin: 0 auto;
	padding: 0;
}



/* ヘッダー
---------------------------------------------------- */
#headerArea {
	position: relative;
	width:860px;
	height:70px;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
}

#headerArea h1{
	position: absolute;
	top: 0px;
	left: 0px;
}

#headerArea h1 a{
	display: block;
	width: 250px;
	height: 70px;
	text-indent: -9999px;
	outline: none;
	background: url(../images/logo.gif) no-repeat;
}

#headerArea h1 a:hover,
#headerArea h1 a:active{
	background: url(../images/logo-over.gif) no-repeat;
}

#headerArea .header01 {
	position: absolute;
	top: 20px;
	left: 435px;
	width: 400px;
	text-align: right;
}

#headerArea .header03 {
	padding: 0 ;
}


/* グローバルナビ
---------------------------------------------------- */
#gnaviArea {
	width:860px;
	height:25px;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
}

#gnaviArea ul{
	list-style-type: none;
}

#gnaviArea li{
	float: left;
	display: inline;
}

#gnaviArea li img{
	vertical-align: bottom;
}


/* フッター
---------------------------------------------------- */
#footerArea {
	width: 810px;
	margin: 10px auto 0;
	padding: 0px 25px;
}

#footerWrap {
	width: 810px;
	border-top: 1px solid #1E90FF;
}

#footerArea2nd {
	width: 830px;
	margin: 10px auto 0;
	padding: 0px 15px;
}

#footerWrap2nd {
	width: 830px;
	border-top: 1px solid #1E90FF;
}



.footerLink {
	float: left;
	text-align: left;
	font-size: 80%;
	padding: 2px 0 20px;
}

.footerCopy {
	float: right;
	text-align: right;
	font-size: 70%;
	padding: 2px 0 20px;
}






/* Flash 共通コンテンツ
---------------------------------------------------- */
#flashArea {
	width:860px;
	margin: 0 auto 0;
	padding: 0;
}

#contentsArea{
	width:860px;
	margin: 0 auto 0;
	padding: 0;
}


/************************************************************************
* トップページ
*************************************************************************/
#contentsTop{
	width: 810px;
	margin: 30px auto 10px;
	padding: 0 25px;
	background: url(../images/bgTop.gif) repeat-y;
}

#contentsTopLeft{
	float: left;
	width: 590px;
	text-align: left;
	/*background: red;*/
}

#contentsTopRight{
	float: right;
	width: 200px;
	padding-left:20px;
	text-align: left;
	/*background: blue;*/
}




/* 新着情報
---------------------------------------------------- */
.topNews{
	margin: 0;
	padding : 5px 0 0 0;
}

.topNews li{
	margin: 0;
	padding: 2px 2px 2px 20px;
	list-style-type: none;
	background: url(../images/arrowNews.gif) no-repeat 4px 6px;
	}

.topNews li span {
	font-size: 90%;
	padding: 0 5px 0 0 ;
	}



.topBan{
	padding: 23px 0 0;
}


/* イメージ
---------------------------------------------------- */
img{
	border:0;
}

.imgLeft{
	float: left;
	margin: 5px 15px 0 0;
}


/************************************************************************
* ２階層目
*************************************************************************/

/* 上部タイトルエリア
---------------------------------------------------- */
#titleArea{
	width: 810px;
	margin: 10px auto 0;
	padding: 0 25px;
}

.pan{
	font-size: 80%;
	padding: 0 0 0 5px;
}



/* コンテンツエリア
---------------------------------------------------- */
#contents2nd{
	width: 810px;
	margin: 10px auto 10px;
	padding: 0 25px;
	background: url(../images/bg_2nd.gif) no-repeat left bottom;
}

#contents2ndLeft{
	float: left;
	width: 190px;
	text-align: left;
}


#contents2ndRight{
	float: right;
	width: 610px;
	text-align: left;
}

/* コンテンツエリア（製品一覧など）
---------------------------------------------------- */
#contents2nd-2{
	width: 810px;
	margin: 0px auto 10px;
	padding: 0 25px;
}

/* コンテンツエリア（新着情報）
---------------------------------------------------- */
#contents2nd-3{
	width: 810px;
	margin: 10px auto 10px;
	padding: 0 25px;
}


/************************************************************************
* 左メニュー
*************************************************************************/


/* 通常
---------------------------------------------------- */
.menu{
	width: 182px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li img{
	vertical-align: bottom;
}



/* 新着情報のリスト
--------------------- */
.menu-2{
	width: 182px;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height: 150%;
}

.menu-2 li{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* 左メニュー 親要素
--------------------- */
.menu-2 li a{
	display:block;
	margin: 0;
	padding: 5px 2px 5px 20px;
	border-bottom: 1px solid #d0d0d0;
	}

.menu-2 li a:link,
.menu-2 li a:visited {
	color: #1C1C1C;
	text-decoration:none;
	background: url(../images/arrow01.gif) no-repeat 5px 0.6em;
	border-bottom: 1px solid #d0d0d0;
	}

.menu-2 li a:hover,
.menu-2 li a:active {
	color: #1C1C1C;
	text-decoration:none;
	background: #FDE65C url(../images/arrow01.gif) no-repeat 5px 0.6em;
	border-bottom: 1px solid #d0d0d0;
	}





/************************************************************************
* ２階層目　共通スタイル
*************************************************************************/

#contents2ndRight p{
	padding: 0 0 8px;
}

h2{
	margin: 0;
	padding: 0 0 8px;
}

h3{
	color: #1E90FF;
	text-align: left;
	font-weight: bold;
	margin: 40px 0 10px 0;
	padding: 2px 0 1px 7px;
	border-left: 5px solid #1E90FF;
	border-bottom: 1px solid #1E90FF;
}

h3 span{
	font-size: 80%;
}




h4{
	color: #1E90FF;
	font-weight: bold;
	margin: 5px 0 0 ;
}

h5{
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 0 0 ;
	padding: 0 4px;
	background: #1E90FF;
}

h6{
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px ;
	padding-left: 6px;
	border-left: 3px solid #1C1C1C;
}








/* ページTOPへ
---------------------------------------------------- */
.gotop{
	text-align:right;
	padding : 50px 0 10px;
}

.gotop a{
	font-size: 10px;
	width: 150px;
	margin: 0;
	padding: 2px 5px;
	background: #1E90FF;
	}

.gotop a:link,
.gotop a:visited {
	color: #FFFFFF;
	text-decoration:none;
	}

.gotop a:hover,
.gotop a:active {
	color: #FFFFFF;
	text-decoration:none;
	background: #FF4040;
	}


/* ページTOPへ(上マージン少なめ) ------ */
.gotop2{
	text-align:right;
	padding : 20px 0 10px;
}

.gotop2 a{
	font-size: 10px;
	width: 150px;
	margin: 0;
	padding: 2px 5px;
	background: #1E90FF;
	}

.gotop2 a:link,
.gotop2 a:visited {
	color: #FFFFFF;
	text-decoration:none;
	}

.gotop2 a:hover,
.gotop2 a:active {
	color: #FFFFFF;
	text-decoration:none;
	background: #FF4040;
	}





/* 共通テーブル
---------------------------------------------------- */

/* 枠用 ------ */
.commonTbl01{
	margin: 5px 0 ;
}
.commonTbl01 tr{
	vertical-align: top;

}
.commonTbl01 td{
	padding: 0;
}


/* ちょっとした表とか ------ */
.commonTbl02{
	margin: 5px 0 ;
}
.commonTbl02 tr{
	vertical-align: top;

}
.commonTbl02 td{
	font-size: 90%;
	padding: 4px;
}


/* 共通リスト
---------------------------------------------------- */

/* 数字のリスト --------------- */
.commonLst01 li{
	margin: 0 0 0 25px;
	padding: 4px 2px 4px 0;
	list-style-type: decimal;
	}


/* 丸点のリスト --------------- */
.commonLst02 li{
	margin: 0 0 0 25px;
	padding: 4px 2px 4px 0;
	list-style-type: disc;
	}


/* 丸点のリスト（左マージン少なめ） --------------- */
.commonLst03 li{
	margin: 0 0 0 15px;
	padding: 4px 2px 4px 0;
	list-style-type: disc;
	}





/************************************************************************
* 製品詳細
*************************************************************************/


/* 上部ボタン ------ */
.seihinBtn{
	text-align: right;
	margin: 0 0 30px;
}

/* テーブル・製品の説明 ------ */
.seihinTbl01{
	margin: 10px 0 0 ;
	border: 0;
	width: 610px;
}
.seihinTbl01 tr{
	vertical-align: top;

}
.seihinTbl01 td{
	font-size: 90%;
	padding: 0;
}

/* テーブル・規格 ------ */
.seihinTbl02{
	margin: 8px 0 0 ;
	border: 0;
}
.seihinTbl02 tr{
	vertical-align: top;

}
.seihinTbl02 td{
	font-size: 90%;
	padding: 0 2px;
	text-align: center;
	vertical-align:middle;
}
.seihinTbl02 td.tb1 {
	background: #1E90FF;
	color: #FFFFFF;
}
.seihinTbl02 td.tb2 {
	background: #E0EEEE;
}
.seihinTbl02 td.tb3 {
	background: #87CEFF;
}

.seihinTbl02 td.tb4 {
	background: #E0EEEE;
	color: #1E90FF;
	text-align: left;
}

.seihinTbl03{
	margin: 8px 0 0 ;
	border: 0;
}
.seihinTbl03 tr{
	vertical-align: top;

}
.seihinTbl03 td{
	font-size: 70%;
	padding: 0 2px;
	text-align: center;
	vertical-align:middle;
}
.seihinTbl03 td.tb1 {
	background: #1E90FF;
	color: #FFFFFF;
}
.seihinTbl03 td.tb2 {
	background: #E0EEEE;
}
.seihinTbl03 td.tb3 {
	background: #87CEFF;
}

seihinTbl04{
	margin: 8px 0 0 ;
	border: 0;
}
.seihinTbl04 tr{
	vertical-align: top;
}
.seihinTbl04 td{
	font-size: 90%;
	padding: 0 2px;
	text-align: center;

}
.seihinTbl04 td.tb1 {
	background: #1E90FF;
	color: #FFFFFF;
}
.seihinTbl04 td.tb2 {
	background: #E0EEEE;
	text-align: left;
	line-height:20px;
}

.seihinNote{
	text-align: left;
	border: 1px solid #CCCCCC;
	font-size: 70%;
	line-height: 130%;
	margin: 10px 0 0;
	padding: 4px;
}

.seihinUnit{
	text-align: right;
	font-size: 80%;
}


/* 選別機一覧 ------ */
.seihinTbl05{
	margin: 10px 0 0 ;
	border: 0;
}
.seihinTbl05 tr{
	vertical-align: top;

}
.seihinTbl05 td{
	font-size: 90%;
	padding: 0;
}








/* タイトル・規格、外観図など ------ */
.seihinTitle01{
	margin: 30px 0 0 ;
	padding: 0 0 0 160px;
	background: url(../images/seihinDetailTitle01.gif) no-repeat left top;
	font-size: 90%;
}

.seihinTitle02{
	margin: 50px 0 0 ;
	padding: 0 0 0 160px;
	background: url(../images/seihinDetailTitle02.gif) no-repeat left top;
	font-size: 90%;
}

.seihinTitle03{
	margin: 15px 0 0 ;
	padding: 0 0 0 160px;
	background: url(../images/seihinDetailTitle01.gif) no-repeat left top;
	font-size: 90%;
}
.seihinTitle04{
	margin: 15px 0 0 ;
	padding: 0 0 0 160px;
	background: url(../images/seihinDetailTitle02.gif) no-repeat left top;
	font-size: 90%;
}
.seihinTitle05{
	margin: 30px 0 0 ;
	padding: 0 0 0 160px;
	background: url(../images/seihinDetailTitle03.gif) no-repeat left top;
	font-size: 90%;
}
.seihinTitle06{
	margin: 30px 0 0 ;
	padding: 0 0 0 160px;
	background: url(../images/seihinDetailTitle04.gif) no-repeat left top;
	font-size: 90%;
}



/* オートチェッカー用 ------ */


.tbGreen {
	background-color: #2E8B57;
	color: #FFFFFF;
	font-size: x-small;
	line-height: 130%; 
}
.tbblue {
	background-color: #1e90ff;
	color: #FFFFFF;
	font-size: x-small;
	line-height: 130%; 
}


/************************************************************************
* 企業情報
*************************************************************************/

/* 営業所（海外） ------ */
.gaiyou04Tbl{
	margin: 5px 0 ;
}
.gaiyou04Tbl tr{
	vertical-align: top;

}
.gaiyou04Tbl td{
	padding: 0;
}
.gaiyou04Tbl td div{
	margin: 0 0 30px 50px;
}


/* 営業所（国内） ------ */
.gaiyou04Tbl02{
	margin: 5px 0 ;
}
.gaiyou04Tbl02 tr{
	vertical-align: top;

}
.gaiyou04Tbl02 td{
	padding: 0;
	line-height:120%;
}

.gaiyou04Title{
	font-size: 110%;
	font-weight: bold;
}


/************************************************************************
* ダウンロード
*************************************************************************/
.Download{
	margin: 0;
	padding : 5px 0 0 0;
}

.Download li{
	margin: 0;
	padding: 5px 2px 5px 25px;
	list-style-type: none;
	background: url(../images/icon_pdf.gif) no-repeat 4px 6px;
	}

.Download li span {
	font-size: 90%;
	padding: 0 5px 0 0 ;
	}


/************************************************************************
* 採用情報
*************************************************************************/

.recruitBtn{
	text-align: center;
	margin: 30px 0 30px 0;
}



/************************************************************************
* お問合せ
*************************************************************************/

.contactTbl{
	margin: 8px 0 0 ;
	border: 0;
}
.contactTbl tr{
	vertical-align: top;

}
.contactTbl td{
	font-size: 90%;
	padding: 4px;
}
.contactTbl td.tb1 {
	background: #E0EEEE;
}

.contactTbl td.tb4 {
	background: #FFFFFF;
}


.kome{
	color:#CD3700;
}

.rei{
	color:#1E90FF;
	font-size: 80%;
}


.formitem{
	margin:0;
	padding:0 0 10px;
}

.formitem dt{
	padding: 0 0 0 10px;
	width: 90px;
	float:left;
}




/************************************************************************
* サイトマップ
*************************************************************************/
.sitemap{
	margin: 0;
	padding : 5px 0 0 0;
}

.sitemap li{
	margin: 0;
	padding: 2px 2px 2px 20px;
	list-style-type: none;
	background: url(../images/arrowNews.gif) no-repeat 4px 6px;
	}

.sitemap li span {
	font-size: 90%;
	padding: 0 5px 0 0 ;
	}



/************************************************************************
* 新着情報一覧
*************************************************************************/

.news01{
	margin: 10px 0 10px 20px;
	list-style-type: none;
}

.news01 dt{
	background: url(../images/arrowNews.gif) no-repeat left 0.2em;
	margin: 0;
	padding: 0 0 0 15px;
	float:left;
}

.news01 dd{
	margin: 0;
	padding: 0 0 0 100px;

}

.news02{
	margin:50px 10px 0 0;
	padding-top:5px;
	border-top:1px dotted #CCCCCC;
	text-align:center;
	font-size: 80%;
}

.caption{
	text-align:center;
	margin: 5px 0;
	font-size: 80%;
}




/************************************************************************
* マージン
*************************************************************************/
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}

.mt5{ margin-top: 5px;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}

.mr5{ margin-right: 5px;}
.mr10{ margin-right: 10px;}
.mr20{ margin-right: 20px;}
.mr30{ margin-right: 30px;}
.mr40{ margin-right: 40px;}
.mr50{ margin-right: 50px;}

.ml5{ margin-left: 5px;}
.ml10{ margin-left: 10px;}
.ml20{ margin-left: 20px;}
.ml30{ margin-left: 30px;}
.ml40{ margin-left: 40px;}
.ml50{ margin-left: 50px;}




/************************************************************************
* CSSハック
*************************************************************************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

div{
    zoom:1;/*for IE 5.5-7*/
}

div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

