﻿/*ページのレイアウト用CSS*/
body	{
	background-image: url(./images/side_wbk01-2.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	text-align:center;
}
#contents	{
	width:800px;
	margin:auto;
	position:relative;
	text-align:left;
	}
#main	{
	width: 460px;
	position: absolute;
	left: 175px;
}
#main a:hover {
  text-decoration: underline;
  background: transparent;
}
#side	{
	width: 160px;
	position: absolute;
	left: 5px;
}
#side li a:hover {
  text-decoration: underline;
  background: transparent;
}
#side li a{
  font-weight:bold;
}
#ad_side	{
	width:140px;
	margin-left:655px;
}
/* ================================================ */
/* footer              */
#footer {
  clear: both;
  width: 8000px;
  height: 65px;
  margin: 0;
  padding: 0;
  background: #006400;
  text-align: right;
}
#footer a {
  text-decoration: none;
  color: #FFF;
}
#footer a:hover {
  text-decoration: underline;
  background: transparent;
}
address {
  margin: 0;
  padding: 7px 10px 0;
  font-style: normal;
}
/* ================================================ */
#ibox2 {
	overflow: auto;	
	width:460px;
	height:60px;
        color:#2F4F4F; 
	scrollbar-3dlight-color: #ABABAC;
	scrollbar-arrow-color: #515151;
	scrollbar-darkshadow-color: #FCFCFD;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color:#FCFCFD;
	scrollbar-shadow-color: #ABABAC;
	scrollbar-track-color: #FFFFFF;
}#ibox3 {
	width:160px;
	height:196px;
}

