/*
ÀÛ¼ºÀÚ: ÀÌ³²¿ì
ÃÖÁ¾¼öÁ¤ÀÏ: 2003³â 2¿ù 13ÀÏ
ºí·Î±× ÅÛÇÃ¸´ 001¹ø
*/

/* ±âº» ÆäÀÌÁö */
body {
	background : white;
	margin : 0;
	padding : 0;
	}

/* ¼­Ã¼,Å©±â,»ö»ó */
body,table,td,div,li,form,input,textarea,select {
	font-family : AppleGothic,µ¸¿ò,sans-serif;
	font-size : 9pt;
	color : #333;
	}

/* ¿ÞÂÊ »çÀÌµå¹Ù */
.left {
	position : absolute;
	top : 0;
	left : 0;
	width : 228px;
	height : 100%;
	padding : 0;
	}

/* ¿À¸¥ÂÊ ÄÁÅÙÃ÷¹Ù */
.rightBg {
	background-color : white;
	border-left : 1px #ccc solid;
	border-right : 1px #ccc solid;
	}

/* ºí·Î±× Á¦¸ñ */
.header {
	background : #666;
	border-top : 2px solid black;
	padding : 10px;
	color : white;
	font-size : 12pt;
	font-weight : bold;
	}
.header a:link {	color : white;	}
.header a:visited {	color : white;	}
.header a:active {	color : white;	}
.header a:hover {color : white;	}

/* ÇªÅÍ */
.footer {
	background : #ccc;
	border-top : 2px dashed #666;
	margin-top : 50px;
	width : 552px;
	padding : 10px;
	text-align : center;
	}

/* Æ÷½ºÆ® ¸ð¾ç */
.post {
	border : 1px #ccc solid;
	background : white;
	}

/* Æ÷½ºÆ® Á¦¸ñ */
.title {
	padding : 3px;
	border-bottom : 1px #ccc dotted;
	font-weight : bold;
	}


/* Æ÷½ºÆ® ³»¿ë */
.body {
	margin : 8px;
	line-height : 140%;
	}

/* Æ÷½ºÆ® ÇªÅÍ */
.fine {
	clear : both;
	padding : 3px;
	padding-top : 5px;
	border-top : 1px #ccc dotted;
	}

/* ¿ÞÂÊ »ó´Ü ¹Ì´Ï¸Þ´º¹Ù */
.menu {
	width : 198px;
	padding : 0;
	margin-bottom : 15px;
	}

/* ÇÁ·ÎÇÊ ±×¸²°ú ºí·Î±× ¼³¸í */
.menu02 {
	background-color : white;
	border : 2px #999 dotted;
	}

/* ¿ÞÂÊ ¿©·¯°¡Áö ¸Þ´º ·¹ÀÌ¾î */
.menu03 {
	background-image : url('/images/bg03.gif');
	border : 2px #ccc dotted;
}

.leftstitle {
	font-weight : bold;
	margin : 2px;
	margin-bottom : 5px;
	padding : 2px;
	border-bottom : 2px #999 dotted;
	}
	
/* ÄÚ¸àÆ® ·¹ÀÌ¾î ÀüÃ¼ */
.comment {
	background : #eee;
	margin : 10px;
	padding : 2px;
	}

/* °¢°¢ÀÇ ÄÚ¸àÆ® */
.comm {
	border-bottom : 1px #ccc dashed;
	padding : 2px;
	margin-bottom : 3px;
	}

/* ÄÚ¸àÆ® ¾²±â */
.comm_write {
	padding : 2px;
	margin-bottom : 3px;
	padding-right: 20px;
	}

/* ÇÁ·ÎÇÊ ±×¸² */
.userpicture {
	border : 2px white solid;
	margin-bottom : 10px;
	}

/* Ä«Å×°í¸® ¸µÅ© */
a.category {
	margin-left : 10px;
	font-weight : normal;
	}
	
/* ÀÛÀº ±Û¾¾µé */
.small {
	font-size : 8pt;
	}

/* °íÄ¡±â Áö¿ì±â ¹öÆ°...ÀÎ°¡? */
.admin {
	font-size : 8pt;
	font-weight : normal;
	margin-left : 10px;
	}

/* ÀÌ¹ÌÁö ¼¼·Î Áß¾ÓÁ¤·Ä */
.middle {
	border : none;
	vertical-align : middle;
	}


