/*----------  영역별 크기  ----------*/
.wrap {width:100%;}
.header {width:700px;
		margin-left:20px;
		text-align:left;}
.container {width:700px;
margin-left:20px;
		text-align:left;}
.content {width:700px;
margin-left:20px;
margin-top:5px;
		text-align:left;}
.post_content {width:700px;
margin-left:20px;
		text-align:left;}
.widemenu {width:700px;
margin-left:20px;
		text-align:left;}
.column {width:700px;
margin-left:20px;
		text-align:left;}
.column .widget {width:700px;
margin-left:20px;
		text-align:left;}
.column .widget .widget_content {width:700px;
margin-left:20px;
		text-align:left;}
.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 11px/1.6em times new roman;
	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 times new roman;
	}
//*--- 덧글/트랙백 영역 ---*/
.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;}


html {
scrollbar-3dLight-Color: #fff; 
scrollbar-arrow-color: #666; 
scrollbar-base-color: #fff; 
scrollbar-Face-Color: #fff; 
scrollbar-Track-Color: #fff; 
scrollbar-DarkShadow-Color: #fff; 
scrollbar-Highlight-Color: #fff; 
scrollbar-Shadow-Color: #fff;
}


/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {
width: 8px; height: 8px; border: 3px solid #fff; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
display: block; height: 10px; background: url('./images/bg.png') #fff}
::-webkit-scrollbar-track {
background: #fff; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb {
height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}
