﻿@charset "utf-8";

/* 공통 요소 */
body {
	margin:0;
	padding:0;
	background:
		/*@background-color=*/ #000000 /*@*/ 
		/*@background-image-repeat=*/ repeat-y /*@*/ 
		/*@background-image-position=*/ left top /*@*/;
	color:#999999;
	font-family: Consolas, "돋움", "Courier New", "MS Serif";
	font-size: small;
	line-height: 1.6em;
}
a {color:#696969;text-decoration:none;}
a:hover {color:#696969;text-decoration:underline;}
img {border:0;}
hr {display:none;}
input {vertical-align:middle;}
ul, ol {margin:0;padding:0;list-style:none;}
li, dl, dt, dd {margin:0;padding:0;}
h1, h2, h3, h4 {margin:0;padding:0;}
.png24 {tmp:expression(setPng24(this));}
.clear {clear:both;}
.cnt {color:#9d9213;font-size:0.85em;}


.flashCon {
	width:/*@post-width=*/ auto /*@*/;
	overflow:hidden;
	border:0px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 70px;
	padding-bottom: 50px;
	padding-left: 70px;
	float: none;
	font-family: Consolas, "Courier New", "MS Serif", "돋음";
	font-size: 0.85em;
	background-position: center;
	position: relative;
	visibility: visible;
	z-index: auto;
}
.poemHeader {
	font-size: 1.4em;
	font-weight: bold;
}
.footer {
	width:/*@post-width=*/ auto /*@*/;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 50px;
	padding-left: 70px;
	float: none;
	font-family: Consolas, "MS Reference Sans Serif", Arial, "바탕";
	font-size: 0.85em;
	background-color: #333333;
	background-position: center;
	position: relative;
	visibility: visible;
	z-index: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

