﻿/*******************************************************************************************/
/*  작 성 자 : (주)익스코어
/*  작 성 일 :  2009.
/*  수 정 일 :  2009.
/*  버     전 :  0.0.1
/*  설     명 :  전체 사이트 기본 스타일 설정
/*  위     치 :  /css/ixcore.css
/*******************************************************************************************/
/* 기초설정 */
html
{
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body
{
	width: 100%;
	height: 100%;
	font-family: "돋움", "굴림", Tahoma; 
	font-size: 75%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #222222;
}

img
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:none;
	vertical-align: top;
}

select,input,textarea,table
{
	font-size: 1em;
	font-family: "돋움", "굴림", Tahoma;
}

form,fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

/* 링크설정 */
a 
{
	color: #444; 
	text-decoration: none;
}

a:hover 
{
	color: #D4621D;
	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;
}

/* 표양식 설정 */
table
{
	font-size: 1em;
}
