@charset 'utf-8';

@import "/css/common.css";


/*******************************************************************************
 ///【ヘッダ定義】///
****************************************************************************** */
#header {
    width: 1024px;
    height: 100px;
    margin: 0;
    padding: 0;
    background: url(/images/bg_header_service.jpg) no-repeat;
}



/*******************************************************************************
 ///【タイトル定義】///
****************************************************************************** */
h1 {
    width: 1024px;
    height: 59px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url(/images/bg_title_service.jpg) no-repeat;
}



/*******************************************************************************
 ///【コンテンツ定義】///
****************************************************************************** */

/*--------------------------------------
 ///【左コンテンツ定義】///
-------------------------------------- */
#contents #leftContents {
    width: 711px;
    margin: 0 0 50px 0;
    padding: 23px 0 0 42px;
    float: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#electric {
    width: 711px;
    height: 37px;
    background: url(/images/title_electric.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#conditioner {
    width: 711px;
    height: 37px;
    background: url(/images/title_conditioner.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#crime-prevention {
    width: 711px;
    height: 37px;
    background: url(/images/title_crime-prevention.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#energy-new {
    width: 711px;
    height: 37px;
    background: url(/images/title_energy-new.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#energy-saving {
    width: 711px;
    height: 37px;
    background: url(/images/title_energy-saving.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#instrumentation {
    width: 711px;
    height: 37px;
    background: url(/images/title_instrumentation.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#maintenance {
    width: 711px;
    height: 37px;
    background: url(/images/title_maintenance.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#network {
    width: 711px;
    height: 37px;
    background: url(/images/title_network.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#prevention {
    width: 711px;
    height: 37px;
    background: url(/images/title_prevention.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#renewal {
    width: 711px;
    height: 37px;
    background: url(/images/title_renewal.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#supply-drain {
    width: 711px;
    height: 37px;
    background: url(/images/title_supply-drain.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}



/*--- ★★★『サブナビ』★★★ --- */
#contents #leftContents h3 ul#subNavi {
    height: 23px;
    width: 320px;
    margin: 12px 15px 0 0;
    padding: 0;
    text-align: center;
    float: right;
}

#contents #leftContents h3 ul#subNavi li{
    margin: 0 3px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

/*----- タブ１ -----*/
#contents #leftContents h3 ul#subNavi li.tab1 {
    width: 97px;
    height: 23px;
    background: #82000f;
    color: #ffffff;
    border: solid 1px #cccccc;
    border-bottom: none;

}

#contents #leftContents h3 ul#subNavi li.tab1 a {
    width: 97px;
    height: 23px;
    display: block;
    background: #ffffff;
    color: #cccccc;
    text-decoration:none;
    overflow: hidden;
}

#contents #leftContents h3 ul#subNavi li.tab1 a:hover {
    background: #cccccc;
    color: #666666;
}

/*----- タブ２ -----*/
#contents #leftContents h3 ul#subNavi li.tab2 {
    width: 97px;
    height: 23px;
    background: #82000f;
    color: #ffffff;
    border: solid 1px #cccccc;
    border-bottom: none;

}

#contents #leftContents h3 ul#subNavi li.tab2 a {
    width: 97px;
    height: 23px;
    display: block;
    background: #ffffff;
    color: #cccccc;
    text-decoration:none;
    overflow: hidden;
}

#contents #leftContents h3 ul#subNavi li.tab2 a:hover {
    background: #cccccc;
    color: #666666;
}

/*----- タブ３ -----*/
#contents #leftContents h3 ul#subNavi li.tab3 {
    width: 97px;
    height: 23px;
    background: #82000f;
    color: #ffffff;
    border: solid 1px #cccccc;
    border-bottom: none;

}

#contents #leftContents h3 ul#subNavi li.tab3 a {
    width: 97px;
    height: 23px;
    display: block;
    background: #ffffff;
    color: #cccccc;
    text-decoration:none;
    overflow: hidden;
}

#contents #leftContents h3 ul#subNavi li.tab3 a:hover {
    background: #cccccc;
    color: #666666;
}

/*--- ★★★『 ページトップへ 』★★★ --- */
#contents #leftContents span#pagetop {
    width: 711px;
    text-align: right;
    padding: 5px 0 0 0;
    border-top: solid 1px #cccccc;
    float: right;
}

