@charset "UTF-8";
/* CSS Document */

@import "reset.css";
@import "body.css";
@import "header.css";
@import "footer.css";

/* IR Top */
#buttns{
	margin:10px auto 0px auto;
}
#buttns td img{
	
}
.bottom{
	padding-bottom:10px;
}
#a_part,#d_part{
	width:155px;
	padding-top:40px;
}
#a_part{
  background: url(../../ir_page/images/btn_a.jpg) no-repeat center top;
}
#d_part{
	  background: url(../../ir_page/images/btn_d.jpg) no-repeat center top;
}
#buttns dl{
	text-align:center;
}
#buttns dl dt{
display:none;
}
#buttns dl dd{
	margin-bottom:2px;
}
#ir_news{
  width:620px;
  font-size:95%;
  margin-left:10px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#ir_news th,#ir_news td{
border:#CCCCCC 1px solid;
padding:3px;
vertical-align:middle;
}
#ir_news th{
	background-color:#EDEDED;
  text-align:center;
  width:120px;
}
#ir_news a{
	color:#006699;
}