@charset "UTF-8";
> table.aaa th,table.aaa td{
> 
>  border-collapse: separate;
>  border-width: 5px;
>  border-style: solid outset;
>  border-top-color: #00ff00;
>  border-left-color: #00ff00;
>  border-right-color: #00ff00;
>  border-bottom-color: #00ff00;
> 
>  }
> thead{
> 
>  }
> tbody{
> 　　　border-style: outset;
> 　　　border-width: 5px;      
>  }
> td{
> 　　　border-style: outset;
> 　　　border-width: 5px;
> 　　　}
> 
>
> 
> table.layout,
> table.layout th,
> table.layout td{
>     border: none;
>     margin: 0;
>     padding: 0;
>     vertical-align: middle;
> }
>
> 
> html{
> 	height: 100%;
> 	margin: 0 auto; padding: 0;
> 	display: table;
> }
> body{
> 	min-height: 100%;
> 	margin: 0 auto; padding: 0;
> 	display: table-cell;
> 	vertical-align: middle;
> }
> 
> #osamu{
> 	padding: 8px;
> 	border: solid 3px #666666;
> 	border-radius: 8px;
> 	-moz-border-radius: 8px;
> 	-webkit-border-radius: 8px;
> }
