﻿/****************************************************************************************************/
/*  작 성 자 : (주)익스코어
/*  작 성 일 :  2009.03.12
/*  수 정 일 :  2009.03.12
/*  버     전 :  0.0.1
/*  설     명 :  금봉자연휴양림 기본 스타일
/*  위     치 :  /css/common/ixcore.css
/****************************************************************************************************/

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	font-family: "굴림", "돋움", Tahoma;
	font-size: 75%;
	color: #666;
	background: url(/images/common/header/bg_body.jpg) left top repeat-x;
}

a:link 
{
	color: #64A91E; 
	text-decoration: none;
}

a:visited 
{
	color: #069;
	text-decoration: none;
}

a:hover 
{
	color: #64A91E;
	text-decoration: underline;
}

ul,
ul li,
ol,
ol li
{
	font-size: 1em;
	list-style-type: none;
}

div,
table,
p
{
	font-size: 1em;
}

p
{
	line-height: 1.3em;
}

form,
form fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

form fieldset legend
{
	display: none;
}

/*
select,
input
{
	font-size: 1em;
}
*/

h1,
h2,
h3,
hr
{
	display: none;
}
