body {
	line-height:140%;
/*
	font-family:"verdana"; 
	font-size: 12px;
*/
}

#container {
	width: 730px;
	margin: 5px;
	text-align: center;
	font-size: 12px;
}



a{
	font-size: 12px;
	color: #336699;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #66CC33;
	text-decoration: underline;
}

.text {
	font-size: 12px;
	color: #333333;
	line-height:140%;
}

.k-title{
              font-size:16px; 
			  color:#333333; 
			  line-height:140%; 
              font-weight:bold; 
              }
		
.midashi{
              font-size:13px; 
			  color:#ffffff; 
              font-weight:bold; 
              }
.small{
       font-size:10px;
	   color:#333333;
	   } 
			  
.note-red{
         font-size:12px;
		 color:#cc0000;
		 }

.text-bold{
          font-size:13px;
		  color:#187EBC; 
		  font-weight:bold;
}

.line{
   text-decoration:underline;
}

dl {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


h2 {
font-size:16px; 
font-weight:bold; 
}

.totop {
	text-align: left;
	margin: 10px 0px;
}

.box {
	width: 730px;
	font-size: 12px;
	color: #333333;
	margin-bottom: 20px;
	text-align: left;
	border: 1px solid #000000;
}

.box h3 {
	background-color: #187EBC;
	font-size:13px; 
	color:#ffffff; 
	font-weight:bold; 
	padding: 5px;
	border-bottom: 1px solid #000000;
	margin: 0px;
}

.box p {
	padding: 10px;
	margin: 0px;
}

.box dl {
	margin: 5px;
	padding: 0px;
}

.box dl dt {
          font-size:13px;
		  color:#187EBC; 
		  font-weight:bold;
}

.box table {
	color: #333333;
	margin: 5px;
	padding: 0px;
}

.box table td {
	vertical-align: top;
	font-family:"verdana"; 
	line-height:140%;
	font-size: 12px;
}


.over {
	text-align: center;
	color: #FF0000;
	border: 1px solid #FF0000;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

