/*工事：道路
大林道路

電線を入れる

電線共同工工事

灰色　白　黒　緑　明るい感じ
渋谷区

概要　（中ブランク）
よてい・おしらせ　
工事瓦版　（ページ無し）
link
幡ケ谷便り

topにリアルタイム情報へのリンク

*/

/*ここから全体のBODY設定*/
BODY{
  position: fixed;
  overflow:scroll;
  font-size :10pt;
  background-position : 100% 100%;
  color : #000000
;
}
/*ここまで全体のBODY設定*/

/*ここから大まかなページ分け*/

DIV.top
{
  position: relative;
  background-image : url(douro7.jpg);
  background-repeat : repeat-y;
  top:10px;
  width: 800px;
  background-color: #dbbd95;
  margin-top : 15px;
  padding-bottom : 0px;
  margin-left : 40px;
  margin-right : 40px;
  border-bottom : 1px dashed gray;
}
DIV.menu
{
  position: absolute;
  top:150px;
  left:50px;
  display: block;
  margin : 0px 0px 10px;margin-left : 0px;
  padding : 10px;
  background-color :#FFFFFF;
  background-repeat : no-repeat;
  background-position : 100% 100%;
  
  width: 800px;
  overflow : visible;
  border-width: 3px;
  border-style: double;
  
}
DIV.left
{
  position: absolute;
  top:150px;
  left:20px;
  bottom:30px;
  width : 150px;
  background-image : url(file:///D:/仕事用/背景/);
  background-repeat : y-repeat;
  margin-left : 15px;
  background-color : #FFFFFF;
  float : left;
  height :450px;
  border : 1px double gray;
  margin-bottom : 10px;
}
div.right
{
  position: absolute;
  top:150px;
  left:200px;
  bottom:30px;
  background-repeat : y-repeat;
  padding-left :30px;
  width : 600px;
}
/*ここまで大まかなページ分け*/

/*ここからメニューの設定*/
UL
{
  clear: both;
}
LI
{
  float: right;
  color : #000000;
  list-style-type : none;
}
LI A.menu
{
  background-color :#66cc66;
  display : block;
  padding: 10px 10px 10px 10px;
  margin: 0px 10px 0px 0px;
  color : #000000;
}
LI A.menu:hover
{
  color : #000000;
  background-color :#ff9966;
  display : block;
}
/*ここまでメニューの設定*/

H1{
  margin: 10px 10px 0px 10px;
  color : #33ffff;
}
