@charset "utf-8";

/****************************************************************
APAC Common CSS, Author: Wataru Taguchi of e-Marketing Japan
ver.Feb09
****************************************************************/


/* Reset global CSS =================================*/

	/*Hide MerchandisingDiv*/
#headerCell .headerMerch {
	display:none;
}

	/*Reset BodyWrap Width*/
#campaignBody {
	width:100%;
}

#APAC_Wrap *{
	margin: 0;
	padding: 0;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

#APAC_Wrap h1,
#APAC_Wrap h2,
#APAC_Wrap h3,
#APAC_Wrap h4,
#APAC_Wrap h5,
#APAC_Wrap h6,
#APAC_Wrap p,
#APAC_Wrap li,
#APAC_Wrap dt,
#APAC_Wrap dd,
#APAC_Wrap td {
	font-size: 11px;
	line-height: 1.4em;
}

#APAC_Wrap {
	text-align:center;
	margin:0 auto;
}

#APAC_Wrap li{
	list-style:none;
}

#APAC_Wrap img{
	border: 0;
	vertical-align:bottom;
}

#APAC_Wrap em{
	font-style:normal;
}

#APAC_Wrap hr{
	display: none;
}


/* Set Anchor =================================*/

#APAC_Wrap a{
	text-decoration: none;
}

#APAC_Wrap a img{
	border: none;
}

#APAC_Wrap a.block{
	display:block;
}


/* =========================================================
■Clearfix
========================================================= */
#APAC_Wrap .clearfix:after
{
visibility: hidden;
display: block;
font-size: 0;
content: ".";
clear: both;
height: 0;
}

#APAC_Wrap .clearfix {
  min-height: 1px;
zoom: 1;
}

* html #APAC_Wrap .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

* html #APAC_Wrap .clearfix
{ zoom: 1; } /* IE6 */

*:first-child+html #APAC_Wrap .clearfix
{ zoom: 1; } /* IE7 */

/* show&amp;hide settings =================================*/

#APAC_Wrap .show {
	display:inline;
}

#APAC_Wrap .hide {
	display:none;
}