/* 기본 */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr
	{ margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th
	{ font-size: 1em; font-weight: normal; font-style: normal; }
ul, ol
	{ list-style: none; }
fieldset, img, hr
	{ border: none; }
caption, th
	{ text-align: left; }
table
	{ border-collapse: collapse; border-spacing: 0;  text-align:center;}
td
	{ vertical-align: top; }
hr
	{ display: none; }
	
img{border:0;}


								

/* 링크 */

a:link, a
	{ text-decoration: none;}
a:visited
	{ text-decoration: none;}
a:hover
	{ text-decoration: none;}
a:active
	{ text-decoration: none;}



/* 레이아웃 */

html, body
	{ font-family:Arial,Dotum; font-size:12px; color:#000; text-align:center; line-height:20px;background: url(/img/common/bg.jpg) repeat-x; }

noscript p#noscript
	{ margin: 3px; padding: 2px; display: block; border: 1px #d5cabd solid; font: normal 0.75em/1.5 sans-serif; text-align: center; color: #ae8858; background: #fcf8e4; }



/* 공통 클래스 */

.hidden
	{ display: none; }
.floatLeft
	{ float: left; }
.floatRight
	{ float: right; }
.clear
	{ clear: both; }



/* 컬러 레벨 */

.h1
	{ color: #000; }
.h2
	{ color: #000; }
.h3
	{ color: #000; }




/* Browser Detection */

.browserIE
	{  }
.browserIE6
	{  }
.browserIE7
	{  }
.browserIE8
	{  }
.browserChrome
	{  }
.browserSafari
	{  }
.browserMozilla
	{  }
.browserFirefox
	{  }
.browserOpera
	{  }