@charset "utf-8";

/* background-image */
div.contentsBg,
div.wrapper.top div#mainCol div#contents div#keyVisual,
div.footerBg {
	background-image:none;
}

/* hidden block */
div.wrapper.newWin,
div.wrapper.top,
div.wrapper {
	background-image:none;
}
div#header div#navExtra,
div#header #navMain,
div#header #navSub,
div.wrapper div#breadcrumbBtm,
div.wrapper div#subCol,
div#footer div.column {
	display:none;
}
div#footer div#signature,
div#footer div#legal,
div#footer div#plugin ,
div#footer.newWin div#signature,
div#footer.newWin div#legal,
div#footer.newWin div#plugin ,
div#footer.simple div#signature,
div#footer.simple div#legal,
div#footer.simple div#plugin {
	display:none;
}

/* setting */
div#header {
	margin-bottom:2em;
}
div.footerBg div#footer,
div#footer {
	margin-top:2em;
	border-top:none;
}
div.wrapper.newWin div#mainCol ,
div.wrapper.top div#mainCol ,
div.wrapper div#mainCol {
	float:none;
	margin:0 auto;
}

/* mainCol */
div.wrapper div#mainCol div#contents div.indicator ul li.active {
	font-weight:bold;
}

/* IE6 Hack*/
* html body {
	zoom:60%;
}
* html div.wrapper.newWin,
* html div.wrapper.top,
* html div.wrapper {
	text-align:center;
}
* html div.wrapper.newWin div#mainCol ,
* html div.wrapper.top div#mainCol ,
* html div.wrapper div#mainCol {
	text-align:left;
}


/* IE7 Hack */



/* IE8 Hack */
html>/**/body div.co2W {
html>/**/body div.coW {
html>/**/body div.col {
	display /*\**/: table-cell\9;
	float /*\**/: none\9 !important;
}

html>/**/body div.column2,
html>/**/body div.column3,
html>/**/body div.column4 {
	display /*\**/: table !important \9;
	float /*\**/: none !important \9;
}


/* Firefox Hack */
html>/**/body div.col2W , x:-moz-any-link, x:default,
html>/**/body div.colW , x:-moz-any-link, x:default,
html>/**/body div.col , x:-moz-any-link, x:default {
	display: table-cell;
	float: none !important;
}

html>/**/body div.column2, x:-moz-any-link, x:default,
html>/**/body div.column3, x:-moz-any-link, x:default,
html>/**/body div.column4, x:-moz-any-link, x:default {
	display: table !important;
	float: none !important;
}


/* Safari Hack */

