@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body, td, input, textarea {
	font: 12px/1.5 Arial, Gulim, Dotum, Verdana, AppleGothic, Sans-serif;
 	color: #303030;
 	margin: 0;
}
/* 2. 기본 링크 */
	a:link {
   	color: #303030;
   	font: 12px Trebuchet MS, Arial, 굴림, Gulim, AppleGothic, Sans-serif;
   	text-decoration: none;
	}
	a:visited {
   	color: #303030;
   	text-decoration: none;
	}
	a:hover {
		color: #993333;
   	text-decoration: none;
	}
	a:active {
		text-decoration: none;	
		color : #666;
	}	
/* 3. 이미지 */
	img {
		border-width: 0px;
	}
/* 4. 이미지 버튼 */
	.ib {
		cursor: pointer;
	}
/* 5. 입력 텍스트 */
	.text {
	border:1px solid #999;
	}
/* 6. 트리 테이블 */
	.branch2 {
	}
/* 7. 트리 셀 */
	.branch3 {
		cursor: pointer;
		height: 10px;
	}
/* 8. 달력 월 표시 */
	.cal_month {
		font: 11px Trebuchet MS, tahoma, 굴림, Gulim, 돋움, Sans-serif;
		height: 18px;
	}
/* 9. 달력 요일 표시 */
	.cal_week1 {
		font: 11px Trebuchet MS, tahoma, 굴림, Gulim, 돋움, Sans-serif;
		font-size : 11px;
		height:18px;
	}
/* 10. 달력 일요일 표시 */
	.cal_week2 {
		font: 11px Trebuchet MS, tahoma, 굴림, Gulim, 돋움, Sans-serif;
		color: #f30;
		font-size:12px;
		text-align: center;
	}
/* 11. 달력 지난 달 날짜 표시 */
	.cal_day1 {
		font: 11px Trebuchet MS, tahoma, 굴림, Gulim, 돋움, Sans-serif;
		color: #000;
		font-size:12px;
		text-align:center;
	}
/* 12. 달력 다음 달 날짜 표시 */
	.cal_day2 {
		font: 11px Trebuchet MS, tahoma, 굴림, Gulim, 돋움, Sans-serif;
		color: #000;
		font-size : 11px;
		text-align: center;
	}
/* 13. 달력 이번 달 날짜 표시 */
	.cal_day3 {
		font: 11px Trebuchet MS, tahoma, 굴림, Gulim, 돋움, Sans-serif;
		font-size : 11px;
		text-align: center;
	}
/* 14. 달력 오늘 날짜 표시 */
	.cal_day4 {
		text-align: center;
		font-size : 11px;
		background-color:#ccc;
		font-weight:bold;
	}
/* 15. 달력 글쓴 날 링크 스타일 */
	a.cal_click:link {
		font-weight: bold;
		color : #333;
	}
	a.cal_click:visited {
		font-weight: bold;
		color : #333;
	}
	a.cal_click:hover {
		font-weight: bold;
		color : #369;
	}
/* 16. 이미지 아래 캡션 스타일 */
	.cap1 {
		color: #876;
		text-align: center;
	}
/* 16. 키워드 스타일 */
	.key1 {
		cursor: pointer;
		/*border-bottom: 1px dotted #ccc;*/
	}
/* 16. 카테고리 옆 개수 스타일 */
	.c_cnt {
		font: 9pt Georgia, Serif;
		color : #999;
	}
/* 17. 최신글 옆 개수 스타일 */
	.ps_cnt {
		font: 9pt Georgia, Serif;
		color : #999;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
body {
	background:#d7d7d7;
	padding:0;
	text-align: center;
	}

hr {
display:none;
}

#timg {
padding: 90px 15px 0px;
background: #000 url('images/top.gif') repeat;
height: 50px; width: 710px ! important;
}

#timg a {
	padding-left: 30px;
	font: 17pt Verdana, Arial, Tahoma, 굴림, 맑은 고딕, Gulim, Apple Gothic, Sans-serif;
  color:#fff;
  font-weight: 400;
  letter-spacing:-2px;
  text-decoration: none;
}

