/*背景色です*/
body	{background-color:#ffffee;}
/*文字の揃え方*/
	/*左揃え*/
	DIV.left	{text-align:left;}
	/*中央*/
	DIV.center	{text-align:center;}
	/*右揃え*/
	DIV.right	{text-align:right;}

フォントサイズと行間指定
BODY, TD, TH{ font-size: 11px; color:#333333; line-height: 110%}
h1 { color: #008b8b; font-size: 18px; line-height: 120%; margin: 0px }
h2 { font-size: 14px; line-height: 110%; margin: 0px }
h3{ font-size: 10px; color:#2F4F4F; line-height: 100%}

/* リンクの下線をカーソルが来ないときには表示しない */	
A:link    {
  text-decoration: none ;
  ;
  color: #2E8B57;
}
A:visited{
  text-decoration: none ;
  ;
  color: #2E8B57;
}
A:hover   {
  text-decoration: underline;
  ;
  color: #32CD32;
}


html, body {
    scrollbar-base-color: #008000;
    scrollbar-track-color: #FFFFee;
    scrollbar-face-color: #FFFFee;
    scrollbar-shadow-color: #008000;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-arrow-color: #008000;
}
#top_img {
	margin-top: 80px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#top_bg {
	background-color: #FFFFFF;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#top_bg_bottom {
	background-color: #FFFFFF;
	background-image: url(images/top_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.title_bg {
	background-image: url(./images/img_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
