.tyu {  font-size: 12px; color: #666666}
H1{
  font-size : 16px;
  font-weight : bold;
}
P{
  font-size : 14px;
  line-height : 24px;
  text-indent : 12px;
}
H2{
  font-size : 16px;
  font-weight : normal;
}
H3{
  font-size : 14px;
  font-weight : bold;
}
DL{
  font-size : 12px;
  margin-left : 10%;
  margin-right : 20px;
  line-height : 24px;
}
H4{
  font-size : 13px;
  font-weight : normal;
  background-color : #f0c8dd;
  text-indent : 12px;
}
STRONG{font-weight : normal;}
A{
  color : #666666;
  text-decoration : none;
}
A:hover{
  color : #009900;
  text-decoration : none;
}
body {
	padding: 0px;
	margin: 0px;
}
.main {
	padding: 15px;
}
.left {
	font-size: 12px;
	line-height: 16px;
	background-color: #E0DFE3;
	padding: 5px;
}
.b {
	font-weight: bold;
}