#timg a:hover {
	padding-left: 31px;
	font: 17pt Verdana, Arial, Tahoma, 굴림, 맑은 고딕, Gulim, Apple Gothic, Sans-serif;
  color:#d7d7d7;
  text-decoration: none;
}

#menu1 {
      width:740px;
}


/*- Menu Tabs H--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      background:url("images/menu_bg.gif") repeat;
      background-position: center;
      font-size:93%;
      line-height:normal;

      }
    #tabsB ul {
        margin:0;
        padding:10px 10px 0 50px;       
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      font: 12px Tahoma, Trebuchet MS, Verdana, Sans-serif;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -41px;
      }
    #tabsB a:hover span {
      background-position:100% -41px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }

/* Structured */

#container {
	width:920px;
	margin:0 auto; 
	text-align: left;
  background: url("images/container_bg.gif") repeat;
}
#content {
  font: 13px Arial, Verdana, Tahoma, 굴림, 맑은 고딕, Sans-serif;
	float:left;
	width:600px;
  line-height: 1.7em;
	padding:0px 70px 5px 65px;
  overflow: hidden;
}

#sidebar {
	float:right;
	width: 150px;
  overflow: hidden;
  line-height: 150%;
	padding-top: 20px;
	padding-right: 20px;
}
#footer {
	clear:both;
  font: 12px Arial, Verdana, Tahoma, 굴림, Sans-serif;
  color : #000;
  background:url("images/foot.gif") repeat;
	width: 740px;
	height: 110px;
	text-align: center;
}
#footer a {
  font: 12px arial, verdana, tahoma, 굴림, 맑은 고딕, Sans-serif;
  font-weight: bold;
}

/* sidebar common*/
#sidebar ul{
	margin:0;
	padding:10px;
	list-style:none;
  overflow: hidden;
	}
#sidebar .name {
	font:11px Tahoma, 굴림, 맑은 고딕;
	color:#999;
}
#sidebar .date {
	font :10px Georgia, serif;
	font-size:11px;
	color:#999;	
}	
#sidebar .cnt {
	font :11px Georgia, serif;
	color:#333;
}
#sidebar h3 {
	font:14px Arial, Tahoma, sans-serif;
	font-weight:800;
	letter-spacing:-1px;
	color:#303030
	background: #fff;
	border-bottom:1px solid #fff;
	padding:3px 5px;
	margin:0;
}	

#sidebar a {
	color:#303030;
}	

#sidebar a:hover {
	color: #993333;
        text-decoration: none;
}	

#sidebar .box {
	padding:8px;
}

/* admin menu */
#sidebar .owner {
	font-size:12px;
	text-align:center;
}
/* blog info (desc, image) */

#sidebar .blogimg {
	width:150px;
	overflow:hidden;
	text-align:center;
}
#sidebar .bloginfo {
	font:12px Arial, Tahoma, 굴림, Sans-serif;
	text-align:center;
}
#sidebar .bloginfo img{
	padding:5px;
}
/* notice list */
#sidebar .notice {
	padding:5px 10px;
	margin:5px 0;
}
#sidebar .notice li {
background:url(images/iconNotice.gif) no-repeat 0 50%;
padding-left:38px;
white-space: nowrap;
}
#sidebar .notice li a{
	font-size:12px;
	letter-spacing:-1px;
	color:#333;
}
#sidebar .notice li a:hover{
	color:#993333;
	background: #fff;
}

