/*----------  영역별 크기  ----------*/
.wrap {width:700px;}
.header {width:700px;}
.container {width:700px;}
.content {width:700px;}
.post_content {width:700px;}
.widemenu {width:700px;}
.column {width:700px;}
.column .widget {width:700px;}
.column .widget .widget_content {width:700px;}
.sidebar_wrap {width:px;}
.sidebar_wrap {width:px;}
.sidebar_wrap .column {width:px;}
.sidebar_wrap .column .widget {width:px;}
.sidebar_wrap .column .widget .widget_content {width:px;}
.footer {width:700px;}
/*----------  영역별 배경색 & 배경이미지  ----------*/
.body {background:#fff;}
.wrap {background:#fff;}
.header {
	background:#fff;
	border-bottom:7px solid #fff;
	}
.sidebar_wrap {
	background:#fff;
	border-top:10px solid #fff;
	}
.footer {
	background:#fff;
	border-top:5px solid #fff;
	}
/*---------- 영역별 글자크기/글자색/링크색 & 세부설정 ----------*/
.body {
	font:normal 12px/1.6em sans-serif;
	color:#252739;
	margin:0 auto;
	padding:0;
	text-align:center;
	}
.body a:link,.body a:visited {color:#000000;text-decoration:none;}
.body a:hover,.body a:active {color:#eee8aa;text-decoration:none;}
.wrap {margin:0 auto;text-align:center;}
/*--- 헤더 영역 ---*/
.header {
	color:#fff;
	text-align:left;
	}
.header a:link,.header a:visited {color:#fff;text-decoration:none;}
.header a:hover,.header a:active {color:#fff;text-decoration:underline;}
.header h1 {
	font-size:12px;
	margin:0;
	}
.header .url {
	font:normal .8em verdana,sans-serif;
	}
//*--- 덧글/트랙백 영역 ---*/
.post_link {color:#999;}
.post_link h3 {
	font-size:13px;
	letter-spacing:-1px;
	border-bottom:1px solid #ccc;
	}
.post_trackback .trackback_help {
	border-bottom:1px solid #ccc;
	}
.post_link h4 {font-size:1em;}
/*--- 하단 메뉴 영역 ---*/
.sidebar_wrap {clear:both;margin:0 auto;}
.column {
	color:#252739;
	float:left;
	display:;
	}
.column .widget {margin:px auto;padding:15px 0;text-align:left;}
.column .widget h3 {
	font-size:12px;
	color:#fff;
	border-bottom:px solid #333;
	}
.column .widget .widget_content {padding-top:10px;overflow:hidden;_word-break:break-all;}
/*--- 푸터 영역 ---*/
.footer {
	font:normal .8em verdana,sans-serif;
	color:#fff;
	margin:0 auto;
	padding:10px 0 20px 0;
	}
.footer a:link,.footer a:visited {color:#fff;text-decoration:none;}
.footer a:hover,.footer a:active {color:#fff;text-decoration:none;}

