/* CSS Document */
* {
	margin: 0;
s  padding: 0;
}
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	padding:0px;
	margin: 0px;
	height: 100%;
	font-family: "メイリオ", "MS Pゴシック", "ＭＳ ゴシック", Osaka;
	color: #898989;
}
body, td, th, input, select, option, textarea {
	line-height:135%;
		
}
input, select, option, textarea {
	line-height:100%;
}
/********** --フレーム **********/
#wrapper{
   min-height: 100%;           /* ② */  
    height: auto !important;    /* ③ */  
    height: 100%;               /* ④ */  
    position: relative;  

}
#contents{
	padding:0px;
	margin: 0px auto;
	width: 1000px;
}
#maincontents
{
	padding:0px;
	margin: 0px;

}
/********** --テキスト **********/
body, td, th, input, select, option, textarea {
	
}
/*----------------------- ピクセルを使わないフォントサイズ */
.f18 {
  font-size: 140%;
}
.16px{
  font-size: 126%;
}
.14px{
  font-size: 111%;
}

.12px{
  font-size:96%;
}

.10px{
  font-size:80%;
}

/********** --リンクスタイル **********/
a:link    { color:#069138; }    /* 未訪のリンク */
a:visited { color:#069138; }   /* 訪問済みのリンク */
a:hover   {
	color:#84DE21;
} /* カーソルが上に乗っているリンク */
a:active  { color:#069138; }   /* アクティブ中のリンク */
/********** --疑似クラス **********/

/********** --疑似クラス **********/
p:first-child { color:red }
p:lang(ja) { color:blue }
p:lang(en) { font-style: italic }

/********** 疑似クラス **********/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*********************************************/
/********** -ボディコンテンツ ****************/
/*********************************************/

/** 引用 **/
blockquote {
	border: #63C600 1px solid;
	background: #efefef;
}
/********** --箇条書き **********/
ol li {
	list-style-type: decimal;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	list-style: disc inside;
}
ul li.pearl {
	list-style-image: url("../images/li.jpg");
}
/********** --水平線 **********/
hr {
	color: #BEBEBE;
	background-color: #BEBEBE;
	height: 1px;
	border: 0px;
}

/********** --表 **********/
/***** ---パターンA *****/
.table_a {

}
.table_a th {
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	text-align: left;
	color: #333333;
	background: #D2D8E1;
	padding: 5px 10px;
	font-weight: normal;
}

.table_a td {
	text-align: left;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
	padding: 5px;
}
/***** ---パターンB *****/
.table_b {
	border-top: 1px dotted #999;
	border-right: 1px dotted #999;
}
.table_b th {
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	text-align: left;
	color: #333333;
	background: #D2D8E1;
	padding: 5px 10px;
	font-weight: normal;
}

.table_b td {
	text-align: left;
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	color: #333333;
	background-color: #ffffff;
	line-height: 160%;
	padding: 5px;
}
/***** ---パターンC *****/
.table_c {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0px;
}
.table_c th {
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	text-align: left;
	color: #333333;
	background: #E7E7E7;
	padding-right: 5px;
	padding-left: 5px;
}
.table_c th2 {
	text-align: left;
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	color: #333333;
	background: #EBEBEB;
}
.table_c td {
	text-align: left;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	background-color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
}


/***** ---パターン（国分） *****/

.table_d {
	text-align: left;
	font-size: 11px;
	color: #898989;
}


.table_e {
	text-align: right;
	color: #898989;
	margin-left: 370px;
}

.table_f {
	color: #898989;
}

.table_f td {
	text-align: left;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: top;
}

.table_g {
	color: #069138;
	text-decoration: none;
}

.table_g td {
	color: #069138;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #069138;
	padding-right: 0px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
.table_g a:link,
.table_g a:visited{
	color: #069138;
	text-decoration: none;

}

.table_h td {
	color: #069138;	
		padding-top: 5px;
	padding-bottom: 5px;
}


/********** --ヘッダー **********/
#header {
	width:100%;
	height: 100px;
	background: #FFF;
}
#header h1 {
	display: none;
}
#header .description {
	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
/***** ---ロゴ *****/
.logo {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.logo a:hover {
	border-style:none;
}

/********** --メインナビゲーション **********/
/***** ---メインメニュー *****/

#mainmenu {
	height: 46px;
	width: 1000px;
}
/** メインメニュー通常時 **/

#mainmenu ul {
	padding: 0px;
	height:43px;
	margin: 0px;
}
#mainmenu li {
	cursor: pointer;
	list-style: none;
	float: left;
	background:url(../images/gnavi.jpg);
}
#mainmenu li a:link,a:visited  {
	color: #336633;
	text-decoration:none;
	display: block;
}
#mainmenu li a:hover {
	text-decoration:none;
	background:url(../images/gnavi_r.jpg);
}
#mainmenu .main-navi_01 a:link,#mainmenu .main-navi_01 a:visited {
	width: 201px;
	cursor: pointer;
	list-style: none;
	float: left;
	height: 46px;
	background:url(../img/btn_service_off.gif);
	text-indent: -9999em;
}

