BODY {
	color: #000000;
	margin: 0px;
	background-color: #EFEFEF;
	font-size: 12px;
}

a:hover {
        text-decoration: underline;
}

a {
        text-decoration: none;
}

P { 
		font-size: 10px;
}


H1 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}


H2 {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}


H3 {
  font-size: 12px;
  font-weight: bold;
}


H4 {
  font-size: 12px;
}


HR.line {
  color: #0099ff; /* 線の色(IE用) */
  background-color: #0099ff; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border: 0px; /* 枠の太さ */
  filter: Alpha(opacity=100, finishopacity=0, style=3); /* フィルタ */
}

HR.dot {
  color: #CCCCCC; /* 線の色(IE用) */
  background-color: #CCCCCC; /* 線の色(NN用) */ 
  border-style: dotted; /* 枠の種類 */
}


table.line1{
    border-top:1px solid #999999;
    border-left:1px solid #999999;
	border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

td{
	line-height:180%;
	padding:0 12px;
}
