

/* top */
.top{ font-size:78%; line-height:140%; letter-spacing:normal;}

/* link */
a{color:#006AB9; text-decoration:underline;}
a:visited{ color:#9A44B0 }
a:hover{ color:#EB6100}
a:active{ color: #EB6100 }

/* text */
.title{ font-size:78%; color:#C73800; line-height:130%; font-weight:bold;}
.title1{ font-size:85%; color:#ffffff; line-height:150%; font-weight:bold;}
.contents{ font-size:78%; color:#444444; line-height:150%; letter-spacing:normal;}
.contents1{ font-size:78%; color:#444444; line-height:150%; letter-spacing:normal; padding:0 0 0 17px;}
.contents2{ font-size:78%; color:#666666; line-height:145%; letter-spacing:normal;}
.tcontents{ font-size:78%; color:#444444; line-height:115%; letter-spacing:normal;}
.cap{ font-size:78%; color:#444444; line-height:150%; }
.small{ font-size:70%; color:#444444; line-height:115%; }

/* パディング */
form{ padding:0;}

/* color */
.red{color:#FF3300;}
.white{color:#FFFFFF;}

/* form */
.fbox1 { border: 1px solid #BBA57E; width:50px ; height: 20px;}
.fbox2 { border: 1px solid #BBA57E; width:60px ; height: 20px;}
.fbox3 { border: 1px solid #BBA57E; width:165px ; height: 20px;} 
.fbox4 { border: 1px solid #BBA57E; width:265px ; height: 20px;} 
.farea { border: 1px solid #BBA57E; width:300px ; height: 90px;} 

/* for print */
.non { display:none; }
.cl {page-break-after: always; paddina:0; margin:0; height:1px;}

/* table border */
.tbd tr td{ 
	border-top:1px solid #4D4D4D;
	border-right:1px solid #4D4D4D;
	border-bottom:1px solid #4D4D4D;
	border-left:1px solid #4D4D4D;
}

.tbdNo tr td{ 
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;
}
