@charset "utf-8";

body, td {
font:9pt Verdana, AppleGothic, Sans-serif;
	}


input{
	padding:2px .5em;
	background-color:#fafaf8;
	width: 150px;
	font:1em Gulim, ????, AppleGothic,Sans-Serif;
	vertical-align:middle;
	color:#666;
	border:1px solid #ddd;
	}
	
textarea {
	padding:2px .5em;
	width:400px;
	height:100px;
	background-color:#fafaf8;
	border:1px solid #ddd;
	font:1em Gulim, ????, AppleGothic, Sans-Serif;
	color:#666;
	}
input:focus, textarea:focus {
	background-color:#F5F9EE;
	}


a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #FF00FF; /* a8001c */
	background-color: #FFFAFA;
}
body {
	text-decoration:center;
}

#container {
	width: 600px;
	margin: 0 auto;
	text-align:left; /* for IE5 */
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	line-height: 1.6em;
	color: #000;
	background-color: #FFF;
}

#header {
	/* padding-top: 10px; */
	clear: both;
	/* margin-bottom: 10px; */
}
		
#header h1 {
font-size:2em;
line-height : 120%;
text-align:left;

}

#header h1 a:hover {
text-decoration:none;
color:#000;
background-color:#fff;
}

.entry {
margin-bottom:50px;
}

.article {
margin-left:10px;
}

.article p {
color:black;
}

.article a {
text-decoration: none;
color:#FF6347;
}

.article p a {
text-decoration: underline;
color:red;
}

blockquote {
	margin:2em auto;
	padding:0 10px;
	width:95%;
	letter-spacing:-0.5px;
	border-left:2px solid #ddd;
	font:bold 1.0em Dotum, ????, AppleGothic, Sans-Serif;
	font-size:1.0em;
	line-height:1.4em;
	}
	
.paging {
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
        }

/* Selected */
.selected {
	font-weight:bold;
	color:#f60;	/* f60 */
	}
	
.form {
	text-align: center;
	margin-top:50px;
}

.tagbox {
margin-top:5px;
text-align:right;
}

a img {
	border:0px;
}
#footer {
width:600px;
text-align:center;
margin:0 auto;
}

.moreless_fold {
	padding-left:10px; 
	} 
.moreless_top  {
	padding-left:10px; 
	margin-bottom:.5em;
	}
.moreless_bottom {
	padding-left:10px; 
	}
.moreless_fold span, .moreless_top span, .moreless_bottom span{
	background:#f5f5f5;
	color:#333;
	}

.moreless_content {
	background-color:#fafaf8;
	padding:1.2em 1em;
	margin-bottom:2em;
	border:solid 1px #f0f0e6;
	}

/* ???? */
.commentWrite { }
.commentWrite label { }
.commentWrite input { font-size:1em; width:477px; border:1px; margin:1px 0; padding-left:5px; padding-top:3px; }
.commentWrite textarea  { font-size:1em; height:70px; padding:5px 9px 9px 9px; width:465px; border:1px;} 
.commentWrite input.name { font-size:1em;}
.commentWrite input.home { font-size:1em;}
.commentWrite input.pass { font-size:1em;}
.commentWrite .submit { border:0; padding:0; margin:0; width:50px; height:30px; margin-top:4px; }
.comment .secretWrap .checkbox { border:0; padding:0; margin:0; width:20px;}
.comment .secretWrap label { letter-spacing:normal; cursor:pointer;}


.comment {position:relative;}
.comment h3 { display:none;}
.commentList li { margin-top:15px; }
.commentList li .date { }
.commentList li .name { }
.commentList li .name a:link, .commentList li .name a:visited { }
.commentList li .name a:hover { }
.commentList li .name img { vertical-align:middle;}
.commentList li p { }
.commentList li ul { }
.commentList li ul li { }
.commentList li ul li p {  } 
.commentList .reply { margin-top:5px; }
.commentList .reply li .control  { margin-top:-22px;}

.trackback { }
.trackback h3 {display:block; font-size:1.4em;}
.trackback h3 span { border:0 !important; font-weight:normal;}
.trackback li { }
.trackback li h4 { overflow:hidden; width:450px;}
.trackback li a { }
.trackback li p { overflow:hidden; clear:left; }
.trackback li .date {  }
.trackback li .delete { }


/* Search */
#searchForm .sInput {
	width:120px;
	padding:.3em 5px;
	}

#searchForm .searchSubmit {
	width: 5em;
	font-size:.9em;
	padding:.3em 0;
	cursor:pointer;
	}

/* RSS button */
.btn_rss {
	background: url(./images/bullet_rss.gif) left 50% no-repeat;
	padding-left:15px;
	}

/* Line Calender */
#calender {
	width:600px;
	text-align:center;
	margin:0 auto;
	}

