@charset "utf-8";

/*formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	color: #663300;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
/* link style
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #996633;
	text-decoration: underline;
}
a:visited {
	color: #660033;
	text-decoration: underline;
}

/* basic layout
----------------------------*/
#wrapper {
	background-color: #CCCCFF;
	margin: 10px auto;
	width: 760px;
	background-image: url(images/k-back1.jpg);
}
#header {
	padding-top: 7px;
	padding-bottom: 5px;
}
#sub {
	float: left;
	width: 160px;
	height:380px;
	padding: 15px 5px 15px 15px;
	line-height: 55px;
}
#sub img {
	margin-bottom: 10px;
}

#main {
	width: 580px;
	height:380px;
	position: relative;
	float: right;
}
#main #k-enter1 {
	position: absolute;
	left: 100px;
	top: 0px;
}
#main #k-enter2 {
	position: absolute;
	left: 300px;
	top: 90px;
}
#main #k-enter3 {
	left: 0px;
	top: 150px;
	position: absolute;
}

#footer {
	padding: 5px;
	color: #FFFFCC;
	background-color: #663300;
	width: 750px;
	clear: both;
}
