/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	background-image:  url("../img/index/bg_html_top.gif");
}

/***********************************************/
/* gloval layout                               */
/***********************************************/

#secondframe{/* ===== IE hack ===== */
	background-image:  url("../img/index/bg_container_top.gif");
}

#secondframe ul.ic_jap{
	height: 55px;
	max-height: 39px;
	background-image: url(../img/common/bg_category_about.jpg);
}
/* MacIEESafari1-2 */
html:\66 irst-child #secondframe ul.ic_jap{
	height: 39px;
}
/* MacIEESafari1-2  END  */

#container{
	clear: both;
	width: 950px;
}



/***********************************************/
/* headerArea                              */
/***********************************************/

/* ===== id    ===== */

#id{
	background-image: url(../img/index/id_top.jpg);
}


/***********************************************/
/* contentsArea                                */
/***********************************************/

/* ===== contentsArea ===== */

#contentsArea{
	clear: both;
	width: 950px;
}



/***********************************************/
/* headerArea                              */
/***********************************************/

/* ===== headrightArea ===== */

#headrightArea{
	float: left;
	clear: none;
}


/***********************************************/
/* leftArea                               */
/***********************************************/

#leftArea{
	clear: none;
	width: 744px;
	padding-top: 0px;
	background-color: #FFFFFF;
}

/* ===== headimg ===== */

#headimg01{
	height: 150px;
	background-image: url(../img/index/bg_headimg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#headimg02{
	height: 150px;
	background-image: url(../img/index/bg_headimg02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#headimg03{
	height: 150px;
	background-image: url(../img/index/bg_headimg03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}



/* ===== maincontentsArea ===== */

#maincontentsArea{
	clear: both;
	padding-left: 30px;
	padding-right: 260px;
	background-image: url(../img/index/img_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #0C3B8C;
}

#maincontentsArea p{
	margin-left: 0px;
	margin-bottom: 20px;
	line-height: 20px;
}
#maincontentsArea p.sign{
	height: 55px;
	background-image: url(../img/index/img_sign.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}



/***********************************************/
/* rightArea                               */
/***********************************************/

#rightArea{
	background-image: url(../img/index/bg_right_top.jpg);
}
#rightArea h2.ttl_g01{
	background-image: url(../img/index/ttl_about_top.gif);
}
#rightArea h2.ttl_g02{
	background-image: url(../img/index/ttl_japan_top.gif);
}
#rightArea h2.ttl_g03{
	background-image: url(../img/index/ttl_legal_top.gif);
}



/***********************************************/
/* footerArea                                  */
/***********************************************/

#footerArea{
	background-image:  url("../img/index/bg_container_top.gif");
}


/***********************************************/
/* pagetopArea                               */
/***********************************************/

#pagetopArea p{
	width: 950px;
	max-width: 910px;
	padding-right: 40px;
	margin-top: -20px;
	background-image:  url("../img/index/bg_pagetop_top.gif");
}
* html body #pagetopArea p{/* ===== IE hack ===== */
	margin-top: 0px;
}
/* MacIEESafari1-2 */
html:\66 irst-child #pagetopArea p{
	margin-top: 0px;
}
/* MacIEESafari1-2  END  */

/***********************************************/
/* addressAre                               */
/***********************************************/

#addressArea{
	background-image:  url("../img/index/bg_fotter_top.gif");
	position: relative;
}

#addressArea address{
	padding-left: 349px;
}

#addressArea a.pagetop{
	width: 74px;
	height: 21px;
	background-image: url(../img/common/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 836px;
	top: 30px;
}
* html body #addressArea a.pagetop{/* ===== IE hack ===== */
	left: 566px;
	top: 30px;
}

