/* ページのレイアウト用CSS */
BODY {
	text-align:center;
	margin:0px;
	padding:0px;
	

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

  background-color : #ffffff;
  
  background-repeat : no-repeat;
  background-attachment : scroll;
  
  }
.main {
	float: left;
	width : 650px;
	padding:10px;
	
	background-repeat : repeat-y;
	

  
  background-attachment : fixed;
}
.side {
	float : right;
	width : 170px;
	padding : 10px 1px;padding-bottom : 10px;padding-left : 1px;
  background-color : #ffcc99;
  
  
  
  
  
  
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-color : #2b5500;
  top : auto;
  color : #ffffff;
}
.clear {
	clear: both;
}
.col {
	width : 300px;
	padding : 0px 3px;padding-bottom : 0px;padding-left : 3px;
	float : left;
  
  
  
  background-repeat : no-repeat;
  background-attachment : fixed;
  left : auto;
  clear : both;
}
.col2{
  list-style-type : square;
  padding-left : 5px;
  padding-right : 5px;
  width : 280px;
  float : right;
  
}


.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;*/

  background-image : url(../gazou/turu_1.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  

  color : #454545;
background-position : center center;}


.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;
}