@charset "utf-8";

/*body container
-----------------------------------*/

* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
}

h1 {
	font-family:"メイリオ";
	font-size:10px;
	color:#FFFFFF;
	line-height: 96px;
	text-align: right;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	}

#container {
	width:900px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	word-wrap: break-word;
}

#container_map {
	width:788px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	word-wrap: break-word;
}

#header {
	width:900px;
	height:96px;
	background-image:url(../img/header.png);
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: "メイリオ";
}

#header_map {
	width:788px;
	height:96px;
	background-image:url(../img/header.png);
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: "メイリオ";
}

#header #h1{
	font-family: "メイリオ";
	font-size: 26px;
	text-align: right;
	margin-right: 15px;
	margin-top: 25px;
}

body {
	margin: 0px;
	padding: 0px;
	font:"メイリオ";
}
html {
	overflow-y:scroll;
}
*html body {	/* IE6 */
	overflow-y:auto;
}

*+html body {	/* IE7 */
	overflow-y:auto;
}

a {
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	}

/* navi
---------------------------------------------------- */
#navi ul{
	width:900px;
	height:96px;
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative;
	z-index:10;
}

#navi li{
margin:0px;
padding:0px;
position:absolute;
top:0;
height:96px;
text-indent:-9999px;
}

#navi li a{
text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
display: block;
height:96px;
overflow:hidden;
}

/* トップ */
#navi li#top {
	left:0px;
	width:150px;
	background: url(../img/global_menu.png) no-repeat 0px 0px;
}
#navi li#top a:hover, .pg_top #top a {
	background: url(../img/global_menu.png) no-repeat 0px -104px;
}

/* 製品紹介 */
#navi li#products {
	left:150px;
	width:150px;
	background: url(../img/global_menu.png) no-repeat -150px 0px;
}
#navi li#products a:hover, .pg_products #products a {
	background: url(../img/global_menu.png) no-repeat -150px -104px;
}

/* 事業内容 */
#navi li#what_we_do {
	left:300px;
	width:150px;
	background: url(../img/global_menu.png) no-repeat -300px 0px;
}
#navi li#what_we_do a:hover, .pg_business #what_we_do a {
	background: url(../img/global_menu.png) no-repeat -300px -104px;
}

/* お知らせ */
#navi li#news {
	left:450px;
	width:150px;
	background: url(../img/global_menu.png) no-repeat -450px 0px;
}
#navi li#news a:hover, .pg_news #news a {
	background: url(../img/global_menu.png) no-repeat -450px -104px;
}

/* 会社概要 */
#navi li#about_us {
	left:600px;
	width:147px;
	background: url(../img/global_menu.png) no-repeat -600px 0px;
}
#navi li#about_us a:hover, .pg_aboutus #about_us a {
	background: url(../img/global_menu.png) no-repeat -600px -104px;
}

/* お問い合わせ */
#navi li#contacts_us {
	left:747px;
	width:153px;
	background: url(../img/global_menu.png) no-repeat -747px 0px;
	height: 96px;
}
#navi li#contacts_us a:hover, .pg_contacts #contacts_us a {
	background: url(../img/global_menu.png) no-repeat -747px -104px;
}



/* Flash
---------------------------------------------------- */
#Flashobj {
	left:0px;
	width:900px;
	height:280px;
	z-index: 1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
	}
	
/* Topimage
---------------------------------------------------- */
#Imageobj {
	left:0px;
	width:900px;
	height:250px;
	z-index: 2;
	padding: 0px;
	margin-top: -40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
	position:relative;
	}

/*Navigation Header
---------------------------------------------------- */
#header_navi {
	width:900px;
	height:50px;
	z-index:3;
	overflow:hidden;
	margin-top:-15px;
	background-image:url(../img/navigation_header.png);
	position:relative;
	text-indent: 20px;
	background-repeat: no-repeat;
	}

#headre_navi_txt {
	font-family:"メイリオ";
	z-index:5;
	margin-top: 20px;
	margin-left: 15px;
	font-size:small;
	color:#FFFFFF;
	}
#headre_navi_txt a{
	color:#FFFFFF;
	text-decoration: none;
	}

#headre_navi_txt a:hover{
	color:#FF9933;
	}
	
/* contens
---------------------------------------------------- */
#main {
	width:900px;
	background-image:url(../img/index_main_background.png);
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
}

