<!--
BODY,TD,DIV{/*全体の文字*/
font-size : 14px;
font-family : Verdana,"MS UI Gothic",Osaka,monospace;
color : #484848;
margin : 0px;
line-height : 20px;
}
.line0{/*左縦点線枠*/
padding : 3px 3px 3px 3px;
margin : 0px 0px 0px 0px;
border-width : 0px 0px 0px 0px;
border-style :  dotted ;
border-color : silver;
width : 160px;
height : 100%;
}
.line1{/*真ん中(1)(3)(5)縦点線枠*/
padding : 3px;
margin : 0px 0px 0px 0px;
border-width : 0px 1px 0px 1px;
border-style :  dotted ;
border-color : silver;
width : 580px;
height : 100%;
}
.line2{/*右(2)(4)縦点線枠*/
padding : 3px;
margin : 0px 8px;
border-width : 0px 1px 0px 0px;
border-style : dotted;
border-color : gray silver silver silver;
width : 160px;
height : 100%;
}
.line3{/*MEMOの点線*/
padding : 3px 8px;
margin : 0px 8px;
border-width : 1px 0px 0px 0px;
border-style : dotted;
border-color : silver;
width : 230px;
height : 20px;
}
.line4{/*マスター名　ライン*/
width : 100%;
height : 20px;
padding : 2px 8px 0px 8ps;
margin : 0px;
background-color : #996666;
color : #ffffff;
text-align : right;
}
.menu1{/*小見出し　赤枠*/
font-weight : bold;
color : white;
text-align : center;
margin : 0px auto 5px 5px;
width : 100px;
height : 20px;
background-color : #cc6666;
}
.menu2{/*小見出し　オレンジ枠*/
font-weight : bold;
color : white;
margin : 0px auto 5px 5px;
text-align : center;
width : 100px;
height : 20px;
background-color : #ff9966;
}
.menu3{/*小見出し　ピンク枠*/
font-weight : bold;
color : white;
margin : 0px auto 5px 5px;
text-align : center;
width : 100px;
height : 20px;
background-color : #cc9966;
}
.title{/*サイト名*/
font-size : 27px;
font-weight : bold;
color : #996666;
margin : 20px 0px 5px 30px;
letter-spacing : 3px;
}
.title2{/*左のコンテンツの小見出しのアイテム（例：施主支給アイテムの照明器具）*/
padding : 0px;
margin : 0px 0px 8px 0px ;
border-width : 0px 0px 1px 0px;
text-align : left;
  line-height : 200%;
}


.title3{/*左のコンテンツの小見出し*/
padding : 0px;
margin : 5px 0px 8px 0px;
border-width : 0px 0px 1px 0px;
border-style : dotted;
border-color : #484848;
text-align : left;
width : 130px;
  
}
.text{/*UP DATEのスクロール枠*/
padding : 5px;
margin : 15px auto;
border : 1px dotted silver;
width : 200px;
height : 100px;
overflow: auto;
}
a:link    {text-decoration:underline;color:#0033cc;}  /*テキストリンクの色*/
a:visited {text-decoration:underline;color:#CC3300;}  /*訪問済みのリンクの色*/ 
A:ACTIVE  {text-decoration:underline;color : #cc3300;}   /*クリック時のリンクの色*/
a:hover   {text-decoration:underline;color:#CC3300;}  /*マウスの上にカーソルがあるときのリンクの色*/

.line4 a:link       {color:#ffffff; text-decoration:none; font-weight:bold;}  /*テキストリンクの色*/
.line4 a:visited    {color:#ffffff; text-decoration:none; font-weight:bold;}   /*訪問済みのリンクの色*/
.line4 a:active     {color:#ffffff; text-decoration:none; font-weight:bold;}   /*クリック時のリンクの色*/
.line4 a:hover      {color:#ffffff; text-decoration:underline; font-weight:bold; font-style:italic;}   /*マウスの上にカーソルがあるときのリンクの色*/


BODY{/*スクロールバー*/
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #984b55;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color:#984b55;
scrollbar-shadow-color: #984b55;
scrollbar-track-color: #ffffff;
}
.box1{/*点線*/
padding : 0px;
margin : 20px 0px;
border-width : 0px 0px 1px 0px;
border-style : dotted;
border-color : #666666;
width : 580px;
}
.box2{/*四角枠*/
padding : 1px 10px 1px 10px;
margin : 10px 0px 10px 0px;
border : solid #ff9966;border-right-color : #ff9966;border-bottom-color : #ff9966;border-left-color : #ff9966;border-top-width : 0px;border-right-width : 0px;border-bottom-width : 0px;border-left-width : 0px;
width : 540px;

text-align : center;
  
  
  
}


.name{/*リンク先*/
font-weight : bold;
color : #666666;
padding : 3px 1px 3px 1px;
  width : 185px;
}
H1{
  font-size : 14px;
  font-weight : normal;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}
H2{
  font-size : 16px;
  font-weight : bold;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  color : #996666;
}
H3{
  font-size : 14px;
  font-weight : bold;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  color : #556B2F;
}


TH{
  font-weight : normal;
  font-size : 14px;
}
.icon1{
  color : #996666;
}
-->