/* search */
#sidebar .search {
	text-align:center;
	padding:6px 0;
 	background: url('images/search.gif') no-repeat;
}
#sidebar .search span {
 	margin-left: 25px;
}
#sidebar .search input{
	font: 12px Tahoma, Arial, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	border:0;	
	width:83px;
}
#sidebar .search .submit{
	border:0;
	background-color:#fff;
	font: 11px Tahoma, Arial, Verdana, Apple Gothic, Sans-serif;
	color:#bbb;
	width:20px;
	
}
/* category, category_list*/
#sidebar .category .box li ul li ul li{
  font: 12px Arial, Trebuchet MS, 굴림, Gulim, AppleGothic, Sans-serif;
	list-style-image:none;
	padding-left:10px;
	margin-left:7px;
	border-left:1px dotted #999;
}
#sidebar .category .box a{
 	font: 12px Arial, Trebuchet MS, 굴림, Gulim, AppleGothic, Sans-serif;
	color:#303030;
}
/* tag cloud*/
#sidebar .tagbox ul {
	padding:5px;
	text-align: justify;		
  }
#sidebar .tagbox a {
	letter-spacing:-1px;
	}	
#sidebar .tagbox li .cloud1 {
	background-color:#eee;
	font-weight:bold;
  font-size : 16px;
  color : #f30;
  }
#sidebar .tagbox li .cloud2 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 15px;
  color : #f60;
  }
#sidebar .tagbox li .cloud3 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 14px;
  color : #369;
  }
#sidebar .tagbox li .cloud4 {
	background-color:#eee;
  font-size : 13px;
  color : #404040;
  }
#sidebar .tagbox li .cloud5 {
  font-size : 12px;
  color : #999;
  }	
#sidebar .tagbox a:hover{
	background-color:#fff6f6;
  color:#993333;
  }


/* recent posts, recent comment, recent trackback, archive, link */
#sidebar .listbox {
	padding:15px 0;
  width:150px;
}
#sidebar .listbox ul {
	padding:15px 0;
	margin-left:3px;
}
#sidebar .listbox li {
	background:url(images/bul.gif) no-repeat 0 5px;
	line-height:16px;
	padding-left:8px;
	white-space: nowrap;
}	
/* counter */
#sidebar .counter {
	font: 25px Georgia, Calibri, Candara, Frutiger Linotype, tahoma, verdana, 굴림, 맑은 고딕, Gulim, Apple Gothic, Sans-serif;
  font-style: italic;
	letter-spacing:-3px;
	color:#FFFFFF;
	padding:5px 0;
	text-align:center;
	-moz-border-radius: 10px;
}

#sidebar .ad{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	text-align:center;
	padding:2px 0;
}


/* content common */

#content h2 {    /* post title */
	background: url(images/title.gif) no-repeat top left;
  margin-top:40px;
}

#content .tdc {
  float:right;
  position:relative;
  font: 16px Georgia, Serif;
  letter-spacing: -2px;
  font-style: italic;
	font-weight: 400;
  padding: 0 0 0 20px;
  color: #bbb;
}

#content .tdc a {
  font: 20px Arial, Tahoma, Sans-Serif;
  letter-spacing: -2px;
  font-style: italic;
 	font-weight: 400;
  color: #bbb;
}
#content .tdc a:hover {
  color: #993333;
}

#content h2 a{    /* post title Link*/
	background: url(images/title.gif) no-repeat top left;
  font: 29px Verdana, Arial, 굴림, 맑은 고딕, gulim, sans-serif;
	color: #7e7e7e;
	font-weight: 400;
  letter-spacing:-3px;
  text-decoration:none;
  padding: 15px 15px 3px 50px;
	border-bottom: 2px solid #f4f4f4;	
}

#content h2 a:hover{    /* post title mouseover*/
	background: #f4f4f4 url(images/title3.gif) no-repeat top left;
  padding: 15px 15px 3px 50px;
	text-decoration:none;
	color: #993333;
}
#content h3 {    /* tag, search, location, guestbook title */
  background: url(images/title2.gif) no-repeat top left;
  padding: 15px 15px 3px 50px;  
  font: 29px Verdana, Verdana, 굴림, 맑은 고딕, gulim, sans-serif;
	color: #7e7e7e;
	font-size: 29px;
	font-weight: 500;
  letter-spacing:-3px;
  text-decoration:none;
	margin:10px 0;
	border-bottom:1px solid #ddd;	
}

