/*우측 티스토리 메뉴바 없애기*/
#tistorytoolbarid { display: none; }

body {
  margin:0 auto;
  font:15pt "NanumMyeongjo", 나눔명조, Dotum, 돋움, "Trebuchet MS", Verdana, Arial;
  color:#777;
}

a:link	{text-decoration:none; color:#333;}
a:visited	{text-decoration:none; color:#333;}
a:active	{text-decoration:none; color:#333;}
a:hover	{text-decoration:none; color:#ee6600;}

#container {
  margin:0 auto;
  width:700px;
  text-align:left;
  text-shadow: 0px 1px 0px #FFFFFF;
}

.blogtitle {
  font-size: 15pt;
  font: "Avenir";
  margin-bottom: -5px;
}

.menu ul {
  list-style: none;
  padding-left: 0px;


}

.menu li {
  font-size: 11pt;
  float: left;
  padding-right: 15px;
  color: #333;
}

.List {
  font-size: 11pt;
}

.guestbook {
	font-size: 13px;
}

.comment {
	font-size: 13px;
}

.comment ol {
  list-style: none;
  padding-left: 0px;
}

#header{
  height:150px;
  color:gray;
  padding-top: 90px;
}

#content{
  font-size: 12pt;
  line-height:1.8em;
}

#footer{
  font-size: 10pt;
  clear:both;
  text-align:center;
}

#copyright{
  margin:0 auto;
  width:500px;
  text-align:left;
}

textarea {
  width:500px;
  height:80px;
}


input {
  width: 200px;
  height: 24px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button {
  width: 100px;
  height: 30px;
  font-size: 11pt;
  color: #ee6600;
  background-color: #fff;
  border: 1px solid #ee6600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button:hover {
  color: #fff;
  background-color: #ee6600;
}

#replytoreply
{
background-color: #f0f0f0;
padding-left: 5px;
}