/* 長い文章の折り返し */
@charset "UTF-8";

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

p.sansaku{
	 
         color: #ff0000; font-weight: bold;
         font-size: 100%;
         font-style: bold; 
         font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

