
  .photoImg,
  .photoImg_over,
  .photoText,
  .photoText_over {
    width: 142px;
    cursor: pointer;
    text-align: center;
    height: 142px;
  }
  
  .photoImg img,
  .photoImg_over img {
    max-width: 142px;
  }

  .photoImg {
    /*padding-top: 20px;*/
    vertical-align: middle;
    opacity: .3;
    filter: alpha(opacity=30);
  }
  
  .photoImg_over {
    /*vertical-align: bottom;*/
  }
  
  .photoText {
    vertical-align: top;
    opacity: .3;
    filter: alpha(opacity=30);
  }
  
  .photoText_over {
    vertical-align: top;
  }
  
  .pCLine {
    width: 17px;
    background-image: url('../images/dot.gif');
    background-repeat: repeat-y;
    background-position: top center;
    opacity: .3;
    filter: alpha(opacity=30);
  }
  
  .pCLine_over {
    width: 17px;
    background-image: url('../images/dot.gif');
    background-repeat: repeat-y;
    background-position: top center;
  }
  
  .pRLine {
    height: 15px;
    background-image: url('../images/border_grey_repeat.png');
    background-repeat: repeat-x;
    background-position: center left;
    opacity: .3;
    filter: alpha(opacity=30);
  }
  
  .pRLine_over {
    height: 15px;
    background-image: url('../images/border_blue_repeat.png');
    background-repeat: repeat-x;
    background-position: center left;
  }
  
  #ptNavi {
    height: 20px;
    padding: 0 18px;
    background-image: url('../images/navi.gif');
    background-repeat: repeat-x;
    color: #193049;
  }
  
  .nLink:link,
  .nLink:visited,
  .nLink:active {
    font-family: Helvetica;
    font-size: 12px;
    text-decoration: none;
    color: #1390C1;
  }
  
  .nLink:hover {
    font-family: Helvetica;
    font-size: 12px;
    text-decoration: none;
    color: #193049;
  }
  
  .cTitle {
    margin-bottom: 0;
  }
  
  .nRed:link,
  .nRed:visited,
  .nRed:active {
    font-family: Helvetica;
    font-size: 12px;
    text-decoration: none;
    color: #EE3248;
  }
  
  .nRed:hover {
    font-family: Helvetica;
    font-size: 12px;
    text-decoration: none;
    color: #193049;
  }
