<style type="text/css">
<!--
.title{/*タイトル部分*/
  background-color: #000000;/*背景色*/
  color: #dc143c;/*文字色*/
  padding: 2px 1em;
  border-left: double 10px #696969;/*左の二本線*/
  border-right: dashed 1px #696969;/*右の点線*/
  font-size: 10pt;/*文字サイズ*/
  font-weight: bold;/*太字*/
  font-family: ＭＳ Ｐ明朝;
  letter-spacing: 0.5em;/*文字間隔*/
  }
.text{
  padding: 1px 1px 1px 1px;
  margin: 0px 0px 0px 0px;
  background-color: #000000;/*薄い背景色*/
  font-size: 11pt;/*文字サイズ*/
  font-family: ＭＳ Ｐ明朝;
  }

A:link     { color:#d3d3d3; text-decoration:underline; }
A:visited  { color:#d3d3d3; text-decoration:underline; }
A:active   { color:#d3d3d3; text-decoration:none; }
A:hover    { color:#ffffff; text-decoration:none; background:#dc143c;
position:relative; top:1px; left:1px;}

body{
font-family: 'ＭＳ Ｐ明朝';
font-size: 15px; 
color:#d3d3d3; 

margin-top : 0px ;
margin-left : 7px ;
margin-right : 7px ;
margin-bottom : 7px ;

scrollbar-face-color:#000000;
scrollbar-arrow-color:#696969;
scrollbar-track-color:#696969;
scrollbar-shadow-color:'#696969';
scrollbar-highlight-color:'#696969';
scrollbar-3dlight-color:'#696969';
scrollbar-darkshadow-Color:'#696969';

background-color :#000000;
background-image : url();
background-repeat :;
background-attachment :;
}

h1{font-size=18px;
}

h2{font-size=18px;
}

.button {
 font-size:12px;
 color:#696969;
 background-color:#d3d3d3;
 border-style:absolute;
 border-color:dcdcdc;
 border-width:2;
 }
 
td {font-size: 14px;
}

input{color : #000000;
background-color : #d3d3d3;
font-size : 12px;
}

textarea{color : #dc143c;
background-color : #d3d3d3;
font-size : 12px;
}

select {
color : #000000;
background-color : #d3d3d3;
}

form{font-size : 12px;
}
 
 hr {
 border : 1px #dc143c;
 width : 100%;
 }
-->
</style>
