*{
  margin:0px auto;padding:0;
    scrollbar-base-color: #FF0000;
    scrollbar-track-color: #ffffff;
    scrollbar-shadow-color: #FF006C;
    scrollbar-highlight-color: #FF006C;
    scrollbar-arrow-color: #FFF000;
  text-align:center;
 }

/* body */
body{
	margin:0px auto;
	padding:0;
	font-family:Verdana,Chicago,osaka,"ＭＳ Ｐゴシック",sans-serif;
	line-height:150%;
	background-color:#ffffff;
	color:#000000;
    }
    
/* 共通id */
#contents{
          width:800px;
          margin:0px auto;
          padding:0;
          text-align:center;
		  	color:#000000;
         }
		 
#contents_in{
          width:800px;
          margin:auto;
          padding:0;
          text-align:center;
         }

#head,#head a{
   padding:0;
   margin:0;
   width:800px;height:25px;/* head画像のサイズ */
   background:url(../image/head.gif) no-repeat 0px;
     font-size:0em;
     text-indent:-9999px;
     list-style:none;
     display:block;
  }
h1,h1 a{
   padding:0;
   margin:0;
   width:800px;height:132px;/* タイトル画像のサイズ */
   background:url(../image/h1.jpg) no-repeat 0%;
     font-size:0em;
     text-indent:-9999px;
     list-style:none;
     display:block;
  }

#visual01,#visual01 a{
			width:800px;
			height:304px;
			margin:0;padding:0;
			background:url(../image/visual01.jpg) no-repeat 0%;
			font-size:0em;
			text-indent:-9999px;
			list-style:none;
			display:block;
			}

/* i_box */
#in_left{
     width:190px;
     height:92px;
     margin:0;padding:0;
     background:url("../image/in_left.gif") no-repeat 0%;
	 float:left;
    }
	
#in_top{
     width:800px;
     height:25px;
     margin:0;padding:0;
     background:url("../image/in_top.gif") no-repeat 0%;
	 clear:both;
    }
	
#in_bottom{
     width:800px;
     height:21px;
     margin:0;padding:0;
     background:url("../image/in_bottom.gif") no-repeat 0%;
	 clear:both;
    }
		
#in_back{
    width:305px;
    height:92px;
    margin:0;padding:0;
    background:url("../image/in_back.gif") no-repeat 0%;
	float:left;
   }
.info {
      width:305px;
      height:92px;
      border:none;
      margin:0;
      padding:0px;
      line-height:140%;
      text-align:left;
      overflow:auto;
	  font-size:0.8em;
	  }
#nobori01,#nobori01 a{
     width:305px;
     height:42px;
     margin:0;padding:0;
     background:url("../image/nobori01.gif") no-repeat 0%;
	 text-indent:-9999px;
	 display:block;
    }
#nobori02,#nobori02 a{
     width:305px;
     height:50px;
     margin:0;padding:0;
     background:url("../image/nobori02.gif") no-repeat 0%;
	 text-indent:-9999px;
	 display:block;
    }

/* link */
a#footer{
         color:#ffffff;
        }
      
a:link   {color:#FF4200;}
a:visited{color:#C53300;}
a:hover  {color:#FF9000;
          text-decoration:underline;}
a        {text-decoration: none;
          font-weight : bold;}
	 	 
