*{
 margin:0px;
 padding:0px;
}
body{
 background-color:#000099;
}

body.iframe{
 background-color:#ffffff;
}

#container{
 width:800px;
 margin-left:auto;
 margin-right:auto;
 border-width:1px;
 border-style: solid;
 border-color:#000099;
 background-color:#ffffff;
}

#header{
  width:800px;
  color : white;
  background-color : #3366cc;
}
#header .banner{
  background-image:url("http://english.yokocyo.com/banner.png");
  background-repeat:no-repeat;
}
#movinglogo{
  padding: 10px 0px 5px 0px;
  border-style:none;
}


.sitetitle{
  font-size : x-large;
  font-weight : bold;
  line-height:1em;
  padding:0px 0px 0px 20px;
  color : #3366cc;
  background-color : transparent;
}

.sitetitle a{
  text-decoration:none;
  color : #3366cc;
}
h1.title{
  padding:65px 0px 0px 20px;
  font-size : medium;
  font-weight : bold;
  color : white;
  background-color : transparent;
}
h2.subtitle{
  padding:10px 0px 10px 20px;
  font-size : medium;
  font-weight : bold;
  color : white;
}

#contents{
  width:519px;
  border-width:0px;
  padding: 0px 10px 20px 10px;
  float : left;
  margin-top: 2px;
}

p{
  line-height:1.5em;
  padding:0.5em 5px 0.5em 5px;
}

h2.chapter{
  color : #3366cc;
  padding-left : 10px;
  margin-top : 1em;
  margin-bottom:1em;
  border-left-width : 1em;
  border-left-style : solid;
}

h3{
  clear : both;
  color : #3366cc;
  text-align : left;
  border-left-style: solid;
  border-width: 1em;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top:10px;
  margin-bottom : 1em;
  padding-left : 10px;
}

h4{
  clear : both;
  color : #3366cc;
  border-color : #99ccff;
  text-align : left;
  border-left-style: solid;
  border-width: 1em;
  padding-top : 0px;
  margin-top:10px;
  margin-bottom:10px;
  padding-bottom : 5px;
  padding-left : 10px;
}

#menu{
  margin-top:2px;
  width:260px;
  border-width:0px;
  float : right; 
  font-size:small;
 background-color:#ffffff;
  
}

#menu p{
  width:250px;
  background-color : #3366cc ;
  color : white ;
  border-bottom : 1px solid #99ccff ;
  display : block ;
  line-height : 2em ;
  font-weight : bold;
  text-decoration : none ;
  text-align : left ;
  padding:0px 0px 0px 10px;
}

#menu .menuitem a {
  width:250px;
  border-bottom : 1px solid #99ccff ;
  display : block ;
  line-height : 2em ;
  text-decoration : none ;
  text-align : left ;
  padding-left:10px;
}

#menu .menuitem a:HOVER {
  background-color : #99ccff ;
  color : black ;
}

#footer{
 clear:both;
}
#footer .copyright{
 text-align:center;
 background-color : #3366cc;
 padding : 7px 0px;
 font-style : italic;
 font-size : medium ;
 color : white ;
}


table.thinsmall{
  width: 98%;
  table-layout:fixed;
  border-collapse:collapse;
  background:#ffffff;
  font-size:small;
  font-family:monospace;
}
table.thinsmall th{
   text-align:center;
   border-style:solid;
   border-width:1px;
   border-color:navy;
   background-color: #eeffff;
   font-weight:300;
}

table.thinsmall td{
  border-style:solid;
  border-width:1px;
  border-color:navy;
}

table.thinsmall img{
 border-style:none;
 margin:10px 0px 10px 10px;
}

form {
 padding-left:10px;
 padding-right:10px;
 line-height:1.2em;
}

input.formtext{
  width:200px;
  padding:5px 0px 5px 0px;
  margin:5px 0px 5px 0px;
}

.leftcontents{
  padding:1px 1px 1px 1px;
  float : left;
  border: solid;
  border-width: 1px;
}
.simpleleft{
  float : left;
}
.simpleright{
  float : right;
}
.rightcontents{
  float : right;
  border: solid;
  border-width: 1px;
}

ul,ol{
  padding:5px 5px 5px 5px;
  list-style-position:inside;
}

/* utility */
.floatclear{
  clear : both;
  line-height:0px !important;
  width:100% !important;
  margin:0px !important;
  padding:0px !important;
  font-size:0px !important;
}


/* tmethod */
.tmethodt{
	width:350px;
	height:225px;
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
}
#tmethod{
	font-weight:bold;
	text-align:center;
	vertical-align:center;
}
#tmethod p.xl{
	bottom:0px;
	top:0px;
	position:relative;
	padding:0px;
	font-size:65px;
}
#tmethod p.l{
	position:relative;
	font-size:40px;
}

