@charset "utf-8";
/* CSS Document */
#main{
  width: 960px;
  margin: 0 auto;
}

#header{
  width: 960px;
}

#footer{
  width: 960px;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}

#wrapper{
  width: 960px;
}

#sidebar{
  float:left;
  width: 180px;
  margin-right: 20px;
}

#contents{
  float:right;
  width: 760px;
}

table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.type01 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
table.type01 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
