/* ボディに関するCSS */
body {	background-color: #ffffcc;
	font-size: 13px;
	line-height:150%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

/* ページ構造に関するCSS */
#wrapper {
	  width: 800px;
          height: 3500px;
          margin-left: auto;
          margin-right: auto;
          text-align: left;
}
#set {
      font-size:100%;
      text-align:center;
      position:relative;
      top: 100px;
      width:200px;
      height:90px;
}

#leg{
     color:#ff8c00;
     position: relative;
     top:50px;
     text-align: center;
}




/* ヘッダーに関するCSS */

#header{
        position: absolute;
        top: 0px;
        color: #ff8c00;
}
#info {
       position: relative;
       top: 80px;
       left: 0px;
       font-weight: bold;
       color:#ff8c00;
}

#log {
      position:absolute;
      top:17px;
}


/* ラインに関するCSS　*/
#fast {
       width:800px;
       color:#ff8c00;
       position: relative;
       top: 90px;
}

#second {
         width:800px;
         color:#ff8c00;
         position: relative;
         top: 30px;
}
/* フッターに関するCSS */
#footer{
        font-size:110%;
        color:#ff8c00;
        position: relative;
        top: 24px;
        left: 400px;
}

/* コンテンツに関するCSS */

#img1 {position: relative;
      left:185px;
      top:70px;
}

img {border= none;}

#img3{
      border: none;}

h2{font-size: 130%;}

#content {
        font-size: 120%;
        text-align:center;
	width: 800px;
	position: relative;

	top:50px;
}
#sitebody {font-size:100%;
        text-align:center;
	width: 800px;
	position: relative;

	top:80px;
}

/* サイトに関するcss */
th{
   padding: 4px;
   font-size:100%;
   white-space: nowrap

}
td {text-align:left;
    vertical-align:baselione;
    padding: 4px;
font-size:100%;
}
.holi3{font-size:75%;}


/* テーブルに関するCSS　*/
table{width:680px;
      heidht:200px;
      border-collapse:collapse;
      border: 5px ridge #ff9900;
}

th    {background-color:#ffefd5;

border: 1px solid #ff9900;
}

td    {
       border: 1px solid #ff9900;
background-color:#faebd7;

}



