@charset "utf-8";

/* 공통 요소 */
html, body {margin: 0; width: 200px; height: 100%; padding: 0; background:#1e1e1e; font: 12px "Tahoma","돋움","Dotum"; line-height:170%;}


a {text-decoration: none; }
a:hover {text-decoration: underline; }

img {border: 0; vertical-align:middle;}
.ib .click img	{vertical-align:baseline !important;}
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; line-height: 1em; }
.clear {clear: both; }
.count {font-size: 11px; }

/* 레이아웃 */
#wrap										{width:200px; margin:0 auto;position:relative;}
#container								{width:200px; height: 100%; background:#1e1e1e;}
#content									{width:180px; padding: 10px;} 

.title											{padding:40px 0 0 50px; color:#671D1F; line-height:140%; text-align:right; text-decoration:underline;}
.title a										{color:#671D1F; text-decoration:underline;}
.title a:hover							{color:#671D1F; text-decoration:underline;}

.menu										{padding:25px 0 0 0; color:#484848; line-height:140%; text-align:right; text-decoration:none;}
.menu a									{color:#484848; text-decoration:none;}
.menu a:hover							{color:#BCBCBC; text-decoration:underline;}

.guest_link a							{color:#6E6E6E; text-decoration:none;}
.guest_link a:hover					{color:#BCBCBC; text-decoration:underline;}

.article_post							{padding:40px 0 0 30px; color:#757373; line-height:140%;}
.article_post a							{color:#111111; text-decoration:none;}
.article_post a:hover				{color:#282828; text-decoration:none;}

.cl												{padding:8px;}
.counter									{position:absolute;bottom:10px;right:10px; color:#5B5B5B;}


/* IE 핵 */
* html #container { height:100%; }
* {
padding: 0;
margin: 0;
}
