﻿/*
 *  css for machine shop directory
 */

#je_content { width: 640px; margin: 0 auto; text-align: left; }
#je_content_wide { width: 660px; margin: 0 auto; text-align: left; }

.je_notepage h1 { padding: 8px 1em; margin-bottom: 0.5em; color: #dee2fd; font-size: 1.5em; font-weight: bold; background: url(machineshop/img/h1-notepage.png) #0f229c; }
.je_notepage h2 { padding: 2px 0.5em 4px; margin: 1.5em 0 0.5em; color: #0f229c; font-size: 1.2em; font-weight: bold; border-left: 6px solid; border-bottom: 1px dotted; border-color: #0f229c; background: url(machineshop/img/h2-notepage.png) #000; }
.je_notepage hr { border: #ccc; border-bottom: 1px dotted; margin: 1em 0; }
.je_notepage .jms_notedate { text-align: right; color: #333; margin: 1em 0 2em; }


/* index.html */
#jms-sidebar {
	min-height: 700px;
	height: auto !important;
	height: 700px;
}


/* contact-e.html */
#currenttime { text-align: right; color: #777; }
#je_contact { float: left; width: 320px; }
#je_calendar { float: right; width: 320px; }
#je_inquiry { clear: both; }
#je_mailform { width: 500px; margin: 1em auto 2em; }
#je_mailform dl {   }
#je_mailform dt, #je_mailform dd { margin-top: 6px; }
#je_mailform dt { width: 9em; text-align: right; clear: left; float: left; }
#je_mailform dd { padding-left: 10em; }
#je_mailform input, #je_mailform textarea, #je_mailform select { border: 1px solid #888; border-radius: 3px; }
#je_mailform input, #je_mailform textarea, #je_mailform select, #je_mailform label { padding: 3px; }
#je_mailform dl input, #je_mailform dl textarea, #je_mailform dl select { width: 20em; }
#je_mailform .jfm_fileclear { margin-left: 5px; }

dl.howto_access { margin-left: 1em; }
dl.howto_access dt { display: inline; float: left; width: 10em; margin-top: 0; font-weight: normal; text-align:right; }
dl.howto_access dd { margin-left: 10.5em; }

dl.contact dt { display: inline; float: left; text-align: right; width: 5em; }
dl.contact dd { margin-left: 5.5em; }


/* news/index-e.html */
#news_body {  width: 680px; text-align: center; padding-top: 1em; }
#news_body_inner { width: 560px; margin: 0 auto; }
#news_content { /*width: 600px;*/ margin: 0 auto; text-align: left; }
#news_side { width:180px; margin: 0 auto; text-align: left; }

ul.newstags:before { content: "tags："; }




/* */
table.dealerlist { width: 100%; border-collapse:collapse; margin: 1em 0; }
table.dealerlist * { padding: 0.3em 0; }
table.dealerlist tfoot { text-align: right; }
table.dealerlist th.name { width: 240px; }
table.dealerlist th.address {  }
table.dealerlist th.tel, table.dealerlist th.fax { width: 100px; }
table.dealerlist td { border: #000 solid; border-width: 1px 0; }
table.dealerlist a.url { font-size: 0.8em; }