.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
} 

#center {
	width:700px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

#left {
	width:316px;
	float:left;
	display: block;
	padding-top: 15px;
}

#left2 {
	width:250px;
	float:left;
	display: block;
	padding-top: 15px;
	overflow: hidden;
}
#latest_news{
	width:316px;
	height:auto;
}
#latest_news a:link, #latest_news a:visited {
	color:#ffffff;
}
#latest_news a:hover {
	color:#ff9900;
}

#latest_news .date{
	height:30px;
	background-image:url(../img/new_data_background.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-left: 55px;
	background-position: left center;
	text-align: left;
	line-height: 28px;
	color: #FFFFFF;
	font-family: "メイリオ";
	font-size: 10px;
	text-indent: 10px;
}

#latest_news .txt{
	margin-top: 5px;
	margin-left: 60px;
	text-align: left;
	color: #333333;
	font-family: "メイリオ";
	font-size: 10px;
}	

#right{
	width:584px;
	float:right;
	margin: 0px;
	height: auto;
	padding-top: 15px;

}
#right2{
	width:650px;
	float:right;
	margin: 0px;
	height: auto;
	padding-top: 15px;
	overflow: hidden;

}


#right_index_message{
	font-family: "メイリオ";
	font-size: small;
	color: #333333;
	word-spacing: 5em;
	padding-top: 10px;
	padding-left: 55px;
	padding-right:10px;


}

#right_index_message_ul{
	font-family: "メイリオ";
	color: #333333;
	padding-left: 40px;
	padding-right:5px;
	font-size: 10px;
	font-weight: bold;
	margin-top: -10px;
	margin-left:30px;


}

#data_tit {
	font-family:"メイリオ";
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099CC;
	padding-left: 10px;
	margin-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top:15px;
	margin-bottom:10px;
	line-height: 20px;
	
}
#news_body {
	font-family:"メイリオ";
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 25px;
	margin-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top:15px;
	margin-bottom:20px;
	line-height: 20px;
	color: #333333;
	width:650px;
	word-wrap: break-word;
}


/* Futter
--------------------------------------------------- */
#navi_futter {
	width:900px;
	height:auto;
	}

#navi_futter #pagetop{
	width:900px;
	height:30px;
	font-family:"メイリオ";
	font-size:small;
	list-style-type: square;
	list-style-position: inside;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow:hidden;
	text-align:center;
	}

#footer{
	clear:both;
	width:900px;
	height:50px;
	background-image:url(../img/footer_corner.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: -10px;
	z-index:100;
	}


#footer_left{
	float:left;
	width:800px;
	height:35px;
	background-color: #D7D7D7;
	font-family:"メイリオ";
	font-size: small;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	padding-left: 10px;
	line-height: 25px;

	}
	
#footer_right{
	float:right;
	width:90px;
	height:35px;
	background-color: #D7D7D7;
	font-family: "メイリオ";
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	font-size: 12px;
	background-image:url(../img/rss.png);
	background-repeat: no-repeat;
	background-position: 50px 0px;
	line-height: 25px;
	text-indent: 20px;
	}

#footer_map{
	clear:both;
	width:788px;
	height:50px;
	background-image:url(../img/footer_corner.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: -10px;
	z-index:100;
	}

#footer_left_map{
	float:left;
	width:688px;
	height:35px;
	background-color: #D7D7D7;
	font-family:"メイリオ";
	font-size: small;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	padding-left: 10px;
	line-height: 25px;
	}

#footer_right_map{
	float:right;
	width:90px;
	height:35px;
	background-color: #D7D7D7;
	font-family: "メイリオ";
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 50px 0px;
	line-height: 25px;
	text-indent: 20px;
	}
	
/*Left Menu
-----------------------------------------------------*/
#left_navi_label {
	height:30px;
	margin-left: 30px;
	margin-bottom: -15px;
}
	

#left_navi_x {
	width:auto;
	position:static;
	height:25px;
	overflow:hidden;
	font-family: "メイリオ";
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(../img/arrorw.png);
	background-repeat: no-repeat;
	background-position: 5px;
	margin-left: 0px;
	line-height: 25px;
	vertical-align: middle;
	list-style-image: url(../img/arrorw.png);
	list-style-type: disc;
}

