@charset "iso-8859-1";

/* =========================================

	English IR / business / system / system_top.css

============================================ */

/* -------------------------------------------
	content / main
------------------------------------------- */

#main h3{
background:url(../image/title.jpg) no-repeat 0 0;
}

#main div.top_wrap{
overflow:hidden;
width:760px;
margin:0 auto;
padding:0 0 10px 0;
}

#main div.left{
float:left;
width:200px;
padding:5px 0 0 0;
}

#main div.right{
float:left;
width:540px;
margin:10px 0 0 20px;
}

#main ul.sub_navi{
width:200px;
}

#main ul.sub_navi li a{
display:block;
width:180px;
padding:10px;
border-bottom:1px dotted #a0b2af;
background:url(../../../image_cmn/arrow.gif) no-repeat 0 15px;
}

#main ul.sub_navi li.end{
border:none;
padding:0 0 20px 0;
}

