@charset "UTF-8";

@import url("service2.css");

/* ========BASIC======== */
 *{
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   line-height: 1.6;
}
/* IE7dot　*/

*+html body {
	padding:				0px;
	margin:					0px;
    background-repeat:		repeat-y;
	background-position:	center;
	background-color:		#FFFFFF;
	color:					#000000;
	font-size:				0.9em;
    line-height:            1.6em;
	letter-spacing:			0px;
}

/*　全体背景指定　*/

*html body {
	padding:				0px;
	margin:					0px;
	background-position:	center;
	background-color:		#FFFFFF;
	color:					#000000;
	font-size:				0.9em;
    line-height:            1.6em;
	letter-spacing:			0px;
}

/*初期値クリアー*/

html,body,div,hr,h1,h2,h3,h4,h5,h6,p,img,br,ol,ul,li,dl,dd,dt
{
	margin:		0;
	padding:	0;
}

a {
   color:#333;
   text-decration:underline;
   
}

a:hover {
   color:#0000FF;
   text-decration:underline;

}
 
img {
   border:0;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

    *.logbox
      {
         width: 450px;
         height: 200px;
         padding: 0.5em;
         overflow: auto;
      }
      q  { color: #008000; }

/*---共通部---*/

/*レイアウト関係*/
div#wrap{
	width:820px;
	margin:0 auto;
	background: url(images/shadow.png) repeat-y;
	  }   	  
div#top {
   width:800px;
   margin:0 auto;
   background:#fff;
}

div#header {
   margin:0 ;
   padding:0;  
   width:800px;
   height:72px;
   background:#fff;
    background: url(images/h3.png) ;
}
div#contents {
   clear:both;
   width:800px;
   
  }

div#eyecath {
	margin:0;
	padding:0;
   width:800px;
}	  
div#main {
   float:left;
   width:600px;
   margin-top:10px;
   margin-left:10px;
}

div#sub {
   float:right;
   width:160px;
   margin-top:0px;
}
div#footer {
	padding:	1px 0;
	position:relative;
	clear:both;
   	width:800px;
   	background:url(images/ft.png) no-repeat ;
   	height:70px;
}

/*ヘッダ部ロゴ位置*/
h1 img{
margin:20px 20px;
} 

/*============ヘッダ内メニュー===============*/ 
div#header ul#headermenu {
	margin:15px;
	float:	right;
	font-weight:bold;
	font-size: 0.6em;
	list-style-type:disc;
}


div#header ul#headermenu a{
	text-decoration:	underline;
}
div#header ul#headermenu li{

	margin-left:0.2em;
	padding-left:	1.7em;
	display:	inline;
	background: url(images/pointer.png) no-repeat;
}	

/* ========MENU======== */
ul#menu {
	margin:	0 ;
	padding	:0;  
	width:	800px;
	background:	#fff;
	
}

	ul#menu li {
	   float:left;
	   font-size:0.75em;
	   color:#333;
	   text-align:center;
	   list-style-type:none;
	   
	}
	
	ul#menu li a{
	text-decoration:	none;
	}
	
	ul#menu li a:hover {
	text-decoration:	none;
	}
	
	ul#menu li a:hover img{
	filter: alpha(opacity=0);
	opacity: 0.0;
	}
	
	ul#menu li.menu1 {
	   float:left;
	   font-size:0.75em;
	   color:#333;
	   width:160px;
	   text-align:center;
	   list-style-type:none;
	   background:url(images/menu01.png) no-repeat 0px 0px;
	}

	ul#menu li.menu2 {
	   float:left;
	   font-size:0.75em;
	   color:#333;
	   width:160px;
	   text-align:center;
	   list-style-type:none;
	   background:url(images/menu02.png) no-repeat 0px 0px;
	}

	ul#menu li.menu3 {
	   float:left;
	   font-size:0.75em;
	   color:#333;
	   width:160px;
	   text-align:center;
	   list-style-type:none;
	   background:url(images/menu03.png) no-repeat 0px 0px;
	}

	ul#menu li.menu4 {
	   float:left;
	   font-size:0.75em;
	   color:#333;
	   width:160px;
	   text-align:center;
	   list-style-type:none;
	   background:url(images/menu04.png) no-repeat 0px 0px;
	} 

	ul#menu li.menu5 {
	   float:left;
	   font-size:0.75em;
	   color:#333;
	   width:160px;
	   text-align:center;
	   list-style-type:none;
	   background:url(images/menu05.png) no-repeat 0px 0px;
	}
	