#contents #leftContents span#pagetop img {
    margin: 7px 5px 0 0;
    padding: 0;
    vertical-align: top;

}


/*--- ★★★『 ワンストップサービス 』★★★ --- */
#contents #leftContents h2 {
    width: 711px;
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 125%;
    text-align: left;

}

#contents #leftContents #proposal {
    width: 711px;
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
}

#contents #leftContents table#proposal_frame {
    width: 680px;
    margin: 20px 0 30px 15px;
    padding: 0;
    border: solid 1px white;
    border-collapse: separate;
}

* html #contents #leftContents table#proposal_frame {
    width: 680px;
    margin: 20px 0 30px 0;
    padding: 0;
    border: solid 1px white;
    border-collapse: separate;
}

*:first-child+html #contents #leftContents table#proposal_frame {
    width: 680px;
    margin: 20px 0 30px 0;
    padding: 0;
    border: solid 1px white;
    border-collapse: separate;
}

#contents #leftContents table#proposal_frame th {
    width: 500px;
    margin: 0;
    padding: 8px 5px 8px 10px;
    background: #f0f0f0;
    font-weight: normal;
    text-align: left;
    font-size: 9pt;
}

#contents #leftContents table#proposal_frame td {
    padding: 5px;
    background: #aaaaaa;
    color: #ffffff;
    text-align: center;
    font-size: 9pt;
}

#contents #leftContents table#proposal_frame td a {
    color: #ffffff;
}

#contents #leftContents table#proposal_frame th p.topcmt {
    color: #333333;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 9pt;
}

#contents #leftContents table#proposal_frame th p.mcmt {
    color: black;
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 11pt;
    font-weight: bold;
}



/*--- ★★★『 電気設備 』★★★ --- */
#contents #leftContents dl#service_frame {
    height: 450px;
    text-align: left;
}

* html #contents #leftContents dl#service_frame {
    height: 450px;
    text-align: left;
}

#contents #leftContents dl#service_frame dt {
}

#contents #leftContents dl#service_frame dd#service_contents {
    width: 710px;
    margin: 5px 0 0 0;
    padding: 0;
    float: left;
}

#contents #leftContents dl#service_frame dd#service_contents ul {
    margin: 15px 0 0 3px;
    padding: 0;
    list-style: none;
}



/*
#contents #leftContents dl#service_frame dd#service_contents img {
    margin: 5px 5px 5px 15px;
    padding: 5px;
	text-align:center;
	clear:both;
}
*/


/*--------------------------------------
 ///【右コンテンツ定義】///
-------------------------------------- */
#contents #rightContents {
    width: 205px;
    margin: 0;
    padding: 23px 26px 0 22px;
    float: right;

}

ul#menu {
    background: white;
    border: solid 1px white;
    width: 200px;
    margin: 10px 0 0 0;
    padding: 6px 7px 0 7px;
    clear: both;
}

ul#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    color: #ffffff;
    background: #ffffff;
}


/*----- 提案事例集 -----*/
ul#menu li.menu_proposal {
    width: 197px;
    height: 40px;
    padding: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_proposal_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;

}

* html ul#menu li.menu_proposal_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_proposal a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_proposal a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_proposal a:hover {
    background: none;
}

/*----- 施工事例 -----*/
ul#menu li.menu_construct {
    width: 197px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_construct_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_construct_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}


ul#menu li.menu_construct a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_construct a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_construct a:hover {
    background: none;
}

/*----- 設備健康診断 -----*/
ul#menu li.menu_diagnosis {
    width: 197px;
    height: 40px;
    margin-bottom: 0px;
    padding: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;

}

ul#menu li.menu_diagnosis_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0 0 0px 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_diagnosis_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0 0 0px 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    display: block;
    overflow: hidden;

}

ul#menu li.menu_diagnosis a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0 0 0px 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_diagnosis a {
    width: 197px;
    height: 40px;
    padding: 10px 0 0px 10px;
    margin: 0 0 0px 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_diagnosis a:hover {
    background: none;
}


/*----- 商品サービストップへ戻る -----*/
ul#items li.items {
    width: 150px;
    height: 40px;
	margin:0;
	padding:0;
	
}







