@charset "utf-8";
/* CSS Document */

/* font*/
.small{
	font-size:small;
	}
	
#medium{
	font-size:12px
　 }

/* table*/
.table1{
	border:thin #000000 solid;
	}

.table1 th{
	border:thin #000000 solid;
	background-color:#99CCFF;
	align:center;
	}
	
.table1 td{
	border:thin #000000 solid;
	font-size:small;
	}



/* デザイン・箱の位置*/
#left{
	float:left;
	}
#cleft{
	clear:left;
	}