/* 回り込み解除 */
ul#menu ul:after{
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/*パンクズリスト用*/
#topicPath {   
    margin:5px 0 0 5px;   
}  
	#topicPath a {   
	    text-decoration: underline;

	}  
	#topicPath li {   
	    display:inline;   
	    line-height:110%;   
	    list-style-type:none;   
}  
address {
    margin-right:	5px;
	text-align:		right;
	font-style:		normal; 
	font-size:	0.6em;  
}

/* ========サイドメニュー======== */
div#sub .section {

}

div#sub h2 {
   margin:0;
   padding:0;
   font-size:0.88em;
   font-weight:bold;
 }

div#sub ul {
   margin:0;
   padding:0;
}

div#sub li {
   padding-left:18px;
   font-size:1em;

   line-height:2;
 /*  background:#E5E5E5 url(images/c_arow.png) 0 4px no-repeat; */
   list-style:none;
   border:	1px solid;
  
  
}

div#sub li a{
 text-decoration:none;
 }
/*===========フッターメニュー===========*/

div#footer ul#footermenu {
	text-align:	center;
	padding-top:	1em;
	font-size: 0.6em;
	
}

div#footer ul#footermenu a{
	text-decoration:	underline;
}
div#footer ul#footermenu li{
	margin-left:0.2em;
	display:	inline;
	
}	



/*==============基本設定==============*/

a {
   color:#31001D;
   text-decoration:	none;
}



a:link{text-decoration:underline;
}   


div#main a:hover {
   color:#31001D;
   border:0;
  text-decoration:underline;
}

h2 {
   margin:	0.5em 0 1em 0.3em;
   color:#31001D;
   font-size:0.94em;
   font-weight:bold;
   line-height:1.4;
  
}

h2.ptitle{
	margin:0;
}
h3 {
   margin:1em;
   font-size:1em;
}
	

	h3 ul{
	 margin:5px;
	 }

h4 {
	
   margin:3px;
   margin-left:3em;
   font-size:0.8em;
   line-height:1.4;
}
h4 p{
	margin-left:5em;
}

h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

p{
   margin:1em 10px 1em 1em;
   padding-left:1em;
   font-size:0.75em;
   line-height:1.4;
}

em{
font-style:normal;
font-size:1.2em;
font-weight:bold;
}

	
ul,
ol	{
   margin-left:5em;
   margin-bottom:1em;
   font-size:0.8em;
   line-height:	1.3;
   line-style-position:	inside;
}

ol li{
	padding-bottom:1em;
	}



dl{
   margin-left:2em;
   font-size:0.8em;
   line-height:	1.3;
   line-style-position:	inside;
}
dt{
	font-weight:bold;
	}

li li,
li p,
li dt,
li dd
dd li,
td li{
	font-size: 100%;
	}

h3 ul a{
	 text-decoration:	underline;
}

ul ul {
	 margin-left:	2em;
	 font-size:	1em;
 }

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.right{
	float:right
	}

/*==========index==========*/


div#mainindex {
   
   width:785px;
   margin:5px 0  ;
   padding-left:10px;
}

div#mainindex h2 {
   margin:	0;
   padding:0;
   color:#31001D;
   }
   
div#mainindex h2.service {
   margin:	0 0 2px 0;
   padding-left:0.5em;
   color:#31001D;
   font-size:0.94em;
   font-weight:bold;
   border-left:4px solid;
   }

div#mainindex li.date{
	margin:	0.5em;
	list-style-type:	none;
	font-weight:		bold;
	
}

