body {
   background: url(img/bodybg.gif) repeat-x;
   color: #333;
   font-size: 14px;
}

img { border: 0;}

a:hover { text-decoration: none;}

/* ベース -------------------------------------------------------------------*/
#main {
   width: 900px;
   margin: 0 auto;
   padding: 0 auto;
}

/* ヘッダー -------------------------------------------------------------------*/
#header {
   width: 900px;
   height: 106px;
   margin: 0 auto;
   padding: 0 auto;
   background: url(img/headerbg.gif) no-repeat;
}

h1 {
   font-size: 12px;
   font-weight: normal;
   padding: 10px 0 0 10px;
   color: #999;
}



/* グローバルナビ -------------------------------------------------------------------*/
#g_navi {  
   margin: 0;  
   padding: 0;  
   width: 900px;  
   height: 45px;  
   overflow: hidden;  
   background: url(img/gnavi.gif);  
}
  
#g_navi li {
   list-style:none;
   float:left; 
}
  
.g1 a {  
   display:block;  
   width: 301px;
   height: 45px;
   text-indent:-5000px;
   backgorund: url(img/navitop1.gif);
   text-align:center;  
}
  
.g1 a:hover {
   background: url(img/navitop2.gif); 
}

.g2 a {  
   display:block;  
   width: 299px;
   height: 45px;
   text-indent:-5000px;
   backgorund: url(img/navinagare1.gif);
   text-align:center;  
}
  
.g2 a:hover {
   background: url(img/navinagare2.gif); 
}

.g3 a {  
   display:block;  
   width: 300px;
   height: 45px;
   text-indent:-5000px;
   backgorund: url(img/navilog1.gif);
   text-align:center;  
}
  
.g3 a:hover {
   background: url(img/navilog2.gif); 
}



/* Pインナー -------------------------------------------------------------------*/
.intitle {
   width: 900px;
   height: 104px;
   background: url(img/ph1.gif) no-repeat;
   text-indent: 100px;
   line-height: 110px;
   font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
   font-size: 28px;
   font-weight: normal;
   color: #fff;
}

.intitle2 {
   width: 900px;
   height: 20px;
   background: url(img/ph2.gif) no-repeat;
}

.intitle3 {
   width: 900px;
   height: 85px;
   background: url(img/ph3.gif) no-repeat;
   text-indent: 100px;
   line-height: 85px;
   font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
   font-size: 28px;
   font-weight: normal;
   color: #fff;
}

.inner {
   width: 900px;
   background: url(img/pbg.gif) bottom;
   margin: 0 auto;
   padding: 0 auto;
}

.inner p{
   padding: 0 60px 0 80px;
   letter-spacing: 1px;
   line-height: 24px;
}



/* 詳細ボタン -------------------------------------------------------------------*/
.shousai1 a{
   display:block;
   width: 315px;
   height: 96px;
   background:url(img/shousai1.gif) no-repeat;
   text-indent:-5000px;
   float: left;
   overflow:hidden;
}

.shousai1 a:hover{
   background:url(img/shousai2.gif) no-repeat;
}

.shousai2 a{
   display:block;
   width: 315px;
   height: 96px;
   background:url(img/shousai3.gif) no-repeat;
   text-indent:-5000px;
   float: right;
   overflow:hidden;
}

.shousai2 a:hover{
   background:url(img/shousai4.gif) no-repeat;
}

.shousai3 a{
   display:block;
   width: 554px;
   height: 95px;
   background:url(img/shousai5.gif) no-repeat;
   text-indent:-5000px;
   overflow:hidden;
}

.shousai3 a:hover{
   background:url(img/shousai6.gif) no-repeat;
}

.shousai4 a{
   display:block;
   width: 766px;
   height: 103px;
   background:url(img/shousai7.gif) no-repeat;
   text-indent:-5000px;
   overflow:hidden;
}

.shousai4 a:hover{
   background:url(img/shousai8.gif) no-repeat;
}


/* フッター -------------------------------------------------------------------*/
#footer {
   height: 108px;
   background: url(img/footerbg.gif);
   color: #333;
   text-align: center;
   line-height: 80px;
   font-size: 10px;
   margin: 10px 0 0 0;
}




.red {
   color: #ff0000;
}

.br {
   font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
   font-size: 20px;
   color: #000;
}

.br2 {
   font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
   font-size: 20px;
   color: #ff0000;
}

.br3 {
   font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
   font-size: 16px;
   color: #000;
}

.rline {
   background: #ffd700;
   border-bottom: 1px solid #000;
}

.bline {
   border-bottom: 1px solid #000;
   color: #000;
}

.rline2 {
   background: #ffd700;
   border-bottom: 1px solid #000;
   color: #8b0000;
}

.ss{
   font-size: 12px;
}



table {
    width: 850px;
    border-collapse: collapse;
    background-color: white;
    color: #444;
    margin: 20px 0 10px 30px;
    font-size: 12px;
}

td {
   padding: 20px 10px;
   border: 1px solid #a9a9a9;
}

.ttitle {
   background: #d3d3d3;
   font-weight: bold;
   text-align: center;
}
