@charset "EUC-JP";


/*--------------------------------------------------
     Initialize Browser's Default Style
--------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Meiryo UI", "¥á¥¤¥ê¥ª", Meiryo, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", Verdana, Arial, sans-serif;
  }
  
  
/*--------------------------------------------------
     Define Main Selectors
--------------------------------------------------*/

body {
  margin: 0;
  background-color: #ffffff;
  text-align: left;
  }
  
  a {
    color: #42a1c4;
    text-decoration: none;
  }
  
  a:visited {
    color: #10688a;
  }
  
  a:hover {
    color: #ed9f49;
  }
  
  a.amazon {
    display: inline-block;
    margin-right: 5px;
    padding-right: 18px;
    background: url(../images/amazon.png) no-repeat right center;
  }
  
  a.amazon {
    display: inline;
  }
  
  a[href$=".pdf"] {
    display: inline-block;
    margin-right: 5px;
    padding-right: 18px;
    background: transparent url(../images/ico_pdf.gif) no-repeat 100% 50%;
  }
  
  a[href$=".doc"] {
    display: inline-block;
    margin-right: 5px;
    padding-right: 18px;
    background: url(../images/ico_doc.gif) no-repeat 100% 50%;
  }
  
  a[href$=".xls"] {
    display: inline-block;
    margin-right: 5px;
    padding-right: 18px;
    background: url(../images/ico_speadsheet.gif) no-repeat 100% 50%;
  }
  
  a[href$=".ppt"] {
    display: inline-block;
    margin-right: 5px;
    padding-right: 18px;
    background: url(../images/ico_presentation.gif) no-repeat 100% 50%;
  }
  
  a[href$=".txt"] {
    display: inline-block;
    margin-right: 5px;
    padding-right: 18px;
    background: url(../images/ico_txt.gif) no-repeat 100% 50%;
  }
  
  a[href$=".zip"] {
    display: inline-block;
    margin-right: 5px;
    padding-right: 18px;
    background: url(../images/ico_archive.gif) no-repeat 100% 50%;
  }
  
  a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".ppt"], a[href$=".txt"], a[href$=".zip"] {
    display: inline;
  }
  
  h1 {
    padding: 10px;
    height: 150px;
    background-color: #fff;
    background: url(../images/bg-h1.png) no-repeat right top;
    line-height: 130%;
    color: #666;
    font-size: 80%;
    font-weight: normal;
  }
  
  h1 a, h1 a:visited {
    color: #333;
    text-decoration: none;
  }
  
  h1 a:hover {
    border-bottom: 1px dotted #333;
  }
  
  h2 {
    margin: 20px 10px 10px 10px;
    padding: 3px 5px 3px 7px;
    line-height: 130%;
    font-size: 130%;
    text-shadow: 0px 1px 1px #10688a;
  }
  
  h3 {
    margin: 15px 10px 10px 15px;
    line-height: 130%;
    font-size: 110%;
    text-shadow: 1px 1px 1px gray;
  }
  
  h4 {
    margin: 12px 10px 10px 20px;
    line-height: 130%;
    font-size: 100%;
    text-shadow: 1px 1px 1px gray;
  }
  
  h5 {
    line-height: 130%;
    font-size: 85%;
    text-shadow: 1px 1px 1px gray;
  }
  
  p {
    margin: 0 15px 10px 25px;
    padding: 0;
    font-size: 100%;
    line-height: 130%;
    text-align: left;
  }
  
  blockquote {
    margin: 0 25px 10px 25px;
    padding-top: 30px;
    background: url(../images/bg-quote.png) no-repeat center top;
    border: 3px double #ed9f49;
  }
  
  blockquote > blockquote {
    background: url(../images/bg-quote-sub.png) no-repeat center top;
  }
  
  p.p-cite {
    margin-top: -8px;
    margin-right: 30px;
    text-align: right;
    font-size: 90%;
  }
  
  ul {
    list-style-type: none;
    margin: 0 10px 10px 40px;
    line-height: 130%;
  }
  
  ol {
    margin: 0 10px 10px 30px;
    padding: 0 0 0 30px;
    line-height: 130%;
  }
  
  ol.ol-code {
    margin: 0 25px 10px 25px;
    padding: 5px 10px 5px 40px;
    overflow: visible;
    white-space: normal;
    word-break: break-all;
    background-color: #333;
    background: url(../images/bg-ol-code.png) repeat-y;
    border: 1px solid #a4a4a4;
  }
  
  ol.ol-code li {
    padding-left: 0px;
    font-family: monospace;
    font-size: 95%;
    color: #fff;
  }
  
  ol.ol-code .line {
    border-bottom: 1px dotted #fff;
    color: #fff;
  }
  
  img {
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  .center {
    text-align: center;
  }
  
  .right {
    text-align: right;
  }
  
  p.center {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .bold {
    font-weight: bold;
  }
  
  .italic {
    font-style: italic;
    font-family: Georgia, Verdana, Arial, sans-serif;
  }
  
  .mright {
    margin-right: 0.45em;
  }
  
  .mleft {
    margin-left: 1.45em;
  }
  
  .math {
    font-style: italic;
    font-family: "Thensu Italic", Georgia, Verdana, Arial, sans-serif;
  }
  
  .up, .down {
    font-size: 75%;
  }
  
  .up {
    vertical-align: super;
  }
  
  .down {
    vertical-align: sub;
  }
  
  .math .up, .math .down {
    font-family: "Thensu Italic", Georgia, Verdana, Arial, sans-serif;
  }
  
  code {
    font-family: monospace;
  }
  
  .kbd {
    margin: 0;
    padding: 0 5px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    border-color: #999;
    background-color: #F5F5F5;
    font-family: monospace;
    color: #000;
  }
  
  ol.ol-code .bold, ol.ol-code .italic, ol.ol-code .math {
    color: #fff;
  }
  
  ol.ol-code .yellow {
    color: #ecea40;
  }
  
  ol.ol-code .yellow .line {
    color: #ecea40;
    border-bottom: 1px dotted #ecea40;
  }
  
  .commentout {
    color: #999;
  }
  
  ol.ol-code .bold, ol.ol-code .italic, ol.ol-code .math, 
  ol.ol-code .yellow, ol.ol-code .line, ol.ol-code .yellow .line, ol.ol-code .commentout {
    font-family: monospace;
  }
  
  a .bold, a .italic, a .math {
    color: #42a1c4;
    text-decoration: none;
  }
  
  a:visited .bold, a:visited .italic, a:visited .math {
    color: #10688a;
  }
  
  a:hover .bold, a:hover .italic, a:hover .math {
    color: #ed9f49;
  }
  
  .gray {
    color: #999;
  }
  
  .red {
    color: #ff0000;
  }
  
  pre {
    margin: 0 15px 10px 25px;
    padding: 10px;
    background-image: url(../images/slash.png) !important;
    background-image: url(../images/slash_ie6.png);
    font-family: monospace;
    white-space: pre-wrap;
    word-break: break-all;
  }
  
  pre .red {
    font-family: monospace;
  }
  
  pre a {
    font-family: monospace;
  }
  
  hr.hr-clear {
    clear: both;
    width: 0;
    border: 0;
  }
  
  .clear {
    clear: both;
    height: 1px;
  }
  
  .noborder {
    border: none !important;
  }
  
  
/*--------------------------------------------------
     Wrapper
--------------------------------------------------*/

div#wrapper {
  margin: 0 auto;
  width: 974px;
  background: url(../images/bg-wrapper.png) repeat-y;
  }
  
  div#wrapper-inner {
    position: relative;
    margin: 0 auto;
    width: 954px;
    text-align: left;
    border-top: 2px solid #10688a;
    background: url(../images/bg-contents.png) repeat-y;
  }
  
  