#content .admin {
  position: static;
  font 12px Arial, Tahoma, Sans-Serif;
  color: #bbb;
}

#content .admin a {
  color: #bbb;
}

#content ol, #content ul {
	padding-left:30px;		
	margin-left:0;
}
#content .name {
	font-size:13px;
	color:#666;
	letter-spacing:-1px;
}
#content .cnt {
	font:12px Georgia, Serif;
	color:#666;
}
#content .date {
	font:12px Georgia, Serif;
	letter-spacing:-1px;	
	padding-bottom: 50px;
	color:#666;	
	margin-left:5px;
	margin-right:5px;
}
#content cite {
	font-size:12px;
	font-style:normal;
	color:#666;
}
/* tag  */
#content .tagcloud ul {
	padding:5px;
	text-align:justify;		
  }
#content .tagcloud li {
	display:inline;
	}		
#content .tagcloud a {
	letter-spacing:-1px;
	}	
#content .tagcloud li .cloud1 {
	background-color:#eee;
	font-weight:bold;
  font-size : 17px;
  color : #f30;
  }
#content .tagcloud li .cloud2 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 16px;
  color : #f60;
  }
#content .tagcloud li .cloud3 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 14px;
  color : #369;
  }
#content .tagcloud li .cloud4 {
	background-color:#eee;
  font-size : 13px;
  color : #404040;
  }
#content .tagcloud li .cloud5 {
  font-size : 12px;
  color : #999;
  }	
#content .tagcloud a:hover{
	background-color:#fff6f6;
  color:#993333;
  }

/* search list, rplist */	
#content .list, .rplist{
	margin-bottom:50px;
}
#content .list .date, .rplist .date{
	padding-right:8px;
}
/* location */
.location .spot {
	padding-left:30px;
	background:url("images/iconIndentArrow_local.gif") no-repeat 10px 2px;
	margin-bottom:3px;
	}	
.location .info {
	padding-left:15px;
	background:url("images/iconIndentArrow_localinfo.gif") no-repeat 0 50%;
	margin-bottom:3px;
	}	
/* guestbook > write */
.guestbook .write {
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	margin-bottom:20px;
	background:#f5f5f5;
	padding: 5px 0px 15px 10px;
}
.guestbook .write p{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	padding:2px;
	margin:0;
}
.guestbook .write input{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	border:1px inset #d7d7d7;
	height:18px;
	width:200px;
}
.guestbook .write input:hover, .guestbook .write .homepage:hover, .guestbook .write textarea:hover{
  background: #f9f9f9;
}

.guestbook .write .homepage{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	border:1px inset #d7d7d7;
	height:18px;
	width:400px;
}

.guestbook .write .submit{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	border:1px outset #aaa;
	background-color:#ddd;
	height:25px;
	width:98%;
	color:#333;
}
.guestbook .write label{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
}
.guestbook .write textarea{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	width:98%;
	height:150px;
	border:1px inset #eee;	
	overflow:visible;
}

/* guestbook > list */
.guestbook p{
	padding:10px 0;
	margin:0;
}
.guestbook .list ol li{
	font-size:12px;
	padding:10px 10px 10px 25px;
	background:url("images/iconGuestbook.gif") no-repeat 0 12px;	
}

.guestbook .list ol li:hover{
	background:url("images/iconGuestbook.gif") no-repeat 0 12px;	
  background-color: #f9f9f9;
}

.guestbook .list li ul li{
	font-size:12px;
	padding-left:30px;
	margin-left:10px;
	background:url("images/iconIndentArrow_local.gif") no-repeat 10px 12px;
	background-color: #f5f5f5;
	list-style: none;
}

