@charset "Shift_JIS";

/* ページ構造 */
body {
margin:0;
padding:0;
color:#333333;
line-height: 14px;
font-size:12px;
background-color:#ffffff;
}
a:link {
  color: #0066CC;
   text-decoration:none;
}
a:visited {
  color: #0066CC;
   text-decoration:none;
  
}
 a:hover {
  color: #0066CC;
  text-decoration:underline;
}
 a:active {
  color: #0066CC;
 text-decoration:underline;
}

h2,h3,h4{
margin:0px;
padding:0px
}
.xxs{
font-size:9px;
}



.right{
float:right;
}
.left{
float:left;
}

.px10{
font-size:10px;
}
.tooltitle{
display:block;
font-weight:bold;
padding:5px 20px 10px 10px;
text-align:left;
}
.toolread{
display:block;
padding:0px 20px 10px 10px;
text-align:left;
}
.tooltxt{
display:block;
padding:0px 10px 10px 10px;
}
textarea{
font-size:10px;
width:120px;
height:50px;
text-align:left;
}

.howtoread{
display:block;
padding:10px 20px 10px 20px;
}