@charset "UTF-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #CCCCCC;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}
/* basic layout
------------------------------*/
#wrapper {
	height: 1440px;
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	float: right;
	width: 734px;
	height: 1325px;
	margin: 0px;
	line-height: 16px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main  .newsSeiho  img {
	position: absolute;
	top: 410px;
	right: 135px;
}
#main  .newsNam  img {
	position: absolute;
	top: 110px;
	right: 160px;
}
#main  .newsDaegu img {
	position: absolute;
	top: 930px;
	right: 135px;
}
#main  .newsToki  img {
	position: absolute;
	top: 670px;
	right: 135px;
}
#sidebar {
	padding: 0px;
	width: 136px;
	float: left;
	height: 1440px;
	margin: 0px;
	position: relative;
}
#sidebar #logo {
	position: absolute;
	left: 5px;
	top: 12px;
}
#sidebar ul {
	position: absolute;
	left: 5px;
	top: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	color: #999999;
}
#profile #sidebar #nProfile a {
	color: #333333;
}
#footer {
	float: right;
	height: 40px;
	width: 764px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#footer address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: absolute;
	bottom: 0px;
	right: 5px;
	line-height: 16px;
}