/*--------------------------------------------------
     Header
--------------------------------------------------*/

div#header {
  position: absolute;
  top: 0;
  margin: 0 auto;
  padding-top: 40px;
  width: 954px;
  height: 75px;
  }
  
  p#header-logo {
    float: left;
    margin: 0 0 0 25px;
    display: inline;
  }
  
  ul#header-topicpath {
    position: absolute;
    right: 0;
    bottom: 0;
    list-style-type: none;
    margin: 0;
    height: 30px;
    border: 3px double #ccc;
    background-color: #fff;
    font-size: 100%;
  }
  
  ul#header-topicpath li {
    float: left;
    height: 30px;
    line-height: 30px;
    background: url(../images/bg-topicpath-arrow.png) no-repeat right center;
  }
  
  ul#header-topicpath li:first-child {
    padding: 0 10px;
    background-image: none;
    border-right: 3px double #ccc;
    color: #999;
  }
  
  ul#header-topicpath li:last-child {
    background: url(../images/bg-topicpath-arrow-last.png) no-repeat right center;
  }
  
  ul#header-topicpath li.firstChild {
    padding: 0 10px;
    background-image: none;
    border-right: 3px double #ccc;
    color: #999;
  }
  
  ul#header-topicpath li.lastChild {
    background: url(../images/bg-topicpath-arrow-last.png) no-repeat right center;
  }
  
  ul#header-topicpath li a {
    display: block;
    padding: 0 18px 0 8px;
  }
  
  
