@charset "utf-8";

body{
	font-size: 12px;
	/*
	background-color: #EAF2E1;
	background-color: #CCFF99;
	*/
	font-family: MS UI Gothic;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: left left;
	scrollbar-3dlight-color: #DADADB;
	scrollbar-arrow-color: #7A7A7B;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FAFAFB;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #FBFBFC;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-y;
}

img { border:0; }
a { text-decoration:underline; }
a:hover { color:red }  /* ポイントした時 */
{ font-color: blue; }
a:link    { color: blue  }   /* 未訪問のリンク unvisited link */
a:visited { color:blue }   /* 訪問済みリンク visited links */
a:active  { color: lime }   /* 選択中のリンク active links */




#wrapper {
	width: 730px;
}
#wrapper #container {
	background: transparent url(../images/bg.gif) repeat-y 0px 0px;
}
#wrapper #container #contents {
	width: 560px;
	margin: 3px 2px 3px 145px;
}
#wrapper #contents #headLineImg {
	text-align: center;
	font-size: 18px;
	color: #006400;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#wrapper #seohead{
	color: #808080;
	font-size:10px;
	width:430px;
	height:100px;
	position:absolute;
	top:10px;
	left:300px;
}
