@charset "utf-8";

/*=============================================================================
  reset
=============================================================================*/
html, body, object, iframe,h1, h2, h3, h4, h5, h6, p, pre, a, address, em, img, strong, sub, sup, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  font-style: normal;
  font-weight: normal;
}

ol, ul {
 list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

/*=============================================================================
  anchor & anchorImage
=============================================================================*/
a:link {
  color: #003366;
  text-decoration: none;
}

a:visited {
  color: #003366;
  text-decoration: none;
}

a:hover {
  color: #003366;
  text-decoration: underline;
}

a:active {
  color: #003366;
  text-decoration: underline;
}

/*=============================================================================
   clearfix
=============================================================================*/
/*この:afterの部分が無ければ100点*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*
.clearfix {
  _zoom: 1;
  overflow: hidden;
}*/

.clearfix {
  min-height: 1px;
}
* HTML .clearfix {
  height: 1%;
  /*\*//*/
height: auto;
  overflow: hidden;
/**/
}
/*=============================================================================
  html
=============================================================================*/
html {
  background: #F5F5F5;
}

/*=============================================================================
  body
=============================================================================*/
body {
  margin: 0;
  padding: 0;
  color: #333333;
  text-align: center;
  font-size: 100%;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; /*,'メイリオ',Meiryo*/
  background-color: #FFFFFF;
  background: url(../img/bg_body.gif) repeat-y center;
}

/*=============================================================================
  blockskip
=============================================================================*/
#blockskip {
  display: none;
}

/*=============================================================================
  container
=============================================================================*/
#container {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  background: #FFFFFF;
}

/*=============================================================================
  header
=============================================================================*/
#header {
  height:160px;
  position: relative;
  background: #FFFFFF url(../img/bg_header.gif) no-repeat top left;
}

#header h1#logo, div#logo{
}

#headerNavi{
  width: 490px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0px;
  right: 10px;
  text-align: left;
  font-size: 100%;
}
#headerNavi ul li{
  display: inline;
}

#headerNavi ul li span {
  padding: 0px 5px;
}

#siteSearch {
  position: absolute;
  top: 82px;
  left: 420px;
  font-size: 100%;
}
#siteSearch input#txtInput {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  width: 150px;
  font-size: 87%;
}
#siteSearch input#btnSubmit {
  padding: 0;
  font-size: 87%;
}

#fontsize {
  position: absolute;
  top: 85px;
  left: 745px;
  font-size: 75%;
  color: #003366;
}

#fontsize  ul {
}

#fontsize  ul li {
  position: relative;
  float: left;
  z-index: 4;
  _zoom: 1;
}

#fontsize  ul li a {
  display: block;
  margin-left: 3px;
  width: 32px;
  height: 20px;
}

#fontsize  ul li a span {
  position: relative;
  display: block;
  z-index: -1;
  overflow: hidden;
}

#changeFontSize {
  position: absolute;
  top: 83px;
  left: 745px;
  font-size: 20px;
  color: #003366;
}

#changeFontSize a {
  display: inline-block;
  *display: inline;
  margin-left: 3px;
  width: 32px;
  height: 20px;
  *zoom: 1;
  font-size: 20px;
}

#changeFontSize img {
  vertical-align: top;
}

#changeFontSize span {
  position: relative;
  display: inline-block;
  *display: inline;
  font-size: 20px;
  *zoom: 1;
  z-index: -1;
  overflow: hidden;
}

#readspeaker_button1 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 30px;
  text-align:right;
  font-size: 100%;
}

#readspeaker_button1 a {
  color: #0000FF;
}

#readspeaker_button1 a span {
  padding-left: 18px;
  padding-right: 5px;
  background: url(../img/icon_voice.gif) no-repeat left center;
}

#xp1 {
  position: absolute;
  top: 35px;
  right: 10px;
}

/*=============================================================================
  globalNavi
=============================================================================*/
#globalNavi {
}

#globalNavi ul {
}

#globalNavi ul li {
  position: relative;
  float: left;
  z-index: 4;
  _zoom: 1;
}

#globalNavi ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

#globalNavi ul li a span {
  font-size: 75%;
  position: relative;
  display: block;
  z-index: -1;
  overflow: hidden;
}

/* global navigation rollover CSS */
#globalNavi ul li a#naviHome { width:64px;background: url(../img/gnav_home.gif) no-repeat top left; }
#globalNavi ul li a:hover#naviHome { width:64px;background: url(../img/gnav_home.gif) no-repeat top right; }

#globalNavi ul li a#naviAbout { width:128px;background: url(../img/gnav_about.gif) no-repeat top left; }
#globalNavi ul li a:hover#naviAbout { width:128px;background: url(../img/gnav_about.gif) no-repeat top right; }

#globalNavi ul li a#naviInfo { width:128px;background: url(../img/gnav_info.gif) no-repeat top left; }
#globalNavi ul li a:hover#naviInfo { width:128px;background: url(../img/gnav_info.gif) no-repeat top right; }

