body {
      font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
      line-height: 130%;
      }

TD{
   line-height: 130%;
   }

a:link {
	    color: #008000;
        }
		
a:visited {
	       color: #0000ff;
           }
		   
#site_box {
          width : 800px;
          margin : 5px auto
		 }

#end_box {
          width : 800px;
          text-align: center;
		 }

.right {
        text-align: right;
        }

span.select {
             color: #0000FF;
			 font-weight:bold;
			 }
			 
img {
     vertical-align: bottom;
     margin:0;
    }

table#gyoselect {
	width:100%;
	margin:0;
	}
	
table#gyoselect tr td {
	border-top: 1px solid #0000FF;
	border-right:1px solid #0000FF;
	border-bottom:1px solid #0000FF;
	border-left: 1px solid #0000FF;
	border-spacing: 0;
	padding:0;
	}

.full {
	margin: auto;
	text-align: center;
	}
	
figure {
    display: inline-block;
    margin: 0px 3px 8px 0px;
    background-color: #d3d3d3;
    }
figure img {
    display: block;
	margin: 0px 0px 2px 0px;
    }
figcaption {
    font-size: 0.8em;
    text-align: center;
    }
	