.guestbook .list li ul li:hover {
	background:url("images/iconIndentArrow_local.gif") no-repeat 10px 12px;
  background-color: #f5f5f5;
}
.guestbook .list .name a{
	font-size:13px;
	font-weight:bold;
	color:#993333;
	padding-right:0px;
}
.guestbook .name a:hover{
	color:#cc6666;
	font-weight:bold;
}
.guestbook .control a{
	font:9px tahoma;
	background:url("images/iconControl.gif") no-repeat center right;	
	padding-right:10px;
	color:#999;
	margin-right:5px;
}
.guestbook .control a:hover{
	background-color:#e4e2e2;
	color:#993333;
}
.guestbook blockquote {
 	color: inherit;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.0em;
	border-left: 7px double #E8E8E0;
	margin: 5px 10px 5px 10px;
	padding-left: 10px;
	padding-right: 20px;
}

/* entry > notice */
.entry_notice {
	margin-bottom:30px;
	}
.entry_notice .article {
	padding:10px 0;
}	
/* entry > protected  */
.entry_protected {
	border-bottom:1px solid #0000ff;
	margin-bottom:15px;
	}
.entry_protected h2 {
	color:#369;
}
.entry_protected input {
	border:1px solid #999;
	font:10px Tahoma;
}
.entry_protected .submit {
	border:1px solid #bbb;
	background-color:#ddd;
}

/* page error*/
#page-error
{
	font-weight:bold;
	padding:200px 0;
	text-align:center;
}

/* entry article*/
.entry .article {
	color: #505050;
  text-decoration: none;
}

.entry .article blockquote {
  background: url(images/qu.gif) no-repeat top left;
 	color: inherit;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.0em;
	margin: 10px 10px 10px 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}

.entry .article a {
  font: 13px Trebuchet MS, Arial, Verdana, Tahoma, 굴림, sans-serif;
	color: #3d68d2;
  text-decoration: none;
}

.entry .article a:hover {
	color: #993333;
  text-decoration: none;
}

#content .entry .article ul{
	padding:10px 30px;
	list-style-type:disc;
}	
#content .entry .article ol{
	padding:10px 30px;
	list-style-type:decimal;
}

/* entry top button*/
.entry .btn_top{
	text-align:right;
	float:right;
	clear: both;
	margin-top:3px;
}
/* entry tag */
.entry .tagbox{
	border:1px;
	padding:5px;
}
.entry .tagtext{
	font:9px Verdana, Sans-Serif;
	font-weight:bold;
	background-color:#993333;
	color:#fff;
	padding:1px 3px;
	margin-right:8px;
}


/* entry trackback, comment  트랙백과 코멘트박스*/
.entry .tbrp_box {
	border-bottom:3px solid #f5f5f5;
	padding:7px 5px 1px 8px;
	font:12px Arial, Tahoma, Verdana, Sans-serif;
	text-align: right;
}
.entry .tbrp_box .cnt{
	font:10px verdana;
	color:#666;
}
/* entry trackback */
.entry .trackback {
	font: 12px Arial, Verdana, 굴림, gulim, dotum;
	line-height: 150%;
	color:#303030;
	background-color:#f5f5f5;
	padding:10px;
	margin-bottom:4px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 6px;
}

.entry .trackback li:hover {
  	background: #fff;
}

.entry .trackback a{
	font: 12px Arial, Trebucht MS, Verdana, 굴림;
	color: #3d68d2;
  text-decoration: none;
}

.entry .trackback a:hover {
	color: #993333;
  text-decoration: none;
}	

.entry .trackback .add {
	margin:10px;
	font:12px Verdana, Arial, Sans-Serif;
	color:#333;
}	
.entry  .trackback li{
	border-top:1px dotted #ccc;
	padding:10px 0;
}
.entry .trackback h4{
	font:14px Arial, Tahoma, Sans-Serif;
	font-weight:normal;
	margin:0;
}
/* entry comment */
.entry .comment {
	background-color:#f5f5f5;
	margin: 10px 0 0 0;
	border: 1px solid #DDDDDD;
	font-size: 12px Arial, Verdana, 굴림, Sans-serif;
	padding: 12px 10px 12px 15px;
	-moz-border-radius: 6px;

}	
.entry .comment p{
	margin:5px;
	padding-top:5px;
	padding-bottom:10px;
}

