/* FONT SIZE */
.fs10 {  font-size: 10px}
.fs12 {  font-size: 12px}
.fs14 {  font-size: 14px}
.fs16 {  font-size: 16px}
.fs18 {  font-size: 18px}
.fs24 {  font-size: 24px}
.fs36 {  font-size: 36px}
.fs10b {  font-size: 10px; font-weight: bold}
.fs12b {  font-size: 12px; font-weight: bold}
.fs14b {  font-size: 14px; font-weight: bold}
.fs16b {  font-size: 16px; font-weight: bold}
.fs18b {  font-size: 18px; font-weight: bold}
.fs24b {  font-size: 24px; font-weight: bold}
.fs36b {  font-size: 36px; font-weight: bold}

h1 {  font-size: 36px; font-weight: bold}
h2 {  font-size: 24px; font-weight: bold}
h3 {  font-size: 18px; font-weight: bold}
h4 {  font-size: 16px; font-weight: bold}
h5 {  font-size: 14px; font-weight: bold}
h6 {  font-size: 12px; font-weight: bold}

/* HTML Tag Style */
body { margin: 0px; padding: 0px;}

/* Layout Divs */
div#toenglish {
margin : 0 ;
float: left;
width: 50% ;
}
div#update {
float: right;
width: 49% ;
text-align: right ;
}

div#top{
	margin: 0 ;
	padding: 0px 0px ;
	border-bottom: 1px solid #cccccc;
	width: 100%;
clear:both ;
}

div#left{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #ffffcc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#center{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

p#l-title { 
font-size:24px;
font-weight:bold ;
margin:0;
}
p#m-title { 
font-size:18px;
font-weight:bold ;
margin:0;
}
p#s-title { 
font-size:16px;
font-weight:bold ;
margin:0;
}
p#l-data {
font-size:18px ;
margin:0;
}
p#m-data {
font-size:16px ;
margin:0;
}
p#s-data {
font-size:14px ;
margin:0;
}
p#update{
font-size:14px;
text-align:right ;
margin:0;
}

/* table */
table{
border:thin;
border-collapse:collapse;
border-color:#aaaaaa;
}
th { border:1px #aaaaaa solid}
td { border:1px #aaaaaa solid}
td#koumoku{
width:50%;
}
td#money{
width:15%;
text-align:right;
}
td#sum{
width:20%;
text-align:right;
}
