/* CSS Document */

/* [ English ]
　1.HOME
　2.Our Company background
　3.Our Services
　4.Our Company Wxperience
　5.Links
*/

/* ------------------------
	HOME
------------------------ */
#pageBody div.text-area_top {
  padding:0 20px;
  margin-bottom:30px;
}
section.home_e, section.home_j {
  margin:0 auto;
}
section.home_e img, section.home_j img {
  margin:0 auto;
}
section.home_e h3, section.home_j h3 {
  margin-bottom:20px;
}
section.home_e p.home_e01 {
  margin-bottom:20px;
}
section.home_j p.home_j01 {
  margin:30px 0;
}
section.home_e p.home_e02 {
  font-weight:bold;
  margin-bottom:30px;
}
section.home_j p.home_j02 {
  font-weight:bold;
  margin-bottom:40px;
}
section.home_e ul, section.home_j ul {
  margin-left:20px;
  color:rgb(36, 1, 101);
  list-style-position:outside;
}
section.home_e ul li, section.home_j ul li {
  margin-bottom:20px;
  font-weight:bold;
}
section.home_j img.homeImg {
  max-width:115%;
  margin-left:-7%;
}

/* ------------------------
	contentBody
------------------------ */
section.contentBody {
  color:#240165;
}
section.contentBody img {
  margin:0 auto;
}
section.contentBody p{
  margin-bottom:20px;
}

/* ------------------------
	Company background
------------------------ */
aside#info {
  margin:0 auto;
  border:#4A00B5 1px solid;
  margin:40px 10px 0;
  padding:15px;
}
aside#info h1 {
  text-align:left;
  color:#240165;
  font-size:12px;
  font-weight:bold;
  border-bottom:1px rgb(174, 147, 255) dashed;
  padding-bottom:15px;
  margin-bottom:15px;
}

aside#info ul li {
  list-style:none;
}

aside#info div.infoL {
  margin-bottom:15px;
}

/* ------------------------
	Our Services
------------------------ */
div#pageBody ul.services {
  margin-left:15px;
}
div#pageBody ul.services_e {
  width:100%;
  list-style-type:none;
}
div#pageBody ul.services li, div#pageBody ul.services_e li{
  margin-bottom:20px;
}
div#pageBody ul.servicesNest, div#pageBody ul.servicesNest_e {
  list-style-type:disc;
  padding:20px 0 0 1em;
  font-weight:normal;
}
div#pageBody ul.servicesNest_e {
  list-style-type:none;
}
div#pageBody ul.servicesNest li {
  margin-bottom:10px;
}
div#pageBody ul.servicesNest li:last-child {
  margin-bottom:20px;
}

/* ------------------------
	Our Company Experience
------------------------ */
ul.list01{
  list-style-type:none;
  margin-left:15px;
}
ul.list02 {
  list-style-type:square;
  margin-bottom:30px;
  line-height:1.5;
  list-style-position:outside;
}

/* ------------------------
	Links
------------------------ */
div.listBox {
  margin:10px auto 40px;
}
ul.linkList { list-style-type:none; }
ul.linkList li.linkName {
  background-image:url(../img/links_name.gif);
  background-repeat:no-repeat;
  text-indent:80px;
  margin-bottom:10px;
}
ul.linkList li.linkUrl {
  background-image:url(../img/links_url.gif);
  background-repeat:no-repeat;
  text-indent:80px;
  margin-bottom:20px;
}

aside#LinkInfo {
  margin:0 auto;
  border:#4A00B5 1px solid;
  padding:20px;
}
aside#LinkInfo h1 {
  text-align:left;
  color:#240165;
  font-size:12px;
  padding-bottom:10px;
  margin-bottom:10px;
}
aside#LinkInfo div.linkBanner {
  text-align:center;
  margin-top:20px;
}
aside#LinkInfo div.linkBanner img {
  margin:0 10px 10px;
}