/* ページのレイアウト用CSS */
body {
	text-align: center;
}
#contents {
	width:920px;
	margin:auto;
	background-image: url(side_bk.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: left;
	}
#cl1 {
	clear:left;
	width:0px;
}
#cl2 {
	float:left;
	width:0px;
}
#main {
	float: right;
	width: 700px;
	padding-left: 10px;
	padding-right: 10px;
}
.column {
	font-size:90%;
	width: 660px;
	height:60px;
	padding: 10px;
	margin: 10px;
	}
#side {
	float: left;
	width: 180px;
	margin-left: 10px;
	}
#navbar {
	padding: 0px;
	width: 920px;
	position: absolute;
	top: 57px;
}
#navbar h2{
	border-left:none;
	padding-left:0px;
	}

#table01 table {
    width: 95%;
    border: 0px #FFFFFF solid;
    border-collapse: collapse;
    border-spacing: 0;
}
#table01 td {
    padding: 5px;
    border: 0px #FFFFFF solid;
    border-width: 0 0 1px 1px;
    background: #CCFFCC;
    vertical-align: text-top;
    white-space: nowrap;
}
#table02 table {
    font-size:80%;
    clear: both;
    border: 1px #666666 solid;
    border-collapse: collapse;
}
#table02 th {
    padding: 2px;
    border: 1px #666666 solid;
    border-width: 0 0 1px 1px;
    vertical-align: text-top;
}
#table02 td {
    padding: 2px;
    border: 1px #666666 solid;
    border-width: 0 0 1px 1px;
    vertical-align: text-top;
}
#ipad {
    font-size:90%;
    clear: both;
}
