BODY         {margin: 0;
                  font: 13px;
                 *font-size: small;
                 *font: x-small;
                 font-family: Arial,sans-serif;
                 }

#container {width: 850px;
                  margin: auto;
                  background-color: #ffffff;}
                  
#header     {width: 850px;
                  height: 47px;}
                  
.toplogo     {float: left;}
                  
#header_inner p  {color: #333333;
                           font-size: 0.7em;
                           padding-top: 32px;
                          }
                           
#menu       {width: 850px;
                  height: 50px;
                  background-color: #16160e;}
                  
.navi li 
                  {display: inline;
                  list-style: none;
                  }
                  
.navi li a
                  {font-size: 0.8em;
                  color: #ffffff;
                  line-height: 100%;
                  text-decoration: none;
                  }

.navi ul 
                  {margin: 0px;
                  padding-top: 18px;
                  padding-left: 28px;}
                  
.navi a:hover
                  {color: #999999;}
                  
#content    {width: 100%;}
                  
.title           {width: 850px;
                  height: 70px;
                  background-color: #b7282e;
                  background-image: url(../img/blue.gif);}
                  
.title h3      {margin: 0px;
                  padding-left: 30px;
                  padding-top: 17px;
                  color: #ffffff;
                  font-size: 2em;
                  float: left;
                  width: 250px;}
                  
.title p        {margin: 0px;
                  padding: 20px;
                  font-size: 0.7em;
                  color: #ffffff;}
                  
.view           {width: 850px;
                  height: 450px;
                  background-color: #ffffff;
                  background-image: url(../img/ishi-blue.jpg);
                  background-position: bottom;
                  background-repeat: no-repeat;
                  }
                  
.view_inner {padding-right: 15px;
                  padding-left: 15px;}

div.imagebox {
		   border: 1px #0000cc; /* 枠線 */
		   width: 150px;               /* 横幅 */
		   height: 110px;
		   float: left;                /* 左に配置 */
		   margin-top: 30px;                /* 周囲の余白 */
		   margin-right: 12px;
		   border-style: solid; border-color: #666666;}
           
		p.image {
		   text-align: center; /* 中央寄せ */
		   margin: 0px;  /* 余白・間隔 */
		}
		p.caption {
		   font-size: 0.8em;     /* 文字サイズ */
		   color: #666666;    /* 文字色 */
		   text-align: center; /* 中央寄せ */
		   margin-top: 5px;
		   line-height: 120%;
		}

		p.exp {
			clear: left;       /* 回り込みを解除 */
		}

.imagebox a {
                  color: #192f60;
                  line-height: 100%;
                  text-decoration: none;
                  }


.line           {width: 850px;
                  height: 30px;
                  background-color: #b7282e;
                  background-image: url(../img/blue2.gif);
                  font-size: 2em;
                  }

.navi2        {width: 850px;
                  height: 30px;
                  background-color: #16160e;}
                  
.navi2 li 
                  {display: inline;
                  list-style: none;
                  }
                  
.navi2 li a
                  {font-size: 0.7em;
                  color: #ffffff;
                  line-height: 100%;
                  text-decoration: none;
                  }

.navi2 ul 
                  {margin: 0px;
                  padding-top: 5px;
                  padding-right: 40px;
                  text-align: right;}
                  
.navi2 a:hover
                  {color: #999999;}

#footer p   {text-align: right;
                  font-size: 0.7em;
                  color: #666666;
                  margin-top: 5px;
                  padding: 0px;
                  }
