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

html{
scrollbar-base-color:white;
scrollbar-face-color:white;
scrollbar-track-color:#eee;
scrollbar-highlight-color:gray;
scrollbar-3dlight-color:white;
scrollbar-shadow-color:gray;
scrollbar-darkshadow-color:white;
scrollbar-arrow-color:#333;
}

body{
margin:20px 40px;
padding:0px;
color:#000;
font-size:12px;
/*font-family:Arial,ＭＳ Ｐゴシック;*/
/*font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;*/
/*font-family:Lucida Sans Unicode,Osaka,Verdana,Arial,Helvetica,sans-serif;*/
font-family:"ＭＳ Ｐゴシック",Osaka,Arial,Helvetica,sans-serif;
line-height:180%;
background-color:#fff;
}

table{
font-size:12px;
line-height:180%;
}
form{
margin:0px;
}
/*input,textarea,select{
margin-bottom:2px;
color:#333;
font-size:12px;
font-family:Arial,ＭＳ Ｐゴシック;
background-color:#eee;
border:0px solid #333;
}*/
h2{
margin:0px;
padding:0px 0px 0px 15px;
font-size:14px;
font-weight:normal;
letter-spacing:5px;
/*background-color:#fff;*/
background-image:url(images/h2.gif);
background-position:0% 50%;
background-repeat:no-repeat;
}

/* 枠線 */
.waku{
border:solid 1px #aaa;
}

/* 更新履歴ボックス */
.content_newly {
  width:100%;
  height:80px;
  overflow:auto;
  line-height:130%;
  margin-top:10px;
  border-top:solid 1px gray;
  border-bottom:solid 1px gray;
  border-left:solid 1px gray;
  border-right:solid 1px gray;
  padding:0px;
  letter-spacing:0;
}

/*画像の色*/
a img {
border-style:none;
}
/* 画像の枠なし */
.no_border {
    border-style:none;
}