/* CSS for Japanese pages */

  #header { border-style: none;
    background-color: rgb(0, 0, 0);
    }

  #headerTitle { position: absolute;
    top: 30px;
    left: 55px;
    min-width: 400px;
    font-weight: bold;
    font-style: normal;
    color: rgb(230, 230, 230);
    font-size: 33px;
    filter:dropshadow(offx=3,offy=2,color=#484848,positive=true);
    }

  #headerDesc { position: absolute;
    top: 27px;
/*    left: 55px; */
    right: 15px;
    text-align: right;
    min-width: 400px;
    font-weight: normal;
    font-style: normal;
    color: rgb(230, 230, 230);
    font-size: 12.4px;
    line-height: 127%;
    filter:dropshadow(offx=2,offy=1,color=#484848,positive=true);
    }

  #top-nav {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    height: 16px;	
    padding-top: 1ex;
    padding-bottom: 1ex;
    }

  #top-nav ul {
    display: inline; 
    margin-left: 0;
    vertical-align: middle;
    padding-left: 15px;
    }

  #top-nav ul li {
    color: white;
    display: inline;
    padding-left: 4px;
    padding-right: 4px;
    }

  #top-nav ul li:before {
    content: "|";
    padding-right: 8px;
    color: #FFFFFF;
    }

  #top-nav ul li.first:before {
    content: "";
    }

  #top-nav ul li a {
    color:#FFFFFF;
    text-decoration: none;
    }

  #top-nav ul li a:hover {
    color: #ffffff; background: #b50000; 
    padding-top: 1ex;
    padding-bottom: 1ex; 
    font-weight: normal;
/*  border-bottom: 0.5ex solid #699504; */
    text-decoration: none;
	}

  #top-nav ul li a:visited {
    color:#ffffff;
    }

  #menu { border-style: none;
    top: 0pt;
    left: 0pt;
    float: left;
    width: 160px;
    background-color: rgb(107, 137, 55);
    position: relative;
    font-size: 16px;
    }

  #menuHorizontal { position: relative;
    top: 0pt;
    left: 0pt;
    float: left;
    }

  #menutable { position: relative;
    margin-top: 20px;
    }

  #content { border-style: none;
    padding: 15px;
    min-height: 350px;
    margin-left: 160px;
    position: relative;
    background-position: left top;
    background-color: rgb(255, 255, 255);
    background-image: url(../images/bg_gra_pi1.gif);
/*    background-image: url(../images/bg_behind_01.gif); */
    background-repeat: repeat;
    float: none;
    }

  #center #menu { width: 710px;
    }

  #footer { position: relative;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left;
    font-family: 'ＭＳ Ｐ明朝', '平成明朝','Hiragino Mincho Pro', 'Times New Roman';
    font-size: 13px;
    color: rgb(205, 205, 205);
    clear: both;
    padding-left: 68px;
    margin-right: 68px;
    z-index: 6000;
    background-color: rgb(107, 137, 55);
    }