/*--------------------------------------------------
     Global Navigation 
--------------------------------------------------*/

ul#globalnavi {
  position: absolute;
  z-index: 2;
  top: 115px;
  margin: 0 auto;
  width: 954px;
  height: 50px;
  background-color: #fff;
  }
  
  ul#globalnavi li {
    position: relative;
    float: left;
    width: 190px;
  }
  
  ul#globalnavi li a {
    display: block;
  }
  
  ul#globalnavi li a:hover {
    background-color: transparent;
  }
  
  ul#globalnavi li a:hover img {
    visibility: hidden;
  }
  
  ul#globalnavi li a.stay img {
    visibility: hidden;
  }
  
  #navi1, #navi2, #navi3, #navi4 {
    border-right: 1px solid #CCCCCC;
  }
  
  #navi1 {
    background: url(../images/navi1-b.png) no-repeat;
  }
  
  #navi1 a.stay {
    background: url(../images/navi1-b.png) no-repeat;
  }
  
  #navi2 {
    background: url(../images/navi2-b.png) no-repeat;
  }
  
  #navi3 {
    background: url(../images/navi3-b.png) no-repeat;
  }
  
  #navi4 {
    background: url(../images/navi4-b.png) no-repeat;
  }
  
  #navi5 {
    background: url(../images/navi5-b.png) no-repeat;
  }
  
  /*--------------------------------------------------
       Dropdown Navigation
  --------------------------------------------------*/
  
  ul#globalnavi li ul {
    display: none;
    margin: 0;
    padding: 0;
    }
    
    ul#globalnavi li:hover ul {
      position: absolute;
      top: 50px;
      left: 0;
      display: block;
      padding: 5px 8px;
      width: 170px;
      background-image: url(../images/slash.png) !important;
      background-image: url(../images/slash_ie6.png);
      border: 2px solid #2887ab;
      border-top: none;
    }
    
    ul#globalnavi li ul li {
      display: block;
      width: 175px;
      line-height: 130%;
      font-size: 85%;
    }
    
    ul#globalnavi li ul li a {
      padding: 0 0 0 16px;
      background: url(../images/list-icon.png) no-repeat left 2.5px;
    }
    
    ul#globalnavi li ul li a:hover {
      background: url(../images/list-icon-on.png) no-repeat left 2.5px;
    }
    
    ul#globalnavi li:hover ul li ul {
      position: relative;
      top: 0;
      left: 0;
      padding: 0;
      border: none;
    }
    
    ul#globalnavi li:hover ul li ul li {
      margin-left: 8px;
      width: 167px;
      font-size: 90%;
    }
    
    ul#globalnavi li:hover ul li ul li a {
      padding-left: 11px;
      background: url(../images/list-icon-small.png) no-repeat left 4px;
    }
    
    ul#globalnavi li:hover ul li ul li a:hover {
      background: url(../images/list-icon-small-on.png) no-repeat left 4px;
    }
    
    ul#globalnavi li:hover ul li ul li ul li {
      width: 159px;
      font-size: 100%;
    }
  
  
