@charset "utf-8";
@font-face{
  font-family: 'NanumGothicWEB';
  font-style: normal;
  font-weight: normal;
  src: url('http://pds19.egloos.com/pds/201010/15/62/NanumGothic.eot');  /* IE6-8 */
  src: local('☺'),
 url('http://pds18.egloos.com/pds/201010/13/41/NanumGothic.woff') format('woff'),  /* FF3.6, IE9 */
 url('http://pds17.egloos.com/pds/201002/25/17/NanumGothic.ttf') format('truetype'); /*Saf3+,Chrome,FF3.5,Opera10+ */
}
/*지금 serif체 마지막에 나눔고딕을 넣어놨는데 언젠가 적당한 크기의 셰리프체를 찾으면 (서울한강체는 너무 크기가 크다)아  변환하여 나눔고딕 및에 추가선언하여 셰리프체 끝에 대신넣도록, 물론 body의 sanserif체는 그대로 두고*/
/*  
Theme Name: Retromania
Theme URI: http://www.jayhafling.com/
Description: Retromania is nice free wordpress theme for personal blog. The theme is released under GPL
Version: 1.6
Author: Jay Hafling
Tags: green, yellow, light, two-columns, right-sidebar, fixed-width
*/
html
{
	font-size:100.01%;
}
html, body 
{
	border:0;
	margin:0;
	padding:0;
}
* 
{
	padding:0;
	margin:0;
}
body { 
	font: 12px/1.4  Arial, Helvetica,  "맑은 고딕","malgun gothic",  AppleGothic, 나눔고딕, NanumGothic, NanumGothicWEB, sans-serif;
	color:#232323;
	background:#00303A;
text-align:left;
}
*html body { font-family:NanumGothicWEB; }
*+html body { font-family: NanumGothicWEB;}
/*오페라도 글꼴을 차례로 못받고 첫번째것만 받는것같아서 IE6,7처럼 핵을쓰려했는데 오페라 핵을 찾을 수가 없다.찾는데로 추가하자.*/
/***** Headings *****/
h1, h2, h3, h4, h5, h6 
{
	margin:0;
	padding:0;
	font-weight:normal;
}
h2.page_title,
h1 
{
	padding:0px 0 10px 0;
	font-size:24px;
	color:#ac1616;
	font-family:Georgia, "Times New Roman", Times,  "08서울한강체 M", AppleMyungjo, 나눔명조, NanumMyungjo,  NanumGothicWEB,  serif;
}
h2 
{
	padding:0px 0 20px 0;
	font-size:24px;
}
h3 
{
	font-size:16px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, "08서울한강체 M", AppleMyungjo, 나눔명조, NanumMyungjo,  NanumGothicWEB,  serif;
	text-transform:uppercase;
	color:#ac1616;
	padding:0px 0 20px 0;
}
/***** Common Formatting *****/
p, ul, ol 
{
	margin:0;
	padding:0 0 20px 0;
}
ul, ol 
{
	padding:0 0 0px 2.5em;
}
blockquote 
{
}
small 
{
	font-size:0.85em;
}
img 
{
	 border:0;
}
sup 
{
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub 
{
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr 
{
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
a 
{
	text-decoration:none;
	color:#ac1616;	
}
a:hover 
{
	color:#73794f;
}
a:active
{
	color:#ff4200;
}
/***** Forms *****/
form 
{
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea 
{
	font:1em Arial, Helvetica, "맑은 고딕", "malgun gothic", AppleGothic, 나눔고딕, NanumGothic, NanumGothicWEB,  sans-serif;
}
textarea 
{
	width:100%;
	line-height:1.25;
}
label 
{
	cursor:pointer;
}
/***** Tables *****/
table, table tr td , table tr th {
	border:0;
	padding:0;
margin:0;
}
/***** Wrapper *****/
.wrap 
{
	width:1000px;
	margin:0 auto;
}
/***** Global Classes *****/
.clear         { clear:both; overflow:hidden; width:1px; height:1px;}
.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }
.width100 { width: 100%; } 
.width75 { width: 75%; } 
.width50 { width: 50%; } 
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin:0 10px 10px 0px;
}
.alignright {
   float: right;
   margin:0 0px 10px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/**************  Classes  **************/
/*++++++++++++++  Header  +++++++++++++++*/
.header
{
	width:1000px;
	height:240px;
	position:relative;
	background:url(http://pds18.egloos.com/pds/201010/09/62/header.jpg) top left no-repeat;
	z-index:190;
}
h1.logo
{
	margin:0;
	padding:0;
	font:bold 34px/34px   Georgia, "Times New Roman", Times,  "08서울한강체 M", AppleMyungjo, 나눔명조, NanumMyungjo, NanumGothicWEB, serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#ad1616;
	position:absolute;
	left:57px;
	top:11px;
}
h1.logo a
{
	color:#ad1616;
	text-decoration:none;
}
.description
{
	margin:0;
	padding:0;
	font:bold 11px/11px "Trebuchet MS", Helvetica, "맑은 고딕", "malgun gothic", AppleGothic, 나눔고딕, NanumGothic, NanumGothicWEB,  sans-serif;
	text-transform:uppercase;
	color:#000;
	position:absolute;
	left:57px;
	top:44px;
}
*html .description {line-height:normal;}
*+html .description {line-height:normal;}
.subscribe_email
{
    margin:0;
    padding:0;
    font:bold 14px/14px Georgia, "Times New Roman", Times,  serif;
    text-transform:uppercase;   
    position:absolute;
    top:15px;
    right:30px;
}
.subscribe_email a {    color:#3e3f42;    text-decoration:none;}
.subscribe_email a:hover{    color:#ad1616;}
.menu
{
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	top:201px;
	left:55px;
	z-index:200;
}
.menu a
{
	float:left;
	font:bold 11px/11px Georgia, "Times New Roman", Times,  "08서울한강체 M", AppleMyungjo, 나눔명조, NanumMyungjo,  NanumGothicWEB,  serif;
	text-transform:uppercase;	
	padding:0 21px 0 0;
	margin:0;
	position:relative;
}
*html .menu a {line-height:normal;}
*+html .menu a{line-height:normal;}
.menu a{			color:#000;	}
.menu a:hover{			color:#ad1616;		}
/* Content */ 
.content
{
	width:100%;
	overflow:hidden;
	background:url(http://pds19.egloos.com/pds/201010/09/62/content_body.jpg) top left repeat;
	z-index:100;
}
.content_left
{
	width:100%;
	overflow:hidden;
	background:url(http://pds20.egloos.com/pds/201010/09/62/sharp_left.gif) top left repeat-y;
}
.content_right
{
	width:100%;
	overflow:hidden;
	background:url(http://pds18.egloos.com/pds/201010/09/62/sharp_right.gif) top right repeat-y;
	
}
/* Mainbar */
.mainbar
{
	float:left;
	width:669px;
	overflow:hidden;
	background:url(http://pds20.egloos.com/pds/201010/09/62/mainbar_body.jpg) top left repeat;
	display:inline;
	margin:13px 0 20px 22px;
	
}
.mainbar_top
{
	width:669px;
	overflow:hidden;
	background:url(http://pds20.egloos.com/pds/201010/09/62/mainbar_top.jpg) top left no-repeat;	
}
.mainbar_bottom
{
	width:669px;
	overflow:hidden;
	background:url(http://pds20.egloos.com/pds/201010/09/62/mainbar_bottom.jpg) bottom left no-repeat;	
	padding:40px 0;
}
.mainbar_inner
{
	width:560px;
	margin:0 0 0 70px;	
}
.post_oneview,
.post_view
{
	width:100%;
	margin:0 0 40px;
	position:relative;
	z-index:1;
}
.post_summary,
.post_diary {
padding:0 0 20px;
margin:0 0 20px;
position:relative;
}
.post_magazine,
.post_tagcloud {
margin-bottom:20px;
}
.post_summary .post_info .post_info_date,
.post_diary .post_title .post_title_date,
.post_oneview .post_info .post_info_date,
.post_view .post_title_area .post_info .post_info_date,
.post_view .post_title .post_title_date {
	width:46px;
	height:46px;
	background:url(http://pds18.egloos.com/pds/201010/09/62/mainbar_date.gif) top left no-repeat;
	position:absolute;
	left:-61px;
	top:2px;
	z-index:5;
	margin:0px 0 0 0;
	color:#fff;
	font:normal bold  12px/14px Georgia, "Times New Roman", Times, serif;
	text-align:center;
display:block;
padding:0;
letter-spacing:-1px;
word-spacing:-1px;
word-wrap: break-word; /* Internet Explorer 5.5+ */
word-break:break-all;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
}
*html .post_summary .post_info .post_info_date {word-spacing:3px;
background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pds18.egloos.com/pds/201010/09/62/mainbar_date.gif',sizingMethod='crop');
}
*html .post_diary .post_title .post_title_date {word-spacing:3px;}
*html .post_oneview .post_info .post_info_date {word-spacing:3px;}
*html .post_view .post_title_area .post_info .post_info_date {word-spacing:3px;}
*html .post_view .post_title .post_title_date {word-spacing:3px;}
*+html .post_summary .post_info .post_info_date { line-height:11px;}
*+html .post_diary .post_title .post_title_date { line-height:11px;}
*+html .post_oneview .post_info .post_info_date { line-height:11px;}
*+html .post_view .post_title_area .post_info .post_info_date { line-height:11px;}
*+html .post_view .post_title .post_title_date { line-height:11px;}
.post_summary h2,
.post_oneview .post_title h2,
.post_view .post_title h2 {
font:normal 24px/25px Georgia, "Times New Roman", Times,  "08서울한강체 M", AppleMyungjo, 나눔명조, NanumMyungjo,  NanumGothicWEB,   serif;
color:#222;
background:url(http://pds19.egloos.com/pds/201010/09/62/post_line.jpg) no-repeat left bottom;
padding:0 0 12px;
margin:0 0 12px;
}
*html .post_view .post_title h2 {zoom:1;}
*html .post_view .post_title h2  { font-family:NanumGothicWEB; }
*+html .post_view .post_title h2  { font-family: NanumGothicWEB;}
*html .post_summary h2  { font-family:NanumGothicWEB; }
*+html .post_summary h2  { font-family: NanumGothicWEB;}
.post_summary h2 a,
.post_oneview .post_title h2 a,
.post_view .post_title h2 a
{
	color:#222;
}
.post_view .post_title h2 a:hover, 
.post_oneview .post_title h2 a:hover, 
.post_summary h2 a:hover
{
	color:#ad1616;
}
.post_magazine .post_content,
.post_oneview  .post_content,
.post_diary .post_content,
.post_summary .post_content,
.post_content
{
text-align:justify;
line-height:180%;
}
.post_content img {max-width:100%;height:auto;}
.post_magazine .post_content .magazine_thumb,
.post_diary .post_content .magazine_thumb {width:auto;height:auto;border:1px solid #ccc;padding:3px;background:none;}
.post_magazine .post_content .magazine_thumb img,
.post_diary .post_content .magazine_thumb img {width:auto;height:auto;padding:0;}
.post_diary .post_content .magazine_thumb img {max-height:100px;}
.post_content .hentry {
background:url(http://pds20.egloos.com/pds/201010/09/62/mainbar_lines.gif) top left repeat;
padding:0;
line-height:25px;
}
.post_footer_area
{
	background:#d7d0b9;
	padding:4px 10px;
	font:normal 12px/12px Georgia, "Times New Roman", Times,  "08서울한강체 M", AppleMyungjo, 나눔명조, NanumMyungjo,  NanumGothicWEB,   serif;
	color:#000;
	margin:20px 0 0 0;
}
*html .post_footer_area  { font-family:NanumGothicWEB; }
*+html .post_footer_area  { font-family: NanumGothicWEB;}
.post_footer_area a
{
	color:#605b18;
	text-decoration:underline;
}
.post_footer_area a:hover
{
	color:#ad1616;
	text-decoration:none;
}
/* Comments */
.post_link
{
	width:100%;
	overflow:hidden;
	color:#232323;
}
.post_link h3
{
	padding:20px 0 10px;
display:none;
}
.post_trackback .trackback_list li,
.post_pingback .pingback_list li {
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px 75px;
	overflow:hidden;
}
.post_trackback .trackback_list li h4 > a,
.post_pingback .pingback_list li h4 > a {
display:block;
font-style:italic;
}
.post_comment .comment_list {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #413a1f;
}
.post_comment .comment_list li {
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px;
	overflow:hidden;
}
.post_comment .comment_list li.comment_item h4.comment_writer_info,
.post_comment .comment_list li.comment_reply h4.comment_writer_info   {background:none;margin-bottom:10px;}
.post_comment .comment_list h4.comment_writer_info span.comment_gravatar img {
	border:5px solid #7b9db4;
	float:left;
	margin:0 15px 0 0;
width:50px;
height:auto;
}
.post_comment .comment_list li.comment_reply h4.comment_writer_info span.comment_gravatar img {
width:15px;height:auto;
}
.post_comment .comment_list h4.comment_writer_info span.comment_writer {
	font-style:normal;
	font-size:14px;
	line-height:80%;
	margin:0;
	padding:0;
display:block;
}
.post_comment .comment_list h4.comment_writer_info span.comment_datetime{
	margin:0;
	padding:0 0 8px;
	line-height:80%;
	font-size:10px;
}
.post_comment .comment_list .comment_content {
	width:100%;
	overflow:hidden;
}
/*Comment form*/
.post_comment .comment_write {
	width:100%;
	margin:0 0 10px 0;
	background: url(http://pds19.egloos.com/pds/201010/09/62/content_body.jpg);
}
.post_comment .comment_write.reply_write {padding-left:0px;}
.post_comment .comment_write fieldset
{
display:block;
padding:18px 16px 25px;
}
.post_comment .comment_write form
{
display:block;
width:100%;
}
.post_comment .comment_write .comment_info {
   float:left;
 
}
.post_comment .comment_write .comment_info span.comment_now
{
padding: 0;
overflow:hidden;
 color:#e6e6e6;
font-weight:bold;
font-size:18px;
margin:0 0 5px 0;
}
.post_comment .comment_write .comment_info span.comment_now img {width:50px;height:auto;border:5px solid #9d9474;vertical-align:middle;display:block;margin-top:15px;}
.post_comment .reply_write .comment_info span.comment_now img {width:15px;height:auto;}
.post_comment .comment_write .comment_info span.comment_name,
.post_comment .comment_write .comment_info span.comment_passwd,
.post_comment .comment_write .comment_info span.comment_blog
{
	font:12px Arial, Helvetica, "맑은 고딕", "malgun gothic",AppleGothic, 나눔고딕, NanumGothic, NanumGothicWEB,   sans-serif;
	color:#000;
	padding:5px 0 2px 4px;
   float:left;
    width:147px;
    padding:0 0 0 9px;
clear:left;
}
.post_comment .comment_write .comment_info input.name,
.post_comment .comment_write .comment_info input.passwd,
.post_comment .comment_write .comment_info input.blog
{
	width:145px;
	height:19px;
	border:1px solid #9d9474;
padding:0;
}
.post_comment .comment_write .comment_info span.comment_login {position:absolute;right:15px;
}
.post_comment .comment_write textarea
{
	width:358px;
	height:72px;
	border:1px solid #9d9474;
    float:right;
margin:15px 0 0 0;
clear:right;
}
.post_comment .reply_write textarea {height:50px;}
.post_comment .comment_write .comment_btn {
	width:358px;
float:right;
clear:right;
}
.post_comment .comment_write .comment_btn .comment_submit
{
	font-size:12px;
	cursor:pointer;
	margin: 0;
top:auto;
right:0;
}
/**/
.sidebar
{
	float:left;
	width:270px;
	overflow:hidden;
	margin:22px 0 0 10px;
}
.sidebar .column, 
.sidebar .column .widget, 
.sidebar .column .widget .widget_content, 
.sidebar .column .widget .widget_content li
{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	background:none;
}
.sidebar .column,
.sidebar .column .widget, 
.sidebar .column .widget .widget_content {
	display:block;
}
.sidebar .column .widget {
	width:268px;
	border:1px dashed #99936f;
	background:url(http://pds18.egloos.com/pds/201010/09/62/sidebar_body.gif) top left repeat;
	margin:0 0 10px 0;
}
.sidebar .column .widget h3
{
	width:268px;
	height:33px;
	background:url(http://pds20.egloos.com/pds/201010/09/62/sidebar_h2.gif) top left repeat-x;
	margin:11px 0 0 0;
	color:#c7d1db;
	text-transform:uppercase;
	font: bold 24px/33px "Trebuchet MS", Helvetica, "맑은 고딕", "malgun gothic",AppleGothic, 나눔고딕, NanumGothic, NanumGothicWEB, sans-serif;
	padding:0 0 0 18px;
}
*html .sidebar .column .widget h3 {font-family:돋움, dotum, serif;}
*+html .sidebar .column .widget h3 {font-family:돋움, dotum, serif;}
.sidebar .column .widget .widget_content
{
	margin: 0;
	padding:0;
}
.sidebar .column .widget ul,
.sidebar .column .widget ul.widget_content {
width:232px;
overflow:hidden;
padding-top:20px;
padding-bottom:10px;
}
.sidebar .column .widget .widget_content li
{
	margin:0 0 0px 10px;
	padding: 5px 0 5px 13px;
	background:url(http://pds19.egloos.com/pds/201010/09/62/bullet.gif) left top no-repeat;
}
.sidebar .column .widget .widget_content li a, 
.sidebar .column .widget .widget_content li
{
	font:normal 13px/13px Georgia, "Times New Roman", Times,  "08서울한강체 M", AppleMyungjo, 나눔명조, NanumMyungjo,  NanumGothicWEB, serif;
	color:#000;
}
*html  .sidebar .column .widget .widget_content li  { font-family:NanumGothicWEB; }
*html  .sidebar .column .widget .widget_content li a  { font-family:NanumGothicWEB; }
*+html .sidebar .column .widget .widget_content li { font-family: NanumGothicWEB;}
*+html .sidebar .column .widget .widget_content li a { font-family: NanumGothicWEB;}
.sidebar .column .widget .widget_content li a:hover
{
	color:#73794f;
}
.sidebar .column .menu_search .widget_content,
.sidebar .column .menu_rss .widget_content,
.sidebar .column .menu_logo .widget_content,
.sidebar .column .menu_tagcloud .widget_content,
.sidebar .column .menu_calendar .widget_content {
	padding:15px 18px;
}
.sidebar .column .menu_calendar .cal_month {
margin:0 auto;
font-weight:bold;
	margin: 0 auto  .5em;
}
.sidebar .column .menu_calendar table.tb_cal
{
width:100%;
	margin: 0;
}
.sidebar .column .menu_calendar .tb_cal td
{
	padding:2px 0;
color:#333;
width:14.12%;
font-size:13px;
}
.sidebar .column .menu_calendar .tb_cal th
{
	padding:2px 0;
color:#333;
width:14.12%;
font-size:13px;
font-weight:bold;
}
.menu_search .widget_content
{
	width:auto;
	padding:15px 18px;
	display:block;
	height:20px;
position:relative;
}
.menu_search .input_search
{
width:190px;
	height:15px;
	background:#e4ddc6;
	border:1px solid #8d8c87;
	vertical-align:middle;
	font:normal 12px/100% "Trebuchet MS", Helvetica,  "맑은 고딕", "malgun gothic",AppleGothic, 나눔고딕, NanumGothic, NanumGothicWEB,  sans-serif;
	padding:1px 0 0 5px;
	margin:0;
position:absolute;
left:18px;
top:17px;
}
.menu_search .submit
{
	vertical-align:middle;
background: url(http://pds20.egloos.com/pds/201010/10/62/go.JPG) no-repeat right center;
	margin:0;
	border:none;
	padding: 0;
	font:bold 10px/1  "맑은 고딕", "malgun gothic",AppleGothic, 나눔고딕, NanumGothic, NanumGothicWEB,  sans-serif;
	color:#000;
	text-transform:uppercase;
	cursor:pointer;
height:18px;
width:32px;
left:auto;
right:20px;
top:17px;
position:absolute;
letter-spacing:-2px;
}
* html .menu_search .submit {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pds20.egloos.com/pds/201010/10/62/go.JPG',sizingMethod='crop');}
.menu_profile {
background:url(http://pds20.egloos.com/pds/201010/09/62/mainbar_top.jpg) no-repeat center top !important;	
}
.menu_profile .widget_content {padding-top:0px;}
.menu_profile .profile_image {
padding:0 9px;
margin-top:79px;
background:url(http://pds20.egloos.com/pds/201010/09/62/mainbar_body.jpg) center top ;
}
.menu_profile .profile_image img {
border:none;
width:100%;
height:auto;
position:relative;
bottom:59px;
margin-bottom:-120px;
}
.menu_profile .profile_desc {display:none;}
.menu_profile .profile_prize {margin:0px 0 0 0;padding:0px 0;}
.menu_profile .profile_prize img {margin:0 0px 0 0;}
.menu_profile .bg_profile {
	background:url(http://pds20.egloos.com/pds/201010/09/62/mainbar_bottom.jpg) no-repeat  center bottom ;	
padding:0 0 79px 0;
}
*html .menu_profile .bg_profile {zoom:1;padding:0 0 64px 0;
}
*+html .menu_profile .bg_profile {zoom:1;padding:0 0 64px 0;
}
.sidebar .column .widget .widget_content li.hline {background:none;}
.sidebar .column .by {display:none;}
.footer
{
	width:100%;
	height:55px;
	background:url(http://pds20.egloos.com/pds/201010/09/62/sharp_footer.gif) bottom left repeat-x;
}
.footer_left
{
	width:100%;
	height:55px;
	background:url(http://pds20.egloos.com/pds/201010/09/62/sharp_left.gif) bottom left repeat-y;
}
.footer_right
{
	width:100%;
	height:55px;
	background:url(http://pds18.egloos.com/pds/201010/09/62/sharp_right.gif) bottom right repeat-y;
	position:relative;
}
.copy
{
	position:absolute;
	top:10px;
	left:30px;
	font:normal 13px/12px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
*html .copy {line-height:normal;}
*+html .copy{line-height:normal;}
.copy_support
{
	position:absolute;
	top:10px;
	right:30px;
	font:normal 13px/12px Georgia, "Times New Roman", Times,  serif;
	color:#000;
}
*html .copy_support{line-height:normal;}
*+html .copy_support{line-height:normal;}
/*--------------------------------------------표시안함--------------------------------------------------------------------*/
.post_oneview .post_info .post_info_link,
.post_view .post_title_area .post_info .post_info_link,
.post_view .post_info .post_info_link,
.post_view .post_footer_area .post_info .post_info_link {display:none;}
/*------블로그 글쓴이는 한사람이니까요-----*/
.post_summary .post_title_area .post_info .post_info_author,
.post_oneview .post_info .post_info_author,
.post_magazine .post_info .post_info_author,
.post_diary .post_title .post_title_author {display:none;}

