@charset "UTF-8";
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;
}
table.ccc th,table.ccc td{
 border-collapse: separate;
 border-width: 0px;
 border-style: solid outset;
 border-color: #;
 }
thead{

 }
tbody{
　　　border-style: outset;
　　　border-width:　px;      
 }
td{
　　　border-style:　outset;
　　　border-width:　px;
　　　}

<!--

table.aaa th,table.aaa td{

 border-collapse: separate;
 border-width:3px;
 border-style: solid outset;
 border-top-color: #ffff00;
 border-left-color: #ffff00;
 border-right-color: #ffff00;
 border-bottom-color: #ffff00;

 }
thead{

 }
tbody{
　　　border-style: outset;
　　　border-width: 5px;      
 }
td{
　　　border-style: outset;
　　　border-width: 5px;
　　　}

 -->
