body{
     font-size:12px;
     color:#777777;
     line-height:140%;
     font-family:Verdana;/* 本文テキストのフォントサイズ,色,行間*/
     }

body,html {
        scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#dbc7b0;
	scrollbar-track-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
}

h3.h3_title {
	font-weight: bold;
	color: #000000;
	font-size: 120%;
	background-color: #F3F3F3;
	margin-bottom: 10px;
	padding: 3px 5px 3px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

a:link    {
           text-decoration:none;
           color:#339966;
          }  /*テキストリンクの色*/

a:visited {
           text-decoration:none;
           color:#339966;
          }  /*訪問済みのリンクの色*/ 

a:active  {
           text-decoration:underline;
           color:#339966C;
          }   /*クリックされているときのリンクの色*/

a:hover   {
           text-decoration:underline;
           color:#339966;
          }  /*マウスの上にカーソルがあるときのリンクの色*/

.hr1        { 
             border-color:#dbc7b0; 
             border-style:dotted;
             border-width:1px;
            } /* 下線が点線の部分 */
