﻿/* USER CSS */
 
th,td {
font-size: 120%;
}

 #boxcontainer {
 width:95%;
 margin-left:auto;
 margin-right:auto;
 font-family : "ＭＳ Ｐゴシック","ＭＳ ゴシック","Trebuchet MS",Arial,sans-serif;
 line-height: 30px;
 text-align: center;
}
#fragment-1box {
 background-color: #FFFFFF;
 font-size: 150%;
 text-align: left;
}
#fragment-2box {
 background-color: #FFFFFF;
}
#boxA {
 width:100%;
 clear:left;
}
#boxB {
 width:280px;
 float:left;
/* margin-right:10px; */
}
#boxC {
 width:300px;
 float:right;
}
#boxD {
 width:100%;
 clear:left;
}
/* PDF boxD行間 */
#pdfdgyo {
line-height: 42px;
}
/*リンク文字の下線（アンダーライン）をなくす*/
a { text-decoration:none; }
/*マウスがリンク文字上に乗ったら背景色を変える*/
a:hover { background-color:orange; }
