@charset "utf-8";

/* -------------------------------------------------- */
/* file   :ir.css                                   */
/* update : 2010/01/14 T.S                           */
/* -------------------------------------------------- */
/* 共通 */
/* -------------------------------------------------- */
/* index */
/* -------------------------------------------------- */

#ir .ir_wrap01{
	padding-right: 20px;
}
#ir .ir_title01{
	font-size: 14px;
	font-weight: bold;
	color: #B78900;
	margin-bottom: 4px;
}

#ir .ir_dl01{
	margin-left: 20px;
}
#ir .ir_dl01 dt{
	color: #FF6;
}
#ir .ir_dl01 dd{
	background-image: url(../img/border01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
#ir .ir_dl01 ul{
	margin-left: 15px;

}
#ir .ir_dl01 ul li{
	list-style: disc;
}
#ir .ir_dl01 ul li span.icon{
	padding-right: 10px;
}