div#mainindex li.t_summary{
	list-style-type:	none;
	padding:0.7em 0 0.5em;
	border-bottom: 1px dashed;
}

div#mainindex li.t_summary a{
	text-decoration:underline;
}

	
ul#topics｛
}

div#hoge{

width:760px;

}
div.index_service{
	float:left;
	width:500px;
}


	dl.m_index{
		margin:0;
		padding:0;
		float:	left;
		width:	250px;
		font-size:0.75em;
	}

	dl.s_index{
		margin:0;
		padding:0;
		float:	right;
		width:	250px;
		font-size:0.75em;
	}

div.index_service ul{
	list-style-type:none;
	
	}

div.index_service ul li{
	float:left;
	width:250px;

	}

div.index_eco{
	float:right;
	width:250px;
   padding-right:10px;
}

div.index_eco ul{
	margin:0;
	padding:1em 1em 0em 1.8em;
	font-size:0.6em;
	text-decoration:underline;
	list-style-type:none;
	list-style-image: url(images/eco_arow.png);
	}

div.tc{
width:790px;

}

div#topics{
	float:left;
	width:480px;
	margin-top:30px;
/*	margin-right:40px;*/

	
}
div#topics ul{
	margin-top:10px;
	margin-left:10px;
	padding: 0 0 0  2em ;
	background: #F4F5FD;
	font-size:0.9em;
	
}

li.t_summary{
	margin:0;
	papadding:0 0 0 3em;
	
	}
	
li.t_summary a,
li.t_summary p{
	margin:0;
	padding:0 0 0 1.6em;
	background: url(images/topics_arow.png) no-repeat 0px 5px ;
	}	
	
	
div#contacuts{
	float:right;
	width250;
	margin-left:10px;
	margin-top:30px;
	margin-right:20px;
	display:inline;

	 
	
	}
	
	.clear{
	clear:both;
	}


	

dl.contact {
	margin-top:10px;
	margin-left:10px;
	padding-top:25px;
	padding-left:5px;
	padding-bottom:5px;
	font-size:0.7em;
	border-bottom :solid 1px;
	border-left :solid 1px;
	background: #FFF4F5;
	line-height:1.8;
	
	
}
dl.contact dt {

    float: left;
	margin: 0;
	width:4em;
	
	
}
	
dl.contact dd {
   
    margin-left:5em;
    border-bottom:solid 1px  #eee
	color: #999;
	
	
}	
	/*==========index　end==========*/
	
	
	/*=========privacy============*/
	h3.privacy{
	margin-top:	20px;
	margin-bottom:	20px;
	line-height:	1;
	border-bottom:	1px solid;
	}
	
	h3.privacy p{
	line-height:	1.6;
	}

/*=========index_END=========*/

/*==========company=========*/

div.main_com {
      
}	

 /*----------会社概要---------*/
 h3.companytitle{
  width:250px;
  margin-left:	5px;
  border-left: 5px solid #318FFC;
  border-bottom: 1px solid #318FFC;
  padding-left:	5px;  
  margin-top:	10px;

 
 }
 
 h3.companytitle p{
 	margin:0;
 	padding:0;	
 	
 }
 
.c_name{
	font-size:1.3em;
}
 
 div.session1{
 width:600px;
  background-image:url(images/c_honsya.png) ;
  background-position:right center ;
  background-repeat:no-repeat;
 }
 
  div.session2{
  width:600px;
  background-image:url(images/c_nihonnmatu.png) ;
  background-position:right center ;
  background-repeat:no-repeat;
 }
 
  div.session3{
  width:600px;
  background-image:url(images/iwasiro_obama.png) ;
  background-position:right center ;
  background-repeat:no-repeat;
 }
ul#group ,
ul#torihiki{ 
	 margin-left:2em;
	 padding-bottom:2px;	
	 list-style-image: url(images/c_arrow1.png);
	 list-style-type:none;
}

ul#group li ,
ul#torihiki li{
	border-bottom:dashed 1px #eee;
	}

