﻿/* --------------------------------------------------
	SiteName : NTT DATA BIZINTEGRAL CORPORATION.
	FileName : information.css
	Description : information styles
	
	== TOC =========================================
	1 : index layout styles
	
-------------------------------------------------- */
/* 1. index layout styles
================================================== */
#main dl {
  border-bottom: #535353 1px dotted;
  padding: 5px 0px;
  font-size: 90%;
}

#main dl dt {
  clear: left;
  float: left;
  width: 135px;
  padding-left: 15px;
  padding-bottom: 3px;
  background: url(../images/arrow_02.gif) no-repeat 0em 0.3em;
  font-weight: bold;
}

#main dl dd {
  margin-left: 150px;
  padding-bottom: 3px;
}

#main dl dd img {
  vertical-align: middle;
}

#main .boxWrap {
  background: url(../images/bg_box_top.jpg) no-repeat left top;
  padding-top: 13px;
  width: 705px;
  margin-bottom: 20px;
}

#main .box {
  background: url(../images/bg_box_btm.jpg) no-repeat left bottom;
  padding: 5px 0px;
  font-size: 18px;
  font-weight: bold;
}

#main .box p {
  text-align: center;
  line-height: 1.3em;
}

#main table.news_table {
  margin-bottom: 15px;
}

#main table.news_table th {
  text-align: left;
  font-weight: normal;
}