#globalNavi ul li a#naviRoadSafety { width:128px;background: url(../img/gnav_roadsafety.gif) no-repeat top left; }
#globalNavi ul li a:hover#naviRoadSafety { width:128px;background: url(../img/gnav_roadsafety.gif) no-repeat top right; }

#globalNavi ul li a#naviLifeSafety { width:128px;background: url(../img/gnav_lifesafety.gif) no-repeat top left; }
#globalNavi ul li a:hover#naviLifeSafety { width:128px;background: url(../img/gnav_lifesafety.gif) no-repeat top right; }

#globalNavi ul li a#naviConsult { width:128px;background: url(../img/gnav_consult.gif) no-repeat top left; }
#globalNavi ul li a:hover#naviConsult { width:128px;background: url(../img/gnav_consult.gif) no-repeat top right; }

#globalNavi ul li a#naviLicense { width:128px;background: url(../img/gnav_license.gif) no-repeat top left; }
#globalNavi ul li a:hover#naviLicense { width:128px;background: url(../img/gnav_license.gif) no-repeat top right; }

#globalNavi ul li a#naviProcedure { width:128px;background: url(../img/gnav_procedure.gif) no-repeat top left; }
#globalNavi ul li a:hover#naviProcedure { width:128px;background: url(../img/gnav_procedure.gif) no-repeat top right; }

/*=============================================================================
  topicPath
=============================================================================*/
#topicPath {
  padding: 15px;
  background: #FFFFFF;
  font-size: 85%;
}

/*=============================================================================
  main
=============================================================================*/
#main {
  padding: 0px 10px;
  background: #FFFFFF;
}

/*=============================================================================
  content
=============================================================================*/
#content {
  width: 690px;
  float: right;
  background: #FFFFFF;
}

#content span.pdf {
  padding-left: 24px;
  background: transparent url(../img/icon_pdf.gif) no-repeat left;
}

#content span.pdfBack {
  padding-right: 24px;
  background: transparent url(../img/icon_pdf.gif) no-repeat right;
}

#content span.word {
  padding-left: 24px;
  background: transparent url(../img/icon_doc.gif) no-repeat center left;
}

#content span.excel {
  padding-left: 24px;
  background: transparent url(../img/icon_xls.gif) no-repeat center left;
}

#content span.ichitarou {
  padding-left: 24px;
  background: transparent url(../img/icon_jtd.gif) no-repeat center left;
}

#content span.outer {
  padding-left: 24px;
  background: transparent url(../img/icon_outer.gif) no-repeat center left;
}

#content ul.linkList {
  margin: 0 0 2em 3em;
}
#content ul.linkList li {
  margin: 0 0 0.5em 0;
  padding: 0;
  list-style: url(../img/listmark_linklist.gif);
  font-size: 100%;
  line-height: 1.5;
}
#content ul.linkList li ul.linkSubList {
  margin: 0.5em 0 1em 2em;
  padding: 0;
}
#content ul.linkList li ul.linkSubList li {
  margin: 0 0 0.5em 0;
  padding: 0;
  list-style: url(../img/listmark_linksublist.gif);
  font-size: 100%;
  line-height: 1.5;
}

/*=============================================================================
  pageTop
=============================================================================*/
#content .pageTop {
  margin: 0;
  padding: 1em 0;
  text-align: right;
  font-size: 87%;
}

/*=============================================================================
  side
=============================================================================*/
#side{
  width: 235px;
  float: left;
  background: #FFFFFF;
}

/*=============================================================================
  localNavi
=============================================================================*/
#localNavi {
  margin: 0 0 0 0;
}

#localNavi h2 {
  margin: 10px 0 0 0;
  padding: 5px 5px 5px 8px;
  background: #FEFEFE;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 5px solid #133A79;
  font-size: 85%;
  font-weight: bold;
}

#localNavi h2 a {
  display: block;
  font-weight: bold;
}

#localNavi h3 {
  margin: 10px 0 0 0;
  padding: 5px 10px 5px 0;
  background: #FFFFFF url(../img/bg_dotted.gif) repeat-x bottom;
  font-size: 80%;
  font-weight: bold;
}

#localNavi h3 span {
  padding-left: 10px;
  border-left: 5px solid #666666;
}

#localNavi ul {
  margin: 0 0 10px 0;
  overflow: hidden;
}

#localNavi ul li {
  margin: 0;
  padding: 0;
  background: #FFFFFF url(../img/bg_dotted.gif) repeat-x bottom;
  font-size: 80%;
  line-height: 0;
}

#localNavi ul li a {
  display: block;
  margin: 0;
  padding: 10px 15px 10px 20px;
  line-height: normal;
  zoom: 1;
  background: transparent url(../img/listmark_side.gif) no-repeat 10px center;
}

#localNavi ul li a.current {
  background: #F3F6F9 url(../img/listmark_side.gif) no-repeat 10px center;
}

#localNavi ul li a:link {
  color: #333333;
  text-decoration: none;
}

#localNavi ul li a:visited {
  color: #333333;
  text-decoration: none;
}