#mainmenu .main-navi_01 a:hover {
	width: 201px;
	height: 46px;
	background:url(../img/btn_service_on.gif);
}
/** .main-navi_01選択時 **/
#mainmenu #service .main-navi_01 a
{
	width: 201px;
	cursor: pointer;
	list-style: none;
	float: left;
	height: 46px;
	background:url(../img/btn_service_on.gif);
	text-indent: -9999em;
}

#mainmenu .main-navi_02 a:link,#mainmenu .main-navi_02 a:visited{
	width: 201px;
	cursor: pointer;
	list-style: none;
	float: left;
	height: 46px;
	background:url(../img/btn_results_off.gif);
	text-indent: -9999em;
}

#mainmenu .main-navi_02 a:hover{
	width: 201px;
	height: 46px;
	background:url(../img/btn_results_on.gif);
}
/** .main-navi_02選択時 **/
#mainmenu #results .main-navi_02 a
{
	width: 201px;
	cursor: pointer;
	list-style: none;
	float: left;
	height: 46px;
	background:url(../img/btn_results_on.gif);
	text-indent: -9999em;
}

#mainmenu .main-navi_03 a:link,#mainmenu .main-navi_03 a:visited{
	width: 200px;
	cursor: pointer;
	list-style: none;
	float: left;
	height: 46px;
	background:url(../img/btn_list_off.gif);
	text-indent: -9999em;
}

#mainmenu .main-navi_03 a:hover{
	width: 200px;
	height: 46px;
	background:url(../img/btn_list_on.gif);
}
/** .main-navi_03選択時 **/
#mainmenu #list .main-navi_03 a
{
	width: 200px;
	cursor: pointer;
	list-style: none;
	float: left;
	height: 46px;
	background:url(../img/btn_list_on.gif);
	text-indent: -9999em;
}

#mainmenu .main-navi_04 a:link,#mainmenu .main-navi_04 a:visited{
	width: 200px;
	cursor: pointer;
	list-style: none;
	float: left;
	height: 46px;
	background:url(../img/btn_qa_off.gif);
	text-indent: -9999em;
}

#mainmenu .main-navi_04 a:hover{
	width: 200px;
	height: 46px;
	background:url(../img/btn_qa_on.gif);
}
/** .main-navi_04選択時 **/
#mainmenu #qa .main-navi_04 a
{
	width: 200px;
	cursor: pointer;
	list-style: none;
	float: left;
	height: 46px;
	background:url(../img/btn_qa_on.gif);
	text-indent: -9999em;
}

#mainmenu .main-navi_05 a:link,#mainmenu .main-navi_05 a:visited{
	width: 198px;
	cursor: pointer;
	list-style: none;
	float: left;
	height: 46px;
	background:url(../img/btn_stock.gif);
	text-indent: -9999em;
}

