/*背景色です*/
body	{
	background-color:#ffffee;
	margin: 0px;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

/*文字の揃え方*/
	/*左揃え*/
	DIV.left	{text-align:left;}
	/*中央*/
	DIV.center	{text-align:center;}
	/*右揃え*/
	DIV.right	{text-align:right;}
p {
	font-size: 12px;
	color: #EF7FAF;
	padding-top: 0px;
	padding-bottom: 0px;
}
.p-pickup {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #2E8B57;
}



フォントサイズと行間指定
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-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #2E8B57;
}
.line {
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

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: 100px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#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;
	margin-top: 10px;
}
.title_bg {
	background-image : url(images/img_02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.date {
	color: #666666;
	margin-top: 10px;
}
.h2-pickup {
	font-size: 16px;
}
