@charset "utf-8";

body {
	font-size:10pt;
	font-family:gulim;
	line-height:150%;
}

a:link, a:visited {
	color:#777777;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

img {
	border-width:0;
}

.ib, .branch3 {
	cursor:pointer;
}

.key1 {
	cursor:pointer;
	border-bottom: 1px solid #777777;
}

/* 레이아웃 */
.main {
	width:670px;
	float:left;
}

.side {
	width:200px;
	margin:0 0 0 680px;
	padding:0 0 0 5px;
	border-left:1px dotted #CCCCCC;
}

.clear {
	clear:both;
}

/* 박스 구성 */
.blog_title {
	font-family:Tahoma;
	font-size:15pt;
	font-weight:bold;
}

.list_title {
	text-align:right;
	border-bottom:1px dotted #999999;
}

.content_box {
	margin:10px 0 0 0;
	padding:10px;
	border:1px solid #999999;
}

.list_box {
	margin:5px 0 0 0;
	border-bottom:1px dotted #999999;
}

.search_left {
	float:left;
	margin:0 10px 0 0;
}

.search_left_end {
	float:left;
}

.search_left_clear {
	clear:left;
}

/* Guest */
.guest_right {
	width:80px;
	text-align:right;
	float:right;
}

.guest_right_end {
	width:560px;
	padding:0 0 0 5px;
	text-align:right;
	float:right;
}

.guest_right_clear {
	clear:right;
}

.guest_command {
	text-align:right;
}

.guest_title {
	border-bottom:1px dotted #999999;
}

.guest_box {
	margin:10px 0 0 0;
	padding:10px;
	border:1px solid #AAAAAA;
	background-color:#F7F7F7;
}

/* Article */
.article_title {
	font-size:12pt;
	font-weight:bold;
	float:left;
	padding:10px 0 0 0;
	border-bottom:1px solid #AAAAAA;
}

.article_title_clear {
	clear:left;
}

.article_command {
	float:right;
}

.article_command_clear {
	clear:right;
}

.article_box {
	padding:10px 0 10px 0;
}

.article_box a:link, .article_content a:visited {
	color:#3399CC;
	text-decoration:underline;
}

.article_box a:hover {
	color:#999999;
}

.article_info {
	text-align:right;
	margin:0 0 5px 0;
	border-top:1px dotted #CCCCCC;
}

.tb_add {
	text-align:center;
	border-bottom:1px dotted #999999;
}

/* Page */
.page_box {
	margin:10px 0 0 0;
}

.page {
	font-size:12pt;
	color:#3399CC;
}

.page a:link, .page a:visited {
	font-size:11pt;
	color:#000000;
}

.page a:hover {
	font-size:14pt;
	color:#3399CC;
	font-weight:bold;
	text-decoration:none;
}

.page_next {
	float:left;
	width:80px;
}

.page_num {
	float:left;
	width:510px;
	text-align:center;
}

.page_prev {
	float:right;
	width:80px;
	text-align:right;
}

.page_clear {
	clear:right
}

/* 사이드바 */
.side_search {
	text-align:center;
	padding:0 0 5px 0;
}

.side_title {
	font-size:11pt;
	color:#000000;
	background-color:#F7F7F7;
	padding:0 0 0 5px;
	border:1px solid #AAAAAA;
}

.side_content {
	padding: 5px 0 10px 10px;
}

.side_content a:hover {
	color:#3399CC;
	text-decoration:none;
}

/* 범용 */
.action_box {
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #AAAAAA;
}

.black1, .black1 a:link, .black1 a:visited {
	color:#000000;
}

.black1 a:hover {
	color:#3399CC;
	text-decoration:none;
}

.black2, .black2 a:link, .black2 a:visited {
	font-size:9pt;
	color:#000000;
}

.black2 a:hover {
	color:#3399CC;
	text-decoration:none;
}

.gray1, .gray1 a:link, .gray1 a:visited {
	color:#999999;
}

.gray1 a:hover {
	color:#3399CC;
	text-decoration:none;
}

.gray2, .gray2 a:link, .gray2 a:visited {
	font-size:9pt;
	color:#999999;
}

.gray2 a:hover {
	color:#3399CC;
	text-decoration:none;
}

.blue1 {
	color:#999999;
}

.blue1 a:link, .blue1 a:visited {
	color:#3399CC;
}

.blue1 a:hover {
	color:#999999;
	text-decoration:none;
}

.blue2 {
	color:#999999;
	font-size:9pt;
}

.blue2 a:link, .blue2 a:visited {
	color:#3399CC;
}

.blue2 a:hover {
	color:#999999;
	text-decoration:none;
}