/* ページのレイアウト用CSS */
BODY {
	text-align:center;
	margin:0px;
	padding:0px;
	background-repeat : no-repeat;
	
  background-attachment : fixed;
  background-position : center bottom;
  

  background-image : url(../gazou/turu.jpg);	

  
}
.contents {
	width : 770px;
	margin:auto;
	text-align: left;
	
	border: solid 1px #CCCCCC;
	
	
	
  

 
  
  background-repeat : no-repeat;
  background-attachment : fixed;
  }
.main {
	float: right;
	width: 580px;
	padding:10px;
	

}
.side {
	float: left;
	width: 180px;
	padding : 10px 1px;padding-bottom : 10px;padding-left : 1px;
  
  
  
  
  
  
  
  background-repeat : repeat;
  background-attachment : fixed;
  
  top : auto;
  text-align : left;
  background-image : url(../gazou/kabe_snow2.gif);
  color : #666666;
  
}
.clear {
	clear: both;
}
.col {
	width: 280px;
	padding: 0px 5px;
	float: left;
  
  background-repeat : no-repeat;
  background-attachment : fixed;background-position : right bottom;}
.col2{
  list-style-type : square;
  padding-left : 5px;
  padding-right : 5px;
  width : 280px;
}


.column{
   width:250px;
   height:250px;
   padding:10px;
   margin:10px;
  /* background-color:#ffffff;
   border: 1px solid #aaaaaa;*/
   overflow:auto;
   /*scrollbar-arrow-color :#0099ff;
   scrollbar-base-color  :white;
   scrollbar-3dlight-color  :white;
   scrollbar-darkshadow-color  :white;
   scrollbar-face-color  :white;
   scrollbar-highlight-color  :white;
   scrollbar-shadow-color  :white;*/
}


.box{
  font-family : sans-serif,HG丸ｺﾞｼｯｸM-PRO;
  border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-top-style : ridge;border-right-style : ridge;border-bottom-style : ridge;border-left-style : ridge;border-top-color : #cccccc;border-right-color : #cccccc;border-bottom-color : #cccccc;border-left-color : #cccccc;
  /*background-color : #ffffce;*/
  padding-top : 1px;
  padding-left : 0px;
  padding-right : 1px;
  padding-bottom : 1px;
  margin-top : 1px;
  margin-left : 0px;
  margin-right : 1px;
  margin-bottom : 1px;
}
LI{
  color : #666666;
}
A{
  color : #666666;
}
