<!--
/*機種アイコン表示ＢＯＸ*/
.iconbase{
  height : 33px;
  width : 72px;
  overflow:hidden;
}
/*ＢＯＸ内にアイコン表示*/
.typeicon{
  margin : 0px 0px 0px 0px;
  display: block;
  color : #b90000;
  height : 33px;
  width : 72px;
  overflow:hidden; /*はみ出し部分消す*/
  font-size : 11px;
  font-weight : bold;
  background : url(../image/sub_type_emicon.gif); 
  padding : 4px 0px 0px 2px;
  text-decoration : none;

}
.typeicon:LINK{
  color : #b90000;
  background : url(../image/sub_type_emicon.gif); 
}
.typeicon:VISITED{
  color : #b90000;
  background : url(../image/sub_type_emicon.gif); 
}
.typeicon:HOVER{
  color : #ffffff;
  background : url(../image/sub_type_emicon_R.gif); 
}
.typeicon:ACTIVE{
  color : #ffffff;
  background : url(../image/sub_type_emicon_R.gif); 
}
/*２行になる時*/
.typeicon2{
  margin : 0px 0px 0px 0px;
  display: block;
  color : #b90000;
  height : 33px;
  width : 72px;
  overflow:hidden; /*はみ出し部分消す*/
  font-size : 11px;
  font-weight : bold;
  line-height : 0.8;
  background : url(../image/sub_type_emicon.gif); 
  padding : 3px 0px 0px 2px;
  text-decoration : none;

}
.typeicon2:LINK{
  color : #b90000;
  background : url(../image/sub_type_emicon.gif); 
}
.typeicon2:VISITED{
  color : #b90000;
  background : url(../image/sub_type_emicon.gif); 
}
.typeicon2:HOVER{
  color : #ffffff;
  background : url(../image/sub_type_emicon_R.gif); 
}
.typeicon2:ACTIVE{
  color : #ffffff;
  background : url(../image/sub_type_emicon_R.gif); 
}

/*50音順表示*/
.iconbase3{
  height : 80px;
  width : 102px;
  overflow:hidden;
}
.typeicon3{
  margin : 0px 0px 0px 0px;
  display: block;
  color : #b90000;
  height : 80px;
  width : 102px;
  overflow:hidden; /*はみ出し部分消す*/
  font-size : 14px;
  font-weight : bold;
  background : url(../image/sub_emicon.gif); 
  padding : 33px 0px 0px 30px;
  letter-spacing : 2px; /*文字間*/

}
.typeicon3:LINK{
  color : #b90000;
  background : url(../image/sub_emicon.gif); 
}
.typeicon3:VISITED{
  color : #b90000;
  background : url(../image/sub_emicon.gif); 
}
.typeicon3:HOVER{
  color : #ffffff;
  background : url(../image/sub_emiconR.gif); 
}
.typeicon3:ACTIVE{
  color : #ffffff;
  background : url(../image/sub_emiconR.gif); 
}





-->