#left_navi_xx {
	width:auto;
	position:relative;
	height:25px;
	overflow:hidden;
	font-family: "メイリオ";
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(../img/arrorw.png);
	background-repeat: no-repeat;
	background-position: 5px;
	margin-left: 0px;
	line-height: 25px;
	vertical-align: middle;
	list-style-image: url(../img/arrorw.png);
	list-style-type: disc;
}

#left_navi_x a {
	display: block;
	font-family: "メイリオ";
}

#left_navi_xx a {
	display: block;
	font-family: "メイリオ";
}


#left_navi ul{
	width:auto;
	list-style:none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #36B1DA;
	border-bottom-color: #36B1DA;
	}
	
#left_navi li{
	position:relative;
	top:0;
	height:25px;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../img/arrorw.png);
	background-repeat: no-repeat;
	background-position: 5px;
}

#left_navi li a{
	display: block;
	height:25px;
	overflow:hidden;
	font-family: "メイリオ";
	font-size: 12px;
	vertical-align: middle;
	margin-left: 40px;
	line-height: 25px;
	list-style-image: url(../img/arrorw.png);
	list-style-type: disc;
}

#left_navi ol{
	position:relative;
	top:0;
	height:25px;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(../img/arrorw.png);
	background-repeat: no-repeat;
	background-position: 35px;
}

#left_navi ol a{
	display: block;
	height:25px;
	overflow:hidden;
	font-family: "メイリオ";
	font-size: 12px;
	vertical-align: middle;
	margin-left: 40px;
	line-height: 25px;
	list-style-image: url(../img/arrorw.png);
	list-style-type: disc;
	list-style-position: inside;
}

#left_navi select{
	width: 190px;
	font-family: "メイリオ";
	font-size: 12px;
	border: solid 1px #969696;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	margin-left: 8px;
}

/*Light　BOX
-------------------------------------------------------*/
#txt_blue_hightlight {
	font-family: "メイリオ";
	font-size: 16px;
	color: #44BBE0;
	height: auto;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
	margin-right: 30px;
}

#txt_black_hightlight {
	font-family: "メイリオ";
	font-size: 16px;
	color: #333333;
	height: auto;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 55px;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF0000;
	padding-left: 10px;
}

#txtblock {
	font-family: "メイリオ";
	font-size: small;
	margin-left: 60px;
	height: auto;
	line-height: 20px;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #44BBE0;
	margin-bottom: 20px;
	margin-right: 40px;
}

#txtblock_normaltxt {
	font-family: "メイリオ";
	font-size: small;
	margin-left: 60px;
	height: auto;
	line-height: 20px;
	color: #333333;
	margin-bottom: 20px;
	margin-right: 40px;
}

#back_to_top {
	font-family:"メイリオ";
	font-size:small;
	width:auto;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 25px;
	padding-bottom:10px;
	
}

#flow_left_img {
	float:left;
	width:200px;
	height:auto;
}
#flow_right_txt {
	float:right;
	height:auto;
	width:auto;
	overflow: hidden;
}


.company_hader {
	font-family: "メイリオ";
	font-size: 16px;
	color: #333333;
	height: auto;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 55px;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF0000;
	padding-left: 10px;
}
.txtblock_area {
	font-family: "メイリオ";
	font-size: small;
	margin-left: 60px;
	height: auto;
	line-height: 20px;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #44BBE0;
	margin-bottom: 20px;
	margin-right: 40px;
}

.txtblock_normaltxt_area {
	font-family: "メイリオ";
	font-size: small;
	margin-left: 60px;
	height: auto;
	line-height: 20px;
	color: #333333;
	margin-bottom: 20px;
	margin-right: 40px;
}

/*B-tec　div Class
*********************************************************************/
#left-b01{
	width:300px;
	height:auto;
	float:left;
}
#right-b01{
	width:250px;
	height:auto;
	float:right;
}
#txtblock_spec_b-tec {
	font-family: "メイリオ";
	font-size: small;
	margin-left: 60px;
	height: 250px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 20px;
	margin-right: 40px;
}
#txtblock_spec_b-tec02 {
	font-family: "メイリオ";
	font-size: small;
	margin-left: 60px;
	height: 180px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 20px;
	margin-right: 40px;
}