/*--------------------------------------------------
     Sub Navigation
--------------------------------------------------*/

div#div-subnavi {
  position: absolute;
  z-index: 1;
  top: 165px;
  margin: 0 auto;
  width: 950px;
  background-color: #fff;
  background-image: url(../images/slash.png) !important;
  background-image: url(../images/slash_ie6.png);
  border: 2px solid #2887ab;
  }
  
  ul#subnavi {
    margin: 3px 8px;
  }
  
  ul#subnavi li {
    display: inline;
    margin: 0 8px 0 0;
  }
  
  ul#subnavi li a {
    padding: 0 0 0 16px;
    background: url(../images/list-icon.png) no-repeat left center;
  }
  
  ul#subnavi li a:hover {
    background: url(../images/list-icon-on.png) no-repeat left center;
    text-decoration: underline;
  }
  
  ul#subnavi li a.stay {
    background: url(../images/list-icon-on.png) no-repeat left center;
    font-weight: bold;
    color: #ed9f49;
  }
  
  
/*--------------------------------------------------
     Main Contents
--------------------------------------------------*/

div#contents, div#content {
  margin: 20px 0 0 0;
  }
  
  div#contents h3, div#content h3 {
    border-left: 5px solid #ed9f49;
  }
  
  div#contents ul li, div#content ul li {
    padding: 0 0 0 17px;
    background: url(../images/list-icon.png) no-repeat left 3px;
  }
  
  div#contents ul li ul, div#content ul li ul, 
  div#contents ol li ol, div#content ol li ol {
    margin: 0 0 5px 3px;
  }
  
  div#main, div#post {
    float: left;
    margin: 30px 0 280px 0;
    width: 554px;
  }
  
  div#main div.main-half, div#post div.main-half {
    float: left;
    width: 275px;
  }
  
  div#main div.column, div#post div.column {
    margin: 0 25px 10px 25px;
    padding: 48px 0 0 0;
    border: 3px double #10688a;
    border-radius: 10px;
    background: url(../images/bg-column.png) no-repeat left top;
    background-color: #f7f7f7;
    font-size: 95%;
  }
  
  div#main div.column h4, div#post div.column h4 {
    margin-top: 0;
  }
  
  div#main h2, div#post h2 {
    padding: 8px 5px 8px 15px;
    border-top: 2px solid #10688a;
    border-bottom: 1px solid #10688a;
    background: url(../images/bg-mainCaption.png) no-repeat;
    color: #10688a;
  }
  
  div#main h2 a, div#post h2 a {
    color: #10688a;
  }
  
  div#main h3, div#post h3 {
    padding: 4px 5px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-image: url(../images/slash.png) !important;
    background-image: url(../images/slash_ie6.png);
  }
  
  div#main h4, div#post h4 {
    padding: 1px 5px;
    border-left: 5px solid #666;
  }
  
  div#main div.main-half h3, div#post div.main-half h3 {
    margin-top: 5px;
  }
  
  div#main div.main-half ul, div#post div.main-half ul {
    margin-left: 25px;
  }
  
  div#main ul#prevNext {
    clear: both;
    margin: 0 10px 10px 10px;
    padding-top: 30px;
  }
  
  div#post ul#prevNext {
    clear: both;
    margin: 0 25px 10px 25px;
    padding-top: 20px;
  }
  
  div#main ul#prevNext li, div#post ul#prevNext li {
    margin-bottom: 5px;
    padding: 10px;
    border: 2px solid #10688a;
    background: url(../images/slash.png) !important;
    background: url(../images/slash_ie6.png);
    color: #333;
    font-size: 95%;
  }
  
  div#main div.main-half ul, div#post div.mani-half ul {
    margin-bottom: 20px;
  }
  
  div#main ul li ul li ul li, div#post ul li ul li ul li {
    padding: 0 0 0 13px !important;
    background: url(../images/list-icon-small.png) no-repeat left 5px !important;
    line-height: 130%;
    font-size: 90%;
  }
  
  div#main ul.ul-pin, div#post ul.ul-pin {
    margin-left: 25px;
  }
  
  div#main ul.ul-pin li, div#post ul.ul-pin li {
    margin-bottom: 10px;
  }
  
  div#main ul.ul-pin p, div#post ul.ul-pin p {
    margin: 10px 0 0 -10px;
  }
  
  div#main ul.ul-small li, div#post ul.ul-small li {
    padding: 0 0 0 13px !important;
    background: url(../images/list-icon-small.png) no-repeat left 4px !important;
    line-height: 130%;
    font-size: 90%;
  }
  
  div#main a img, div#post a img {
    border: 3px double #ed9f49;
  }
  
  div#main img.img-inline, div#post img.img-inline {
    margin: 0 3px;
  }
  
  p.p-public {
    margin-bottom: 5px;
    text-indent: 1em;
  }
  
  div#cse-search-results iframe {
    overflow: auto;
  }
  
  div.map_canvas {
    margin: 0 15px 10px 15px;
    text-align: center;
  }
  
  input.formInput {
    margin: 0;
    padding: 4px;
    border: 2px solid #ccc;
    height: 19px;
    background: url(../images/form-input-tr.png) repeat-x !important;
    background: url(../images/form-input.gif) repeat-x;
    line-height: 19px;
    font-size: 14px;
  }
  
  input.formInput:focus {
    border: 2px solid #edb475;
  }
  
  input.formCenter {
    width: 300px;
  }
  
  div#main #formMetaTagGetterURL, 
  div#main #formStataSearch {
    font-family: monospace;
  }
  
  div#gsearch {
    float: right;
    margin-top: -30px;
    padding: 0 5px 0 0;
  }
  
  div#main #formMetaTagGetterSend, 
  #gSearchSubmit {
    padding: 2px 5px;
    font-size: 14px;
  }
  
  #gSearchBox {
    width: 300px;
  }
  
  .fn a {
    margin: 0 3px;
    padding: 0 3px;
    border: 1px dotted #42a1c4;
    background: url(../images/slash.png) !important;
    background: url(../images/slash_ie6.png);
    font-size: 65%;
  }
  
  .fn a:hover {
    border: 1px dotted #ed9f49;
  }
  
  ul.ul-fn {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    background: url(../images/slash.png) !important;
    background: url(../images/slash_ie6.png);
    font-size: 90%;
  }
  
  ul.ul-fn li a {
    margin: 0 1px 0 0;
    padding: 0 3px;
    border: 1px dotted #42a1c4;
    background-color: #fff;
    font-size: 75%;
  }
  
  ul.ul-fn li a:hover {
    border: 1px dotted #ed9f49;
  }
  
  ul.ul-fn li a.fn-link {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
  }
  
  