/*----- 電気設備 -----*/
ul#menu li.menu_electric {
    width: 197px;
    height: 40px;
    padding: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_electric_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;

}

* html ul#menu li.menu_electric_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_electric a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_electric a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_electric a:hover {
    background: none;
}


/*----- 電気通信設備 -----*/
ul#menu li.menu_network {
    width: 197px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_network_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_network_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}


ul#menu li.menu_network a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_network a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_network a:hover {
    background: none;
}


/*----- 防災設備 -----*/
ul#menu li.menu_prevention {
    width: 197px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_prevention_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_prevention_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}


ul#menu li.menu_prevention a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_prevention a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_prevention a:hover {
    background: none;
}



/*----- 防犯設備 -----*/
ul#menu li.menu_crime-prevention {
    width: 197px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_crime-prevention_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_crime-prevention_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}


ul#menu li.menu_crime-prevention a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_crime-prevention a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_crime-prevention a:hover {
    background: none;
}


/*----- 計装設備 -----*/
ul#menu li.menu_instrumentation {
    width: 197px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_instrumentation_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_instrumentation_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}


ul#menu li.menu_instrumentation a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_instrumentation a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_instrumentation a:hover {
    background: none;
}


/*----- 空調設備 -----*/
ul#menu li.menu_conditioner {
    width: 197px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_conditioner_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_conditioner_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}


ul#menu li.menu_conditioner a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_conditioner a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_conditioner a:hover {
    background: none;
}


/*----- 給排水設備 -----*/
ul#menu li.menu_supply-drain {
    width: 197px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_supply-drain_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_supply-drain_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}


ul#menu li.menu_supply-drain a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_supply-drain a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_supply-drain a:hover {
    background: none;
}


/*----- 保守点検サービス -----*/
ul#menu li.menu_maintenance {
    width: 197px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_maintenance_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_maintenance_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;
}


ul#menu li.menu_maintenance a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_maintenance a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_maintenance a:hover {
    background: none;
}


/*----- 省エネルギー設備 -----*/
ul#menu li.menu_energy-saving {
    width: 197px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_energy-saving_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_energy-saving_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;
}


ul#menu li.menu_energy-saving a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_energy-saving a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_energy-saving a:hover {
    background: none;
}




/*----- 新エネルギー設備 -----*/
ul#menu li.menu_energy-new {
    width: 197px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_energy-new_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_energy-new_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;
}


ul#menu li.menu_energy-new a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_energy-new a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_energy-new a:hover {
    background: none;
}


/*----- 内装リニューアル -----*/
ul#menu li.menu_renewal {
    width: 197px;
    height: 40px;
    margin-bottom: 10px;
    padding: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;

}

ul#menu li.menu_renewal_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0 0 10px 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_renewal_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0 0 10px 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    display: block;
    overflow: hidden;

}

ul#menu li.menu_renewal a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0 0 10px 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_renewal a {
    width: 197px;
    height: 40px;
    padding: 10px 0 0px 10px;
    margin: 0 0 0px 0;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_renewal a:hover {
    background: none;
}



/* サービスラインナップ */
#contents #leftContents div.lineup {
    float: left;
    width: 450px;
    border: solid 2px #ffdca6;
    background: #fff5c9;
    margin: 15px 0;
    text-align: left;
    display:inline;/*IE Bugfix*/
}
#contents #leftContents div.lineup div.inner {
    float: left;
    padding: 8px 10px 10px 12px;
    line-height: 1.5;
}
#contents #leftContents div.lineup p {
    margin: 5px 0 0 26px;
}

/* サービス写真 */
#contents #leftContents div.service_photo {
    float: left;
    width: 710px;
    border-top: dotted 1px gray;
    margin-top: 20px;
}
#contents #leftContents div.service_photo img {
    float: left;
    margin: 15px 0 15px 15px;
}

/* サービスページ最新施工実績（5件まで） */

#contents #leftContents div.service_result {
	width:600px;
	margin:10px;
	padding:0 0 0 0;
	text-align:left;
}

#contents #leftContents div.service_result ul{
	margin:0;
	padding:0;
	list-style:none;
}

#contents #leftContents div.service_result li{
	margin:0;
	padding:0;
	list-style:none;
}