.entry .comment a{
	font: 12px Arial, Verdana, 굴림, 맑은 고딕;
	color: #3d68d2;
  text-decoration: none;
}

.entry .comment .name a{
	font: 12px Arial, Verdana, 굴림, 맑은 고딕;
	color: #3d68d2;
  font-weight: 500;
  text-decoration: none;
}

.entry .comment a:hover {
	color: #993333;
  text-decoration: none;
}

.entry .comment ol li{
  color:#404040;
	font-size:12px;
	line-height: 155%;
	padding:15px 10px 10px 15px;
	background:url("images/iconGuestbook.gif") no-repeat 0 5px;
  background-color:#f5f5f5;
  list-style-position: outside;
}
.entry .comment li ul li{
  color:#404040;
	font-size:12px;
	line-height: 155%;
	padding:15px 1px 0 25px;
	background:url("images/iconIndentArrow_local.gif") no-repeat 10px 12px;
	background-color:#f9f9f9;
	list-style: none;
}

.rty {
  color:#404040;
	font-size:12px;
	line-height: 155%;
	margin-bottom: 1px;
	padding:5px 1px 0px 3px;
	border: 1px solid #e9e9e9;
  -moz-border-radius: 6px;
	background-color:#f9f9f9;
	}

.rty2 {
	padding:5px 1px 0 5px;
}

.entry .comment .commentlist li {
  border-bottom: 3px solid #fff;
}

.entry .comment .commentlist li:hover {
  background-color: #fff;
}

.entry .comment .commentlist li ul li:hover {
	background-color:#f9f9f9;
}
.entry .comment blockquote {
 	color: inherit;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.0em;
	border-left: 7px double #E8E8E0;
	margin: 5px 10px 5px 10px;
	padding-left: 10px;
	padding-right: 20px;
}
.entry .control a{
	font:9px tahoma;
	background:url("images/iconControl.gif") no-repeat center right;	
	padding-right:8px;
	color:#999;
	margin-left:5px;
}
.entry .control a:hover{
	background-color:#e4e2e2;
	color:#993333;
}

.comment .write {
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	margin-bottom:20px;
}

.comment .write h4{
	font:20px Tahoma, Sans-serif;
	letter-spacing: -1px;
  font-weight: 500;
}

.comment .write p{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	padding:2px;
	margin:0;
}
.comment .write input{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	border:1px inset #d7d7d7;
	width:150px;
}

.comment .write input:hover, .comment .write .homepage:hover, .comment .write .submit:hover, .comment .write textarea:hover{
  background : #f9f9f9;
}

.comment .write .homepage{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	border:1px inset #d7d7d7;
	width:260px;
}
.comment .write .submit{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	border:1px outset #aaa;
	background-color:#ddd;
	height:25px;
	width:98%;
	color:#333;
}
.comment .write label{
	font:10px Verdana;
}
.comment .write textarea{
	font: 12px Arial, Tahoma, Verdana, 굴림, Gulim, Apple Gothic, Sans-serif;
	width:98%;
	height:150px;
	border:1px inset #d7d7d7;	
	overflow:visible;
}
.comment .write .checkbox{
	border:none;
	padding:0;
	margin:0;
	width:25px;
	}

/* paging */
.paging{
	padding-top:10px;
	text-align:center;
	font:12px Arial, Tahoma;
}

/* footer */
#footer {
	text-align:center;
}

code {
	display:block;
	padding:10px;
	width:570px;
	height:auto;
	overflow-x:auto;
	overflow-y:auto;
	color:#82786C;
	font: 11px "Courier New",Lucida Console,helvetica,sans-serif;
	line-height:1.4;
	white-space:pre;
	background-color:#F1F1F3;
	border:2px dotted #ccc;
}

.utube  {
  text-align:center;
	margin:0px;
	padding-top:20px;
	padding-bottom:32px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: #D7D7D7 0px solid;
	background:  url(images/video.jpg) top center no-repeat;
}