/*--------------------------------------------------
     Side Contents
--------------------------------------------------*/

div.sidebar {
  float: left;
  margin: 0;
  width: 200px;
  }
  
  div.sidebar div.side-3culumns {
    float: left;
    width: 50px;
  }
  
  div.sidebar div#div-fontSizeSmall {
    margin-left: 25px !important;
    margin-left: 15px;
  }
  
  div.sidebar p {
    font-size: 80%;
  }
  
  div.sidebar h2 {
    border-left: 5px solid #ed9f49;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-image: url(../images/slash.png) !important;
    background-image: url(../images/slash_ie6.png);
    font-weight: normal;
    text-shadow: 1px 1px 1px gray;
  }
  
  div.sidebar h3 {
    padding: 3px 5px 3px 5px;
    font-size: 95%;
    font-weight: normal;
  }
  
  div.sidebar ul {
    margin: 0 10px 10px 20px;
  }
  
  div.sidebar ul li {
    padding: 0 0 0 13px !important;
    background: url(../images/list-icon-small.png) no-repeat left 4px !important;
    line-height: 130%;
    font-size: 90%;
  }
  
  div.sidebar ul li ul li {
    font-size: 90%;
  }
  
  div.sidebar ul li ul li ul li {
    font-size: 100%;
  }
  
  div.sidebar ul.small li {
    padding: 0 0 0 13px !important;
    background: url(../images/list-icon-small.png) no-repeat left 4px !important;
    line-height: 130%;
    font-size: 80%;
  }
  
  
