/* ページのレイアウト用CSS */
body{
	text-align: center;
	background-color: #FFF7EE;
}
.contents{
	width: 800px;
	margin:auto;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	background-image : url(wside_sdk3.gif);
	background-repeat: repeat-y;
	background-position: top right;
  position : relative;
}
.main{
	float: left;
	width : 480px;
	padding:10px;
  left : 160px;
  position : relative;
}
.side1{
	
	width : 150px;
	padding:10px;
  left : 0px;
  
  position : absolute;
}
.side2{
	float: left;
	width : 150px;
	padding:10px;
  position : absolute;
  
  left : 650px;
}
.clear{
	clear: both;
}
.side2 P{
  font-size : 75%;
}
.main UL{
  font-size : 85%;
  list-style-image : url(blt2.gif);
  line-height : 1.5em;
  
  
}
.main OL{
  font-size : 85%;
  line-height : 1.5em;
}
.main ul a{
  font-weight : normal;
}
