
/* @import "blueprint/screen.css"; */
/*@import  blueprint/ie.css;	 ie hack */

@import "jquery.lightbox-0.5.css";

/* 消す可能性があるstyle */
.bg_gray {
	background:#CACACA;
}
.bg_gray01 {
	background:#BEBEBE;
	padding:0 0 20px 0;
	margin:0 0 10px 0;
}

/* 9/16cleaning */

/* htmltag level */

h1,h2,h3,div,p,em {
	margin:0;
	padding:0;
	}

h1 {
	font-size:5px;
	text-indent:-9999px;
}

dt h2 {
	margin-top: 20px;
}

a {
	color:#666666;
}
img {
	margin:0;
	padding:0;
	border:0;
}

img a {
	border:0;
}

/* multi style */

.left { float:left;}
.right { float:right;}	
.margin20t {margin-top:20px;}
.margin10t {margin-top:10px;}
.margin15l {margin-left:15px;}
.margin5l {margin-left:5px;}
.margin10l {margin-left:10px;}
.margin10r {margin-right:10px;}
.margin20l {margin:0 0 0 20px;}
.margin10l20r {margin:0 20px 0 10px;}
.margin20lr {margin:0 20px 0 20px;}
.margin20all {margin:20px;}
.margin0auto {margin:0 auto;}
.margin10b {margin-bottom:10px;}
.margin20b {margin-bottom:20px;}
.margin0 {margin:0;}
.padl { padding:0 10px 0 0;}
.padl20 { padding:0 20px 0 0;}
.padl40 { padding:0 40px 0 0;}
.pad10tb { padding:10px 0 10px 0;}
.textcent { text-align:center; }
.textright { text-align:right; }
.underl {text-decoration:underline; color:#000000;}
.wid37 { width:370px;}
.wid35 { width:350px;}
.wid30 { width:300px;}
.wid25 { width:250px;}
.wid20 { width:200px;}
.wid18 { width:180px;}
.wid15 { width:150px;}
.wid12 { width:120px;}
.normal { font-size:84%;line-height:1.8em;}
.small { font-size:67%; line-height:1.1em;color:#666666;}
.disnone {display:none;}

hr.red {background:#FF0000;color:#FF0000;}

/* push */
.push200 {
	height:200px;
}
.push300 {
	height:300px;
}
.push400 {
	height:400px;
}


/* template Bases */
body {
	color:#333333;
	font-family: Verdana,Arial,sans-serif;
	behavior:url("../../../_includes/css/_includes/ccs/csshover.htc");
}

body.bg_other {
	background:url(../images/base/bg_other.jpg) top repeat-y;
	margin:0 0 0 -1px !important;
	margin:0;
	}
body.bg_recruit {
	background:url(../images/base/bg_recruit.jpg) top repeat-y;
	margin:0 0 0 -1px !important;
	margin:0;
	}
body.bg_info {
	background:url(../images/base/bg_info.jpg) top repeat-y;
	margin:0 0 0 -1px !important;
	margin:0;
	}
body.bg_index {
	background:url(../images/base/bg_index.jpg) top repeat-y;
	margin:0 0 0 -1px !important;
	margin:0;
	}
body.bg_product {
	background:url(../images/base/bg_product.jpg) top repeat-y;
	margin:0 0 0 -1px !important;
	margin:0;
	}

.conother {
	background:url(../images/base/br_other.jpg) bottom right no-repeat;
	}

.conrec {
	background:url(../images/base/br_recruit.jpg) bottom right no-repeat;
	}
.conpro {
	background:url(../images/base/br_product.jpg) bottom right no-repeat;
	}

.header_top {
	padding:7px 0 0 0;
	margin:0px;
	background-image:url(../images/index/header_bg.jpg);
	background-repeat:no-repeat;
	height:75px;
	}

.header_other {
	padding:7px 0 0 0;
	background:url(../images/base/header_other.jpg) top no-repeat;
	height:135px;
	width:800px;
}
.header_recruit {
	padding:7px 0 0 0;
	background:url(../images/base/header_recruit.jpg) top no-repeat;
	height:135px;
	width:800px;
}

.header_product {
	padding:7px 0 0 0;
	background:url(../images/base/header_product.jpg) top no-repeat;
	height:135px;
	width:800px;
}

	.logo {
		float:left;
		width:235px;
		height:50px;
		padding:13px 0 0 0;
	}

	ul.header_navi {
		float:right;
		list-style:none;
		margin:0px;
		padding:0 10px 0 0;
		font-size:84%;
	}
	ul.header_navi li {
		float: right;
		padding:0px;
		margin:0 5px 0 5px;
	}

	ul.header_navi01 {
		float:right;
		list-style:none;
		margin:0px;
		padding:0px;
	}
	ul.header_navi01 li.navi01 {
		float:right;
		padding:0px;
		margin:25px 5px 0 5px;
		width:60px;
		height:20px;
		background-image:url(../images/base/access.gif);
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
	ul.header_navi01 li.navi02 {
		float:right;
		padding:0px;
		margin:25px 5px 0 5px;
		width:60px;
		height:20px;
		background-image:url(../images/base/careers.gif);
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
	ul.header_navi01 li.navi03 {
		float:right;
		padding:0px;
		margin:25px 5px 0 5px;
		width:60px;
		height:20px;
		background-image:url(../images/base/product.gif);
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
	ul.header_navi01 li.navi04 {
		float:right;
		padding:0px;
		margin:25px 5px 0 5px;
		width:60px;
		height:20px;
		background-image:url(../../../_includes/images/base/business.gif);
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
	ul.header_navi01 li.navi05 {
		float:right;
		padding:0px;
		margin:25px 5px 0 5px;
		width:60px;
		height:20px;
		background-image:url(../images/base/company.gif);
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
	ul.header_navi01 li.navi01 a {
		display:block;
		width:60px;
		height:20px;
	}
	ul.header_navi01 li.navi02 a {
		display:block;
		width:60px;
		height:20px;
	}
	ul.header_navi01 li.navi03 a {
		display:block;
		width:60px;
		height:20px;
	}
	ul.header_navi01 li.navi04 a {
		display:block;
		width:60px;
		height:20px;
	}
	ul.header_navi01 li.navi05 a {
		display:block;
		width:60px;
		height:20px;
	}

.bl h2.news {	
	font-size:100%;
	text-indent:-9999px;
	margin:0;
	width:210px;
	height:36px;
	background-image:url(../images/news/header_news.jpg);
	background-repeat:no-repeat;
	}

.bl h2.company {	
	font-size:100%;
	text-indent:-9999px;
	margin:0;
	width:210px;
	height:36px;
	background-image:url(../images/company/header_company.jpg);
	background-repeat:no-repeat;
	}

.bl h2.recruit {	
	font-size:100%;
	text-indent:-9999px;
	margin:0;
	width:210px;
	height:36px;
	background-image:url(../../../_includes/images/recruit/header_recruit.jpg);
	background-repeat:no-repeat;
	}

	.bl ul {
		list-style:none;
		margin:0px;
		padding:15px 10px 0 0;
		padding-bottom:100px;
		line-height:1.7em;
	}
	.bl ul a {
		text-decoration:none;
	}
	.bl .img {
		position:absolute; top:360px;
	}
	.bl ul li {
		padding:0px;
		margin:0 0 0 15px;
	}

.br em {
	font-size:84%;
	font-style:normal;
	padding:0 0 0 10px;
}
.br h2 {
	font-size:134%;
	color:#FFFFFF;
	font-weight:bold;
	width:545px;
	height:31px;
	margin:0 0 10px 0;
	padding:10px 0 0 25px;
	background-image:url(../images/base/header_topic.gif);
	background-repeat:no-repeat;
}
.br h3 {
	font-size:117%;
	color:#999999;
	font-weight:bold;
	padding:10px 0 10px 10px;
}
/*
.br p {
	margin:5px 0 5px 10px;
}
*/
.br img {
	margin:0 20px 0 5px;
}

.footer {
	clear:both;
	width:800px;
	margin:0 auto;
	padding-top:40px;
}

.footer p {
	margin:0;
	text-align:center;
}
address {
	font-size:84%;
	text-align:center;
	font-style:normal;
	margin:5px;
}

/* bigfooter --------------------------------------------*/

.bigfooter {
	clear: both;
	width: 800px;
	margin: 30px auto 0 auto;
	padding-top: 20px;
	border-top: 2px solid #ccc;
}

.bigfooter ul.parent {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.bigfooter ul.first {
	margin-left: 50px;
}

.bigfooter ul.last {
	margin-right: 0;
}

.bigfooter .w40 {width: 40px;}
.bigfooter .w80 {width: 80px;}
.bigfooter .w140 {width: 140px;}
.bigfooter .w180 {width: 180px;}
.bigfooter .w200 {width: 200px;}
.bigfooter .w220 {width: 220px;}
.bigfooter .w240 {width: 240px;}

.bigfooter li {
	list-style: none;
}

.bigfooter ul.parent ul {
	font-size: 11px;
}

.bigfooter ul.parent ul li {
}

.bigfooter address {
	margin: 20px 0;
}

/* sticky footer -----------------------------------*/

html, body {
	height: 100%;
}
.wrapper {
	margin: 0 auto -230px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.footer, .bigfooter, .push {
	height: 230px; /* .push must be the same height as .footer */
}


/* company_style */
/* inquiry_style */

.dataWrapper {
	margin:0 auto;
	}

.dataWrapper dl {
	padding: 0;
	margin:0 auto;
	border: 1px solid #ccc;
	border-top: none;
	width:500px;
	background:url(../images/base/table_title_bg.jpg) repeat-y left top;
	text-align:left;
}

.dataWrapper  dt {
	margin: 0;
	padding: 0.4em 0 0.4em 1em;
	border-top: 1px solid #ccc;
	width: 140px;
	font-weight:normal;
	float: left;
	text-align:left;
}
	
.dataWrapper  dd {
	margin: 0 0 0 140px;
	padding: 0.4em 1em;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background:#FFFFFF;
}
.dataWrapper  dd em {
	color:#FF0000;
	font-style:normal;
}
.dataWrapper  dd textarea {
	width:230px;
	height:150px;
}


.dataWrapper  img {
	display:inline;
	}

.data_inner {
	margin:0;
	}

	.data_inner dl {
		margin:0;
		padding: 0;
		border:none;
		width:330px;
		background:none;
	}
	
	.data_inner dt {
		margin: 0;
		padding:0;
		border:none;
		width: 220px;
		font-weight:normal;
		float: left;
	}
		
	.data_inner dd {
		margin: 0 0 0 220px;
		margin: 0;
		padding:0;
		border:none;
	}
	
	.data_inner img {
		display:inline;
		}

.data_history {
	margin:0;
	}

	.data_history dl {
		margin:0;
		padding: 0;
		border:none;
		background:none;
		width:330px;
	}
	
	.data_history dt {
		margin: 0;
		padding:0;
		border:none;
		font-weight:normal;
		float:none;
	}
		
	.data_history dd {
		margin: 0 0 5px 15px;
		padding:0;
		border:none;
		float:none;
	}
	
	.data_history img {
		display:inline;
		}

.data_entry {
	margin:0;
	}

	.data_entry dl {
		margin:0;
		padding: 0;
		border:none;
		background:none;
		width:330px;
	}
	
	.data_entry dt {
		margin: 0;
		padding:0;
		border:none;
		font-weight:normal;
		float:none;
	}
		
	.data_entry dd {
		margin: 0 0 5px 15px;
		padding:0;
		border:none;
		float:none;
	}

.smaller {
	font-size:85%;
	}


/* eco_style */

h2.eco {	
	font-size:100%;
	text-indent:-9999px;
	margin:10px 0 0 0;
	width:800px;
	height:40px;
	background:url(../images/eco/header_eco.jpg) no-repeat;
	}

h3.eco {
	border-left:3px solid #CCCC99;
	border-bottom:1px solid #CCCC99;
	padding: 3px 0 3px 5px;
	font-size:14px;
	font-weight:bold;
	}

p.subtitle {
	padding: 0 0 0 7px;
	}

#header .eco {
	background-image:url(../../../_includes/images/recruit/header.jpg) !important;
	}

.catch_wrapper {
	width:800px;
	height:260px;
	background:url(../images/eco/banner_talk1_top.jpg) no-repeat;
	margin:20px auto 20px auto;
	}

.catch {
	margin:0 10px 0 320px;
	}

.catch .title {
	font-size:16px;
	color:#333333;
	font-weight:bold;
	line-height:20px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCC99;
	}

.catch .sub {
	margin-top:10px;
	}

div.question {
	color:#990000;
	}

div.answer .name {
	font-weight:bold;
	}

/* inquiry */
h2.inquiry {	
	font-size:100%;
	text-indent:-9999px;
	margin:10px 0 0 0;
	width:210px;
	height:36px;
	background-image:url(../images/inquiry/header_inquiry.jpg);
	background-repeat:no-repeat;
	}

form { margin:0; padding:0;}

/* recruit_style */

	.call p {
		margin:0px 0 10px 10px;
	}
	.call dl {
		float:inherit;
		background-image:url(../../../_includes/images/business/call_qa_back.gif);
		background-position:left top;
		background-repeat:repeat-y;
		width:580px;
		margin:0;
	}
	
	.call dt {
		float:left;
		width:190px;
		margin:0 0 0 10px;
		font-weight:normal;
	}
	.call dd {
		float:left;
		width:330px;
		margin-bottom:20px;
		padding:0 0 0 10px;
		border-left:1px solid #CCCCCC; 
	}

/* info_style */

.coulum_three {
}
.coulum_three h2 {
	background-image:url(../../../_includes/images/ui/header_title.gif);
	background-repeat:no-repeat;
	width:250px;
	height:30px;
	font-size:134%;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 0 0 10px;
	text-align:left;
}
.coulum_three ul {
	list-style:none;
	margin:0px;
	padding:10px 10px 0 25px;
	line-height:1.7em;
	text-align:left;
}
.coulum_three ul a {
	text-decoration:none;
}


/* product_style */

.pl h2 {
	font-size:100%;
	text-indent:-9999px;
	width:210px;
	height:36px;
	background-image:url(../../../_includes/images/product/header_product.jpg);
	background-repeat:no-repeat;
}
.pl dt {
	font-size:100%;
	color:#333;
	font-weight:bold;
	margin-left:6px;
	border-left:4px solid #333;
	padding-left:6px;
	font-size:100%;
	margin-top:10px;
}


.pl .accordion .accordion dt{
	font-size:100%;
	color:#666;
	font-weight:normal;
	margin-left:0px!important;
	border-left:none!important;
	padding-left:0px;
	font-size:100%;
	margin-top:1px;
}

.pl dt a{
	color:#333;
	text-decoration: none;
}

.pl .accordion ul{
	margin:0 0 0 0px!important;
	padding:0 0 0 0px!important;
}

.pl .accordion ul li{
	margin:0 0 0 0px!important;
	padding:0 0 0 20px!important;
	background:url(../../../_includes/images/product/icon.gif) no-repeat left 7px;	
	font-weight:bold;
}

.pl .accordion ul li a{
	text-decoration:underline;
}

.pl .accordion dd{
	padding:0 0 0 0!important;
	margin:0 0 0 8px!important;
}
.pl .accordion ul li ul{
	line-height:1.4;
	padding:0 0 0 0!important;
	margin:0 0 0 0px!important;
	list-style-type: disc;
}
.pl .accordion ul li ul li{
	line-height:1.4;
	padding:0 0 0 0.5em!important;
	margin:0 0 0 5px!important;
	font-size:88%;
	text-decoration:underline;
	background:none!important;
	font-weight:normal;
}

	
.pl .accordion ul li ul li:hover{
	background:none;	
}

	
.pl .accordion ul li:hover{
	background:url(../../../_includes/images/product/iconred.gif) no-repeat left 7px;	
}
	
	
.pl h3.thin {
}
.pl h3.thick {
}

.pl h3.proposal {
}

.pl h3.other {
}
.pl h3.prosessing {
}
.pl h3.service {
}





.product ul {
	margin:0 0 0 2px;
	padding:5px 0 0 0;
	line-height:2.0em;
}
.product ul.sub {
	list-style:url(../../../_includes/images/product/iconsub.gif);
	margin:0 0 0 50px;
	padding:5px 0 0 0;
	line-height:2.0em;
}
.product ul a {
	text-decoration:none;
}
.product ul li {
	padding:0;
	margin:0px;
}
/*
.product li a:hover {
	list-style:url(../images/product/iconred.gif);
}
*/
.product li:hover {
}

.product li.anchor {
	padding:0;
	margin:0px;
	list-style:url(../../../_includes/images/product/iconred.gif);
}

.pro_navi {
	background:#F1F0F0;
	padding:20px 0 0 0;
	width:589px;
}
.pro_navi ul {
	list-style:none;
	margin:0;
	padding:0;
}
.pro_navi li {
	background:url(../../../_includes/images/product/pro_navi02.jpg) no-repeat;
	margin:0;
	height:50px;
	display:block;
}
.pro_navi li a {
	background:url(../../../_includes/images/product/pro_navi01.jpg) no-repeat;
	padding:5px 0 0 45px;
	margin:0;
	height:50px;
	display:block;
}
.pro_navi li.anchor {
	background:url(../../../_includes/images/product/pro_navi02.jpg) no-repeat;
	margin:0;
	height:50px;
	display:block;
}
.pro_navi li.anchor a {
	background-image:none;
	background-color: transparent;
}
.pro_navi li.sub {
	background:none;
	margin:0;
	height:30px;
	display:block;
}
.pro_navi li.sub a {
	background:none;
	padding:5px 0 0 45px;
	margin:0;
	height:30px;
	display:block;
}
.pro_navi li a:hover {
	background-image:none;
	background-color: transparent;
}

.pr dl {
	padding:0;
	margin:0;
}
.pr dt {
	padding:0;
	margin:0;
	font-weight:normal;
}
.pr dd {
	padding:0;
	margin:10px 0 0 20px;
}
.pr dd.mno {
	padding:0;
	margin:0 0 0 20px;
}

.pr h3 {
	font-size:100%;
	color:#666666;
	font-weight:bold;
	margin:20px 0 0 0;
	background:url(../../../_includes/images/product/topic_bar.jpg) bottom left no-repeat;
}
.pr h4 {
	font-size:100%;
	color:#333333;
	padding:0 0 0 20px;
	margin:10px 0 0 20px;
	background:url(../../../_includes/images/product/topic_mark.gif) no-repeat;
}
.pr h5 {
	font-size:100%;
	padding:0 0 0 0;
	margin:10px 0 10px 0;
	font-weight:normal;
}
.pr h6 {
	font-size:100%;
	color:#333333;
	font-weight:normal;
	padding:0 0 0 20px;
	margin:0 0 0 0;
	background:url(../../../_includes/images/product/topic_mark.gif) no-repeat;
}


/* index_style */

.index h2.contact {
	font-size:100%;
	text-indent:-9999px;
	margin:0;
	width:230px;
	height:30px;
	background-image:url(../images/index/contact.jpg);
	background-repeat:no-repeat;
}
.index h2.news {
	font-size:100%;
	text-indent:-9999px;
	margin:0;
	width:230px;
	height:30px;
	background-image:url(../images/index/news.jpg);
	background-repeat:no-repeat;
}

.index ul {
	list-style:url(../../../_includes/images/product/iconred.gif);
	margin:0 0 0 30px;
	padding:5px 0 0 0;
	line-height:1.0em;
}
.index ul li {
	padding:0 0 25px 0;
	margin:0px;
}
.index ul.news {
	list-style:url(../../../_includes/images/product/icon.gif);
	margin:0 0 0 30px;
	padding:5px 0 0 0;
	line-height:1.2em;
}
.index ul.news li {
	padding:0 0 20px 0;
	margin:0px;
}
.index ul.news a {
	text-decoration: underline;
}
.index ul a {
	text-decoration:none;
}

.imageOver{
	background:url(../images/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.maincontent {
    width: 561px;
    margin-left: 10px;
}
 
.plane {
    width: 560px;
    border: 1px solid #ccc;
	background:#ccc;
}

.plane tr {
    border-collapse: collapse;
}

.plane th {
    width: 130px;
    background: url("/_includes/images/base/table_title_bg.jpg") repeat-y;
    font-weight: normal;
    border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.plane td {
    width: 429px;
    background-color: #fff;
	border-bottom:1px solid #ccc;
}
 
#nsssc_news{
	margin-top:20px;
}

#linkBanners dd img{
	margin-bottom:10px;
	width:260px;
}



#nssscInnerLink{
	margin:10px auto 10px auto;
	padding: 0;
	text-align:center;
	width:400px;
}

#nssscInnerLink ul {
	margin: 0;
	padding:0;
}

#nssscInnerLink ul li{
	display:inline;
	margin: 0;
	padding: 3px 10px;
	border-left: 1px solid #ccc;
}

#nssscInnerLink ul li.last {
	border-right: 1px solid #ccc;
}

.basic_table {
	border: 1px solid #ccc;
}

.basic_table tr {
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
}

.basic_table th {
	font-weight: normal;
	background: url("../images/base/table_title_bg.jpg") repeat-y;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.basic_table td {
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.vertical {}
.vertical li {
	float: left;
	margin: 0 14px 6px 0;
	list-style:none;
	display: block;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
} 
.clearfix {
	display: inline-block;
} /* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */


#search {
	margin: 10px 0 10px 0;
	padding: 7px 10px;
	border: 1px solid #ccc;
	border-left: none;
	background: #e8e8e8;
}

#search .title {
	font-weight: bold;
}

#search .query {
	width: 100px;
}