/*--------------------------------------------------
     Table
--------------------------------------------------*/

#main table, 
#content table {
  margin: 0 20px 10px 20px;
  padding: 0;
  width: 510px;
  border-spacing: 0;
  border-top: 3px double #10688a;
  border-bottom: 3px double #10688a;
  line-height: 130%;
  }
  
  #main table th, 
  #content table th {
    margin: 0;
    padding: 3px 5px;
    background: url(../images/table-header.png) repeat-x left bottom;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #10688a;
    color: #10688a;
    text-align: center;
    letter-spacing: 0.5em;
  }
  
  #main table td, 
  #content table td {
    margin: 0;
    padding: 3px 5px;
    background: url(../images/table-data.png) repeat-x left bottom;
    border-left: 1px solid #fff;
  }
  
  #main table td.line, 
  #content table td.line {
    border-bottom: 1px dotted #10688a;
  }
  
  #main table colgroup col.col-header, 
  #content table colgroup col.col-header {
    width: 8em;
  }
  
  #main table td:first-child, 
  #content table td:first-child {
    background: url(../images/table-header.png) repeat-x left bottom;
    border-left: 0;
    text-align: right;
  }
  
  #main table th:first-child, 
  #content table th:first-child {
    border-left: 0;
  }
  
  #main table td.firstChild, 
  #content table td.firstChild {
    background: url(../images/table-header.png) repeat-x left bottom;
    border-left: 0;
    text-align: right;
  }
  
  #main table th.firstChild, 
  #content table th.firstChild {
    border-left: 0;
  }
  
  
/*--------------------------------------------------
     Footer
--------------------------------------------------*/