.LineHeader-Btec {
	font-family: "メイリオ";
	font-size: 12px;
	color: #990000;
	background-color: #E1E1E1;
	height: 25px;
	width: 300px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
}
.LineHeader-Btec_level02 {
	font-family: "メイリオ";
	font-size: 10px;
	color: #333333;
	height: 20px;
	width: 290px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
}

.products_pic {
	text-align:center;
	width:100%;
}

.products_pic_area {
	x_background:#ffffff url(../img/bkg_products_pic_area.png) no-repeat;
	background-color:#b5bbbe;
	x_background-color:#a0a3a5;
	x_background-color:#819ba5;
	margin-top:0;
	padding-top:0;
	padding-bottom:30px;
	position:relative;
	width:100%;
	top:-15px;
}

.products_pic_area_knt {
	background-color:#eeeeee;
	margin-top:0;
	padding-top:0;
	padding-bottom:30px;
	position:relative;
	width:100%;
	top:-15px;
}

.products_pic_area_white { background-color:#ffffff; }
.products_pic_area_1 { background-color:#b5bbbe; }
.products_pic_area_2 { background-color:#a0a3a5; }
.products_pic_area_3 { background-color:#819ba5; }

* html .products_pic_area {	/* IE6 */
	top:-19px;
}
*+html .products_pic_area {	/* IE7 */
	top:-19px;
}

* html .products_pic_area_knt {	/* IE6 */
	top:-19px;
}
*+html .products_pic_area_knt {	/* IE7 */
	top:-19px;
}

h3.products_name {
	border:#36B1DA solid;
	border-width:0 0 2px 0;
	height:13px;
	text-indent:-9999px;
}
* html h3.products_name {	/* IE6 */
	height:34px;
}
*+html h3.products_name {	/* IE7 */
	height:34px;
}

h4.products_name {
	border:#36B1DA dotted;
	border-width:0 0 3px 0;
	text-align:right;
	font-style:italic;
	padding-right:1em;
	padding-bottom:.2em;
	color:#808080;
	font-size:1.2em;
	font-weight:normal;
}

.products_pic_area table {
	margin-left:auto;
	margin-right:auto;
	width:450px;
}

.products_pic_area td {
	text-align:center;
}

.products_pic_area_knt table {
	margin-left:auto;
	margin-right:auto;
	width:450px;
}

.products_pic_area_knt td {
	text-align:center;
}

td.w10	{ width:10px; }
td.w20	{ width:20px; }
td.w30	{ width:30px; }
td.w40	{ width:40px; }
td.w50	{ width:50px; }
td.w60	{ width:60px; }
td.w70	{ width:70px; }
td.w80	{ width:80px; }
td.w90	{ width:90px; }
td.w100	{ width:100px; }
td.w110	{ width:110px; }
td.w120	{ width:120px; }
td.w130	{ width:130px; }
td.w140	{ width:140px; }
td.w150	{ width:150px; }
td.w160	{ width:160px; }
td.w170	{ width:170px; }
td.w180	{ width:180px; }
td.w190	{ width:190px; }
td.w200	{ width:200px; }

.group_exp {
	margin:0;
	padding:0;
	width:220px;
	text-align:right;
	font-size:.8em;
}

#right_index_message_ul a.sMenu {
	background:#ffffff url(../img/bkg_smenu.png) no-repeat;
	color:#eeeeee;
	display:block;
	font-size:1.2em;
	height:30px;
	line-height:30px;
	overflow:hidden;
	x_text-indent:-9999px;
	width:120px;
	text-align:center;
}

#right_index_message_ul a.sMenu:hover {
	background-position:0 -30px;
}

#right_index_message_ul td {
	color:#404040;
	font-weight:normal;
	padding-left:1em;
}

.products_index_pic {
	width:100%;
	text-align:right;
}

.products_spec {
	background-color:#fdfdfd;
}

.products_spec table {
	x_border:#36B1DA 1px solid;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	width:630px;
}

.products_spec th, .products_spec td {
	x_border:#36B1DA 1px solid;
	border:#808080 1px solid;
	font-size:.9em;
	line-height:1.8em;
	text-align:center;
}

.products_spec th {
	background-color:#d3d8da;
	font-weight:normal;
}

.products_spec td {
	x_background-color:#CCCCFF;
	vertical-align:center;
	x_vertical-align:top;
}

.even {
	background-color:#eef7ff;
}

tr.even .bgwhite {
	background-color:#ffffff;
}

.tree { display:none; }