#localNavi ul li a:hover {
  color: #333333;
  background: #F3F6F9 url(../img/listmark_side.gif) no-repeat 10px center;
}

#localNavi ul li a:active {
  color: #333333;
  background: #F3F6F9 url(../img/listmark_side.gif) no-repeat 10px center;
}

/*=============================================================================
  toPageTop
=============================================================================*/
#toPageTop{
  font-size: 87%;
  text-align: center;
}

#toPageTop{
  position: absolute;
  top: 0px;
  right: 10px;
}
#toPageTop a { 
  display: block;
  line-height: 36px;
  width: 124px;
  height: 36px;
  background:url(../img/btn_topagetop.gif) no-repeat top left;
}
#toPageTop a:hover { 
  width: 124px;
  height: 36px;
  color: #FFFFFF;
  background:url(../img/btn_topagetop.gif) no-repeat top right;
}

/*=============================================================================
  footer
=============================================================================*/
#footer {
  position: relative;
  background: url(../img/bg_footer.gif) no-repeat top left;
  background-color: #EEEEEE;
}

#footer ul#footerNavi { 
  padding: 57px 0 0 15px;
}
#footer ul#footerNavi li {
  display: inline;
  font-size: 87%;
}
#footer ul#footerNavi li span {
  padding: 0 10px 0 10px;
  background: transparent url(../img/listmark_side.gif) no-repeat left center;
}

#footer address {
  padding: 25px 0px 5px 15px;
  font-size: 87%;
}
#footer #copyright {
  padding: 2px 0px 25px 15px;
  font-size: 87%;
}

/*=============================================================================
  getAdobeReader
=============================================================================*/
#main #getAdobeReader {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
}

#main #getAdobeReader img {
  margin: 0;
  padding: 0 12px 0 0;
  float: left;
}

#main #getAdobeReader p {
  margin: 0;
  padding: 3px 0;
  _zoom: 1;
  overflow: hidden;
  font-size: 75%;
  text-indent: 0;
  line-height: 1.5;
}

/*=============================================================================
  getAdobeFlashPlayer
=============================================================================*/
#main #getAdobeFlashPlayer {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
}

#main #getAdobeFlashPlayer img {
  margin: 0;
  padding: 0 12px 0 0;
  float: left;
}

#main #getAdobeFlashPlayer p {
  margin: 0;
  padding: 3px 0;
  _zoom: 1;
  overflow: hidden;
  font-size: 75%;
  text-indent: 0;
  line-height: 1.5;
}

/*=============================================================================
  Download File (pdf,doq,zip,iti,etc....)
=============================================================================*/
/*specify linkList includePdfList displayList -------------------------  */
#content .linkList ul{  margin: 0 0 0 3em;}
#content  .linkList ul li{  list-style: url(../img/link/parts_triangular.gif);}
#content  .linkList ul li ul li{  list-style: url(../img/link/parts_arrow.gif);}
#main .linkBack {  text-align:right;}
#main .linkBack ul{  /*padding-left: 1em;*/}
#main  .linkBack ul li{  list-style: url(../img/link/parts_arrow_back.gif);  font-weight: bold;}
/*↓外部リンク用に作成していますが、不要なら削除有用なら他のCSSへも--------- */
#content ul li span.displayArrow, #content p span.displayArrow{  padding: 0 0 0 20px;  margin-left: 0.5em;
  background: transparent url(../img/link/parts_arrow.gif) no-repeat 0;}
/*↑外部リンク用に作成していますが、不要なら削除有用なら他のCSSへも--------- */
#content .linkListIndent ul{  /*padding-left: 3em;*/}
#content .linkListIndent ul li{  list-style: url(../img/link/parts_square.gif);}
#content .displayList ul{ margin: 0 0 0 2em;}
#content .displayList ul li {  list-style: disc;}
#content .displayList ul li ol li{  list-style:decimal ;}
#content .displayList ul li ul li{  list-style:disc ;}
#content span.display{  padding: 0 0 0 1.5em;  background: transparent url(../img/link/parts_square.gif) no-repeat top left;}
#content ul.indentStyleList{  padding: 0 0 0 3em;  margin: 0;}
#content ul.withTriangleDisplay,#content dl.withTriangleDisplay{  padding-left: 1em;}
#content ul.withTriangleDisplay li.triangle{  list-style: url(../img/link/parts_triangular.gif);}
/* ↑ specify linkList includePdfList displayList -------------------------  */

/*=============================================================================
  for Print
=============================================================================
@media print {
html { background: none;}
body { border: none; background: none;}
#container { width: 100%;}
#siteSearch { display: none;}
#fontsize { display: none;}
#header { background: none;}
#headerNavi { display: none;}
#readspeaker_button1 {display: none;}
#globalNavi { display: none;}
#content { float:none; width:100%;}
#side { float:none; display:none;}
#footerContainer {background:#FFFFFF;}
#toPageTop {display: none;}
#footer { color:#000000; background: none;}
#footer ul#footerNavi { display: none;}
}*/

