/* ====================== common ====================== */
body {
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
   font-size: 12px;
   }
.line { width:1px; height:100%; background-image:url("../images/gray.gif"); 
 background-reprat:repeat-y;}

h1{
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: right;
  padding-right: 7px;
  padding-top: 10px;
}
h2 {
  font-size: 18px;
  color: #666666;
  background-color: #C0C0C0;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 8px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  }
h3 {
  font-size: 14px;
  color: #666666;
  background-color: #FFFFFF;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #666666;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 15px;
  margin-bottom: 10px;
  background-image:url("../images/icon.gif"); 
  background-repeat:no-repeat;
  }
.copyright {
  font-size: 10px;
  line-height: 140%;
  height: 20px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #FFFFFF;
  background-color: #003366;
  }
.small {
  font-size: 10px;
  line-height: 140%;
  color: #666666;
  padding-left: 3px;
  }
.contents {
  font-size: 12px;
  line-height: 140%;
  color: #666666;
  padding-top: 2px;
  padding-left: 40px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 5px;
  }
/* ====================== TABLE ====================== */
td.title01 {
	width: 150px;
	background-color: #C0C0C0;
	line-height: 140%;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px;
	color:#555555;
	vertical-align:top;
  }
td.cont01 {
	width: 320px;
	background-color: #FFFFFF;
	line-height: 140%;
	border-top: 1px solid #666666;
	border-right:  1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	color:#555555;
	vertical-align:top;
  }



/* ====================== TOPICS ====================== */
.topics{
  font-size: 12px;
  line-height: 140%;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 0px;
  color: #003366;
  }

/* ---------------------- anker ---------------------- */
a:link                          { text-decoration:underline; color:#003366; }
a:visited                       { text-decoration:underline; color:#003366; }
a:active                        { text-decoration:underline; color:#0066cc; }
a:hover                         { text-decoration:underline; color:#0066cc; }
/* ---------------------- list ---------------------- */
ul.list{ padding-left:0; font-size: 12px; line-height: 120%; }
ul.list2{ padding-left:0; padding-bottom:3; font-size: 12px; line-height: 140%; }