﻿/*******************************************************************************************/
/*  작 성 자 : (주)익스코어
/*  작 성 일 :  2009.
/*  수 정 일 :  2009.
/*  버     전 :  0.0.1
/*  설     명 :  전체 사이트 기본 스타일 설정
/*  위     치 :  /css/ixcore.css
/*******************************************************************************************/

/* 기초설정 */
body
{
	color: #666;
	font-family: "돋움", "굴림", Tahoma, Verdana;
	font-size: 75%;
	width: 100%;
	height: 100%;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(/images/common/header/top_bg_line.jpg) 0 0 repeat-x;
}

img
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:none;
}

/* 링크설정 */
a:link 
{
	color: #333; 
	text-decoration: none;
}

a:hover 
{
	color: #BD5F00;
	text-decoration: none;
}

a:visited 
{
	color: #006699;
	text-decoration: none;
}

a img
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

/* 목록설정 */
ul, ul.li
{
	font-size: 1em;
	text-align: justify;
	list-style-type: none;
}

ol, ol.li
{
	font-size: 1em;
	text-align: justify;
	list-style-type: none;
}

div
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p
{
	margin: 0 0 0 0;
	padding: 0 0 1em 0;
	text-align: justify;
}
/* 표양식 설정 */
table
{
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}