li.groups { 
	 margin:0px;
	 padding-bottom:2px;	
	 list-style-image: url(images/c_arrow2.png);
	 list-style-type:none;
}

/*ie向け なぜかこれ入れないと入れ子のリストがすべてオレンジに*/
.group2  { 
	 margin:0px;
	 padding-bottom:2px;	
	 list-style-image: url(images/c_arrow1.png);
	 list-style-type:none;
}


ul#group a{
	padding-left:4em;
	text-decoration:underline;
	
}

 
/* Table
---------------*/
div.main_com table {
	margin: 1em 0;
	background-color: #fff;
	font-size:0.7em;
	text-aligin:center;
	width:300px;
	
	
	
	
}


	

div.main_comc aption {
	padding-bottom: 0.3em;
}

div.main_com th,
			td {
	padding: 0.3em 10px;
	border-collapse: collapse;
	
}

div.main_com th {
	border-bottom: 1px dashed #80B3FF;
	color: #333;
	text-align:left;
	/*background-color: #80B3FF;*/
	  
}


div.main_com td {
	border-bottom: 1px solid #eee;
	padding-left:	2em;
	text-align:left;
	white-space: nowrap;

}		

div.main_com td.tdtitle{
	text-align:	left;
		}

/*=========沿革=========*/
div.com_h{
}

/* Table
---------------*/
div.com_h table{
	margin: 1em 0;
	
	background-color: #fff;
	font-size:0.75em;
	text-aligin:center;
	width:600px;
}


div.com_h th,
div.com_h td{
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

div.com_h th {
	border-right: 1px solid #ddd;
	color: #333;
	background-color: #f5f5f5;
}

div.com_h td {

	border-top: 1px solid #eee;
	vertical-align:top;
}

div.com_h td.tdtitle{
	font-weight:bold;
	background-color:#eef;
} 

div.com_h td.tdtitlem{
	font-weight:bold;
	background-color:#eef;
}	


/*アクセス*/

dl.acess {
	margin-bottom:2em;
	border-bottom:solid 1px;
	}

dl.acess dt{
	margin-bottom:1em;
	}	

/*==============事業内容================*/  

div#soft{
padding:5px;
margin-left:25px;
width:500px;
border-bottom:solid 1px ;
}

div#mau{
padding:5px;
margin-left:25px;
width:500px;

}

.float{
float:left;
}
 
.b_summry{
	padding:10px;
	margin-left:200px;
	border-style: solid 1px;
	
	}
	
.imgcenter{
text-align:center;
padding:5px;
}


ul.m_list li { 
	 margin:0px;
	 padding-bottom:px;	
	 list-style-image: url(images/c_arrow2.png);
	 list-style-type:none;

}


/*===環境・品質===*/
.eco{
}

.ecomain{
	margin-left:10px;
	width:790px;
}	

h3.e_h3{
	border-left:solid 5px #15AA1C ;
	color: #15AA1C;
	padding-left:1.5em;
}

div.ecokatudou[
	width:500px;
	}

h3#eco h4{
border-left:solid 5px #15AA1C ;
	color: #15AA1C;
	padding-left:1.5em;
]

div.eco li{
pading-bottom:1em;
line-height:1em;
}


padding:0;
}

dl{
	
	

}

dl.ecodl {
	margin-left:3em;
	margin-right:10em;
	font-size:0.7em;
	
	
}
dl.ecodl dt {

    float: left;
	margin-right: 5px;
	width:12em;
	padding-left:1em;
	border-right :solid 1px ;
	border-bottom:solid 1px;
	
	
}
	
dl.ecodl dd {
   
    margin-left:8.4em;
    padding-left:1em;
    border-bottom:dashed 1px  #eee;
}

dl.ecodl li {
    list-style-type:none;
	margin-left: 10em;
	
	
	}
dl.ecodl li.r {
    list-style-type:none;
	margin: 0 0 0 2em;
	padding: 0.3em 1em;
	color: #999;
	text-align:center; 
}

/*==========採用情報===========*/

div.recruit{
height:350px;
}

