/* レイアウトの設定*/
BODY{
    
    
  font-size : 12px;
  
  
  line-height : 180%;
  
}
/* ヘッダーの設定*/
#head{
    
    width : 750px;
    

  margin-bottom : 12px;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width : 750px;
    
}
/* 左側の設定*/
#left{
    float:left;
    width : 170px;
    
    

  background-color : #fcfcfc;

  border-left-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : gray;
  border-bottom-color : gray;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  

  
  
  
  
}
/* 真ん中の設定*/
#center{
    float:left;
    
    
    
  width : 430px;
  
  
  
  
  margin-top : 0px;
  margin-left : 7px;
  margin-right : 7px;
  margin-bottom : 0px;
}
/* 右側の設定*/
#right{
    float:left;
    width : 133px;
    
    

  
}
/* フッターーの設定*/
#foot{
    
    width : 750px;
    
    clear:both;
}
H1{
  font-size : 14px;
}
TABLE{
  font-size : 12px;
  line-height : 185%;
}
H2{
  font-size : 12px;
}
#orange{
  
  background-color : #fab76d;
  border-bottom-width : 2px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
  
  
  

  
}
A:LINK{
  color : #0000cc;
}
A:VISITED{
  color : #0000cc;
}
A:HOVER{
  color : red;
}
A:ACTIVE{
  color : #cc0000;
}
#green{
  background-color : #c6ff8c;
  border-bottom-width : 2px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
  
  
  

  

  line-height : 160%;
  
}
#box1{
  
  
  
  border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-top-color : #ff8000;border-right-color : #ff8000;border-bottom-color : #ff8000;border-left-color : #ff8000;
  
  
  
  
  text-align : left;
  
  
  
  

  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  background-color : #fffbfe;
}
#inbox1{
  text-align : left;
border-top-width : 1px;border-left-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-color : fuchsia fuchsia fuchsia fuchsia;border-style : solid solid solid solid;
  width : 150px;
  float : right;
  
  
  list-style-type : disc;
  height : 80px;
  
}
#inbox2{border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : maroon maroon maroon maroon;
  width : 400px;
  height : 100px;
  float : none;
  
  position : relative;
}
#line01{
  border-bottom-width : 3px;
  border-bottom-style : dotted;
  border-bottom-color : #ff6ad2;
  
  
  
}
H4{
  font-size : 11px;
}
H3{
  font-size : 14px;
}
