/*
 *	basic.css
 *
 *	author: seokjun bae
 *	email: sjbae01@naver.com
 -----------------------------------------------------------*/

/* basic body background */
html{
	margin: 0;
	padding:0;
	background: url(../image/bg.jpg) repeat-x ;
}
body {
	margin: 0;
	padding: 0;
	font-family: 돋움, 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: .75em;
	color:#2F3743;
}
ul{
	margin :0;
	padding : 0;
}
li{
	margin :0;
	padding : 0;
	list-style-type:none;
}
img{ border: 0 none; }
.bolder{
	font-weight:bolder;
}
/* default links */
a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #12666f;
}
a:link {
	background-color: transparent;
	text-decoration: none;
	color: #0caabb;
}
a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #0caabb;
}
a{
	cursor:hand;
}
/* head text */
h1 {
	font-size: 150%;
	color: #333333;
	margin: 5px 0 5px 5px;
	background: #E5E2A9;
}
h2 {
	font-size: 130%;
}
h3 {
	display: inline;
	font-size: 110%;
	color: #0f9aa9;
	margin: 10px 5px 0 5px;
	padding: 2px;
}
h4 {
	font-size: 100%;
}