﻿@charset "utf-8";




/* ---------------------------------------
mainContainer
------------------------------------------ */

body#newlayout.top {
	background: #ffffff;
}

body#newlayout.top #mainContainer {
	clear: both;
	width: 980px;
	margin: 0;
}
body#newlayout.top #mainContainer a {
	cursor: pointer;
}

body#newlayout .mainVisual {
	position: absolute;
}
body#newlayout .mainMenu {
	width: 960px;
	position: relative;
	left: 21px;
	top: 280px;
}

body#newlayout .mainMenu ul li {
	line-height: 0;
	font-size: 0;
	float: left;
	padding: 0 0 0 10px;
}
body#newlayout .mainMenu ul li:first-child {
	padding-left: 0;
}

body#newlayout .mainContents {
	clear: both;
	width: 980px;
	margin-top: 310px;
	position: relative;
	left: 21px;
}
body#newlayout.top #contents {
	clear: both;
	width: 960px;
}


/* ---------------------------------------
leftContents
------------------------------------------ */

body#newlayout .mainContents #contents .leftContents {
	float: left;
	width: 470px;
}


body#newlayout .mainContents #contents .rightContents {
	float: right;
	width: 470px;
	margin-left: 20px;
}
body#newlayout .mainContents .menuBox {
	clear: both;
}
body#newlayout .mainContents .menuBox dt.categoryTitle {
	position: relative;
	z-index: 1;
	line-height: 0;
	font-size: 0;
}
body#newlayout .mainContents .menuBox dd.menuBoxInner {
	position: relative;
	top: -10px;
}
* html body#newlayout .mainContents .menuBox dd.menuBoxInner {
	top: 10px;
}

body#newlayout .mainContents .menuBox dd.menuBoxInner .wrap {
	background: url(/english/images/index_bg001.png) repeat-y 0 0;
}
body#newlayout .mainContents .menuBox dd.menuBoxInner .menuBoxInnerBottom {
	height: 10px;
	background: url(/english/images/index_bg008.png) no-repeat 0 100%;
	line-height: 0;
	font-size: 0;
}
body#newlayout.top .categoryTitle span.iconL {
	top: 7px;
	left: 335px;
}
body#newlayout.top .categoryTitle span.iconR {
	top: 7px;
	left: 393px;
}

/* topics */
body#newlayout .mainContents .menuBox dd .topics {
	margin: 0;
	padding: 20px 10px 10px;
	background: #ffffff;
}

* html body#newlayout .iepngfix {  
    behavior: expression(IEPNGFIX.fix(this));  
}




/* 99. Extra
=========================================*/
/* Clearfix */
body#newlayout.top #mainContainer:after,
body#newlayout .mainMenu:after,
body#newlayout.top #contents:after,
body#newlayout .mainContents .menuBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body#newlayout.top #mainContainer,
body#newlayout .mainMenu,
body#newlayout.top #contents,
body#newlayout .mainContents .menuBox{
	zoom: 1;
	display: block;	/* for safari firefox3 */
	min-height: 1%;  /* for IE 7*/
}
/* IE7 hacks */
*:first-child+html body#newlayout.top #mainContainer,
*:first-child+html body#newlayout .mainMenu,
*:first-child+html body#newlayout.top #contents,
*:first-child+html body#newlayout .mainContents .menuBox {
	display: inline-table;
}/* end hacks */