/***** ---ぱんくず *****/
#crumb {
	width:780px;
	color:#666666;
	text-align:right;
	margin-bottom:10px;
}
.crumb_text {
	font-size:10px;
	line-height:120%;
	text-valign:middle;
	padding:0px;
	text-align: left;
	margin: 0px;
	height: 15px;
}
.crumb_text a:link {
	text-decoration:none;
	letter-spacing: 1px;
}
.crumb_text a:visited {
	text-decoration:none;
}
.crumb_text a:hover {
	text-decoration:underline;
}
/********** --ボディコンテンツ枠 **********/
#main_top{
	width:1000px;
	float: left;
	}

#main{
	width:673px;
	float: left;
	background: #FFF;
	padding: 10px 15px 15px 11px;
		font-size: 90%;
}
#main td{
	line-height: 180%;

}
.top_mainphoto {
	margin: 0px 0px 20px;
	height: 270px;
	background: #FFC;
}

.top_main_img {
	margin-top: 20px;
	margin-bottom: 30px;
	}
	
/********** --サイド **********/

#side {
	width:290px;
	float: right;
}


.side_img {
	margin-bottom: 10px;
	}

ul#corporate_message li.corporate_message a, ul#philosophy li.philosophy a, ul#corporate_soshiki li.corporate_soshiki a, ul#network li.network a, ul#corporate_torihiki li.corporate_torihiki a, ul#corporate_accession li.corporate_accession a, ul#corporate_competency li.corporate_competency a, ul#corporate_accedence li.corporate_accedence a, ul#corporate_affiliate li.corporate_affiliate a, ul#corporate_financial li.corporate_financial a, ul#corporate_induction li.corporate_induction a, ul#compliance li.compliance a {
	color:#FE3494;
}
ul#business_index li.business_index a, ul#business_cleaning li.business_cleaning a, ul#station_business li.station_business a, ul#business_equipment li.business_equipment a, ul#business_recycle li.business_recycle a, ul#business_administration li.business_administration a, ul#business_security li.business_security a, ul#business_health li.business_health a {
	color:#FE3494;
}
ul#etc_iso li.etc_iso a, ul#etc_secrecy_recycle li.etc_secrecy_recycle a, ul#etc_link li.etc_link a {
	color:#FE3494;
}
/********** --フッター **********/
#footer {
	clear: both;
	height: 100px;
	width: 1000px;
	}

#footer ul {
	padding: 0px;
	height:20px;
	margin: 0px;

}

#footer li {
	cursor: pointer;
	list-style: none;
	float: left;
	}

#footer li a:link,a:visited  {
	text-decoration:none;
	display: block;
	font-size: 12px;
	color: #878787;
	font-weight: bold;
	}
	
#footer li a:hover {
	text-decoration:none;
	color: #cccccc;
}

#footer .footer_navi_01 a:link,#footer .footer_navi_01 a:visited{
	cursor: pointer;
	list-style: none;
	float: left;
	height: 20px;
	margin-right: 27px;
	margin-left: 27px;
	width: 80px;
	}	

#footer .footer_navi_02 a:link,#footer .footer_navi_02 a:visited{
	cursor: pointer;
	list-style: none;
	float: left;
	height: 20px;
	margin-right: 27px;
	width: 80px;
	}

#footer .footer_navi_03 a:link,#footer .footer_navi_03 a:visited{
	cursor: pointer;
	list-style: none;
	float: left;
	height: 20px;
	margin-right: 27px;
	width: 130px;
	}

#footer .footer_navi_04 a:link,#footer .footer_navi_04 a:visited{
	cursor: pointer;
	list-style: none;
	float: left;
	height: 20px;
	margin-right: 27px;
	width: 180px;
}
#footer .copyright{
	background:url(../img/copyright.gif) no-repeat left top;
	float: right;
	height: 15px;
	margin-right: 27px;
	width: 320px;
}


/********** --トップページ用**********/

.news_box{
	padding:10px 0px 10px 10px;
	margin-bottom: 10px;
}

.news_box .date {
	padding:0px 0px 6px;
	display: block;
	border-bottom: 1px solid #06903b;
	color: #999;
}
.news_box .title {
	padding:0px 0px 6px;
	display: block;
	border-bottom: 1px solid #06903b;
	color: #999;
}
.news_box .news_body{
	padding:0px 0px 6px;
	display: block;
	border-bottom: 1px solid #06903b;
	color: #999;
}
