/* ボディに関するCSS */
body {	background-color: #ffffcc;
	font-size: 13px;
	line-height:150%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

/* ページ構造に関するCSS */
#wrapper {
	  width: 800px;
      
          margin-left: auto;
          margin-right: auto;
          text-align: left;
}

#header{
        position: absolute;
        top: 0px;
        color: #ff8c00;
}

#cont2 {
        position: relative;
	left:162px;
	top:60px;
}

#cont3 {
        position: relative;
	left:650px;
	top: -870px;
}

#nav{
     position:absolute;
     top:93px;
     width:294px;
     font-size: 110%;
     line-height: 170%;
     padding:5px 0px,0px;
     list-style:none;
}

h1{
   font-size:120%;
   font-family:fantasy;
   margin: 10px 30px 0px;
   line-height:145%; 
}

h2{
   font-size:150%;
   font-family:fantasy;
   color:#ff0000;
}



/* ヘッダーに関するCSS */

#info {
       position: relative;
       top: 80px;
       left: 0px;
       font-weight: bold;
       color:#ff8c00;
}

h3 {
    font-size:120%;
    color:#ff8c00;
    margin: 0px;
    padding: 10px,18px,0px;
}

#log {
      position:absolute;
      top:17px;
}

/* コンテンツに関するCSS */
#img1 {
        margin-top:3px;}

#img2 {margin-top:5px;}

#img5 {margin-top:5px;}

#img7 {margin-top:5px;}

#img4 { 
       position: relative;
       top: -1040px;
       left: 650px;
       margin-top: 1px;
       margin-bottom: 1px;
}

#img9 { 
       position: relative;
       top: 0px;
       left: 0px;
       margin-top: 1px;
       margin-bottom: 1px;
}

#rolling {
          width:500px;}

#textboxbody {
        text-align:left;
	width: 450px;
        font-size:120%;
        font-weight:normal;
        line-height:145%;
        text-indent:1em;
	margin: 20px;}

#img6 { 
         margin-left: 25px;}

#mobil {
        text-align:left;
        width:294p;
        position:absolute;
        top:470px;
        font-size: 90%;	
}

/* ナビゲーションに関するCSS */

ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style-position: inside;
}

#nav {
      
        text-align: center;
        border: 2px ridge #ff9900;
	width:150px;
	margin:0px 0px 8px;
	padding:0px;
	font-size: 105%;
        position:absolute;
        top:114px;
        background-color:#f5f5f5;
}
#menu li{
	margin: 0px 0px 0px;
        background-color:#fofofo;
        text-align: left;
        width: 135px;
        height: 25px;
	padding-left: 0px;
        color:#ff8c00;
}


/* お知らせに関するcss */
#news {
       background-color:#f5f5f5;
       position: relative;
       top: -1040px;
       left: 650px;
       font-size: 110%;
       text-align: center;
       border: 2px ridge #ff9900;
       width:150px;
       height: 180px;
       padding:0px 5px 0px;
       margin-bottom: 7px;
}

#newsbody{
          text-align:left;
          padding:3px;
}
#leg{
     position: relative;
     color:#ff8c00;
     top:-380px;
     text-align: center;
}


/* 更新履歴に関するcss */
#textbox1 {
        text-align:center;
	width: 150px;
	height: 84px;
	border: 2px ridge #ff9900;
}
#textboxBody1 {
        text-align:left;
	overflow: scroll;
	width:140px;
	height: 87px;
        font-size:100%;
        font-weight:normal;
        line-height:150%;
        text-indent:1em;
	padding: 10px;
        background-color:#f5f5f5;
}



/* ラインに関するCSS　*/
#fast {
       width:800px;
       color:#ff8c00;
       position: relative;
       top: -350px;
}

#second {
         width:800px;
         color:#ff8c00;
         position: relative;
         top: -390px;
}

/* フッターに関するCSS */
#footer{
        font-size:110%;
        color:#ff8c00;
        position: relative;
        top: -394px;
        left: 240px;
}

/* リンクに関するCSS */
a:link {
	color: #00F;
	text-decoration:none;
	border-bottom:1px solid #00F;
}
a:visited {
	color: #936;
	text-decoration:none;
	border-bottom:1px solid #936;
}
a:active, a:hover {
	color:#936;
	text-decoration:none;
	border-style:none;
	background-color: #EFD1E0;
}