div#footer {
  margin: 0;
  background: url(../images/bg-footer.png);
  border-top: 3px double #ebebeb;
  border-bottom: 3px double #ebebeb;
  }
  
  div#footer-inner {
    position: relative;
    margin: 0 auto;
    width: 954px;
    background: url(../images/bg-footer.png);
  }
  
  div#footer-inner div#footer-sitemap {
    float: left;
    width: 620px;
  }
  
  div#footer-inner div#footer-column-left {
    float: left;
    width: 310px;
  }
  
  div#footer-inner div#footer-column-center {
    float: left;
    width: 310px;
  }
  
  div#footer-inner div#footer-column-right {
    float: right;
    width: 310px;
  }
  
  div#footer-inner h2 {
    margin: 10px 10px 10px 0;
    padding: 0 0 0 30px;
    font-size: 150%;
    font-weight: bold;
  }
  
  div#footer-inner h2#h2-sitemap {
    background: url(../images/cap-icon-sitemap.png) no-repeat left center;
  }
  
  div#footer-inner h2#h2-quickContact {
    background: url(../images/cap-icon-contact.png) no-repeat left center;
  }
  
  div#footer-inner h3 {
    margin: 0 10px;
  }
  
  div#footer-inner ul {
    margin: 0 10px 10px 13px;
  }
  
  div#footer-inner li {
    padding: 0 0 0 20px;
    line-height: 130%;
    font-size: 90%;
  }
  
  div#footer-inner div#footer-sitemap ul {
    background: url(../images/list-icon-map-vertical.png) repeat-y left 1px;
  }
  
  div#footer-inner div#footer-sitemap li {
    background: url(../images/list-icon-map.png) no-repeat left 1.5px !important;
    background: url(../images/list-icon-map_ie6.png) no-repeat left 1.5px;
  }
  
  div#footer-inner div#footer-sitemap li:last-child {
    background: url(../images/list-icon-map-last.png) no-repeat left 1px !important;
    background: url(../images/list-icon-map-last_ie6.png) no-repeat left 1px;
  }
  
  div#footer-inner div#footer-sitemap li.lastChild {
    background: url(../images/list-icon-map-last.png) no-repeat left 1px !important;
    background: url(../images/list-icon-map-last_ie6.png) no-repeat left 1px;
  }
  
  div#footer-inner li ul {
    margin: 0 10px 5px 0;
  }
  
  div#footer-inner li ul li {
    font-size: 100%;
  }
  
  div#footer-inner h3#h3-home a {
    padding: 0 0 0 25px;
    background: url(../images/list-icon-home.png) no-repeat left center;
  }
  
  div#footer-inner h3#h3-about a {
    padding: 0 0 0 25px;
    background: url(../images/list-icon-about.png) no-repeat left center;
  }
  
  div#footer-inner h3#h3-works a {
    padding: 0 0 0 25px;
    background: url(../images/list-icon-works.png) no-repeat left center;
  }
  
  div#footer-inner h3#h3-play a {
    padding: 0 0 0 25px;
    background: url(../images/list-icon-play.png) no-repeat left center;
  }
  
  div#footer-inner h3#h3-diary a {
    padding: 0 0 0 25px;
    background: url(../images/list-icon-diary.png) no-repeat left center;
  }
  
  div#footer-inner h2, div#footer-inner h3, div#footer-inner p, div#footer-inner li, div#footer-inner .math {
    color: #ebebeb;
  }
  
  div#footer-inner h2 a, div#footer-inner h3 a, div#footer-inner p a, div#footer-inner li a, div#footer-inner .math a {
    color: #edb475;
    text-decoration: none;
  }
  
  div#footer-inner h2 a:visited, div#footer-inner h3 a:visited, div#footer-inner p a:visited, div#footer-inner li a:visited, div#footer-inner .math a:visited {
    color: #b2926e;
  }
  
  div#footer-inner h2 a:hover, div#footer-inner h3 a:hover, div#footer-inner p a:hover, div#footer-inner li a:hover, div#footer-inner .math a:hover {
    text-decoration: underline;
  }
  
  div#copy {
    padding-top: 10px;
  }
  
  div#copy p {
    margin: 0 0 10px 0;
    text-align: center;
    color: #666;
    font-size: 70%;
  }
  
  div#copy p.p-myProverbs {
    margin-bottom: 5px;
    padding-top: 10px;
  }
  
  
/*--------------------------------------------------
     Footer > Contact Form
--------------------------------------------------*/

