@charset "utf-8";

* {
	font : 12px verdana, dotum, sans-serif;
	color : #575f59;
	line-height : 1.7em;
}

a:link {
	text-decoration : none;
}

a:visited {
	text-decoration : none;
}

a:hover {
	color : #ff6000;
	text-decoration : none;
}

.txt a:hover {
	border-bottom : 2px dotted #ff6000;
}

body, div, p, ul, li, img, a img {
	margin : 0;
	padding : 0;
	border : none;
}

li {
	list-style : none outside;
}

.anchors li {
	display : inline;
}

.left {
	float : left;
}

.right {
	float : right;
}

.container {
	width : 800px;
	margin : 0 auto;
}

.logo {
	margin-top : 20px;
}

.side-menu {
	float		: right;
	margin-bottom : 10px;
}

.side-menu .anchors li {
	padding-left : 7px;
}

.contents {
	width : 720px;
	margin : 20px 0;
	padding : 35px 39px;
	border-left : 1px solid #e4e4e4;
	border-right : 1px solid #e4e4e4;
}

.bottom {
	background : url('../images/shared/back_bar.gif') left top no-repeat;
	padding : 25px 30px;
	height : 70px;
}

.bottom .left .anchors li {
	padding-right : 10px;
}

.bottom .right .anchors li {
	padding-left : 30px;
}