﻿/**********************************************************************/
/*  작 성 자 : (주)익스코어
/*  작 성 일 :  2010
/*  수 정 일 :  2010
/*  버     전 :  0.0.1
/*  설     명 :  전체 사이트 기본레이아웃 스타일 설정
/*  위     치 :  /css/layout.css
/**********************************************************************/

/* 공동설정 */
h1, h2, hr
{
	display: none;
}

div.index_1
{
	z-index: 1;
}

div#MainWrapper 
{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(/images/common/header/bg_line.gif) repeat-x top left;
}

table
{
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p.section_introduction
{
	display: none;
}

/* 스킵 네비게이션 */
ul#SkipNavigation
{
	display: none;
}

/* 본문 다시읽기 */
div#ReviewContents
{
	display: none;
}

/* 리뷰 네비게이션 */
ul#ReviewNavigation
{
	display: none;
}