div#footer-inner div#footer-column-right h3 {
  margin: 0 0 0 15px;
  }
  
  div#footer-inner div#footer-column-right h3 label {
    color: #ebebeb;
  }
  
  div#footer-inner div#footer-column-right p {
    margin: 0 0 10px 15px;
  }
  
  div#footer-inner div#footer-column-right ul#ul-formTop {
    list-style-type: none;
    margin: 0 0 5px 10px;
    background: none;
    color: #ccc;
    font-size: 100%;
  }
  
  div#footer-inner div#footer-column-right ul#ul-formTop li {
    padding: 0 0 0 1.45em;
    background: none;
    text-indent: -1.45em;
  }
  
  div#footer-inner div#footer-column-right .formSpace {
    color: #ebebeb;
  }
  
  div#footer-inner div#footer-column-right input#formName, 
  div#footer-inner div#footer-column-right input#formEmail, 
  div#footer-inner div#footer-column-right textarea {
    margin: 0 0 10px 17px;
    padding: 4px;
    border: 2px solid #ccc;
    line-height: 15px;
    font-size: 14px;
  }
  
  div#footer-inner div#footer-column-right input#formName:focus, 
  div#footer-inner div#footer-column-right input#formEmail:focus, 
  div#footer-inner div#footer-column-right textarea:focus {
    border: 2px solid #edb475;
  }
  
  div#footer-inner div#footer-column-right input#formName {
    width: 170px;
    height: 19px;
    background-color: #fefefe;
    background: url(../images/form-input.gif) repeat-x;
  }
  
  div#footer-inner div#footer-column-right input#formEmail {
    padding: 5px 4px;
    width: 210px;
    height: 17px;
    background-color: #fefefe;
    background: url(../images/form-input.gif) repeat-x;
    font-family: monospace;
  }
  
  div#footer-inner div#footer-column-right textarea#formMessage {
    width: 270px;
    height: 100px;
    background-color: #fefefe;
    background-image: url(../images/form-input.gif);
    background-repeat: repeat-x;
  }
  
  div#footer-inner div#footer-column-right input#formSend {
    margin: 0 0 10px 15px;
    padding: 10px;
    font-size: 15px;
  }
  
  div#footer-inner div#footer-column-right p.p-formAlert {
    color: #ecea40;
  }
  
  
/*--------------------------------------------------
     Page Navigation
--------------------------------------------------*/

ul#ul-pagenavi {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
  }
  
  ul#ul-pagenavi li {
    margin: 0;
    width: 100px;
    height: 20px;
    font-size: 1px;
  }
  
  ul#ul-pagenavi li a {
    display: block;
  }
  
  ul#ul-pagenavi li a:hover {
    background-color: transparent;
  }
  
  ul#ul-pagenavi li a:hover img {
    visibility: hidden;
  }
  
  ul#ul-pagenavi li a.stay:hover img {
    visibility: visible;
  }
  
  #pageNavi-toTop {
    background: url(../images/pageNavi-toTop-on.png) no-repeat;
  }
  
  #pageNavi-toBottom {
    background: url(../images/pageNavi-toBottom-on.png) no-repeat;
  }
  
  #pageNavi-back {
    background: url(../images/pageNavi-back-on.png) no-repeat;
  }
  
  #pageNavi-forward {
    background: url(../images/pageNavi-forward-on.png) no-repeat;
  }
  
  #pageNavi-contact {
    background: url(../images/pageNavi-contact-on.png) no-repeat;
  }
  
  #pageNavi-sitemap {
    background: url(../images/pageNavi-sitemap-on.png) no-repeat;
  }
  
  
/*--------------------------------------------------
     Google 404 Error Page
--------------------------------------------------*/

#goog-wm-qt {
  margin: 5px 5px 0 0;
  padding: 4px;
  width: 350px;
  height: 19px;
  border: 2px solid #ccc;
  background: url(../images/form-input.gif) repeat-x;
  line-height: 15px;
  font-size: 14px;
  }
  
  #goog-wm-qt:focus {
    border: 2px solid #edb475;
  }
  
  #goog-wm-sb {
    padding: 3px;
    font-size: 14px;
  }
  
  
/*--------------------------------------------------
     Google Adsense
--------------------------------------------------*/

div#adsenseTop {
  position: absolute;
  z-index: 0;
  top: 210px;
  margin: 0 auto;
  padding: 0 0 0 30px;
  width: 524px;
  height: 15px;
  }
  
  div#adsenseBottomLeft {
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    padding: 0 0 0 15px;
    width: 539px;
    height: 250px;
  }
  
  div#adsenseBottomRight {
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    padding: 0 0 0 290px;
    width: 264px;
    height: 250px;
  }
  
  
/*--------------------------------------------------
     Twitter Widget
--------------------------------------------------*/

div.twtr-widget {
  margin-left: 15px;
  margin-bottom: 10px;
  }
  
  div.twtr-widget h3 {
    border: none !important;
  }