/* ページのレイアウト用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(../image/wside_sdk1.gif);
	background-repeat: repeat-y;
	background-position : left top;
  position : relative;
}
.main {
	float: left;
	width : 640px;
	padding:10px;
  left : 160px;
  position : relative;
}
.side1 {
	
	width : 150px;
	padding:10px;
  left : 0px;
  
  position : absolute;
}
.clear {
	clear: both;
}
.main UL{
  font-size : 85%;
  list-style-image : url(../image/blt2.gif);
  line-height : 1.5em;
  
  
}
.main OL{
  font-size : 85%;
  line-height : 1.5em;
}
.main UL A{
  font-weight : normal;
  text-decoration : underline;
}


