/* 長い文章の折り返し */
@charset "UTF-8";
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.b th,table.b td{

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

 }
thead{

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

table.aaa th,table.aaa td{

 border-collapse: separate;
 border-width: 4px;
 border-style: solid outset;
 border-top-color: #00ffff;
 border-left-color: #00ffff;
 border-right-color: #00ffff;
 border-bottom-color: #00ffff;

 }
thead{

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

body, th, td{
	font-size: 100%;
}
p{
         color: #0000ff; font-weight: bold;
         font-size: 100%;
         font-style: bold; 
         font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}


