body {
background-color: #3a3a3a;
margin: 15px;
font-size: 12px;
color: #ffffff;
}
a:link {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #ffffff;
text-decoration: none;
}
a:hover {
background-color: #1a1a1a;
color: #ffffff;
text-decoration: none;
}
a:active {
background-color: #1a1a1a;
color: #ffffff;
text-decoration: none;
}

#Base {
width: 512px;
}

#Header {
font-size: 32px;
font-weight: bold;
font-family: Georgia,Times New Roman,Times,serif;
margin-bottom: 32px;
}
#BlogExp {
font-size: 10px;
font-weight: normal;
padding-left: 12px;
margin-top: 12px;
}
 
/* pagelink */
.PageLink {
margin-bottom: 24px;
}
/* entry */
.EntryBase {
margin-bottom: 64px;
}
.EntryHeader {
font-size: 15px;
font-weight: bold;
padding-bottom: 5px;
border-bottom: 1px dashed #ffffff;
}
.EntrySpace {
line-height:16px;
padding: 8px;
}
.EntryPs {
margin-top: 24px;
}
.EntryFooter {
text-align: right;
padding-top: 8px;
border-top: 1px dashed #ffffff;
}
.ContentsTitle {
font-size: 24px;
font-weight: bold;
font-family: Georgia,Times New Roman,Times,serif;
margin-bottom: 16px;
}
/* comment */
.CommentBase {
margin-bottom: 32px;
}
.CommentHeader {
padding-bottom: 3px;
border-bottom: 1px dashed #ffffff;
}
.CommentSpace {
line-height:16px;
padding: 8px;
}
.CommentFooter {
text-align: right;
padding-top: 5px;
border-top: 1px dashed #ffffff;

}
.ResHeader {
}
.ResSpace {
line-height:16px;
padding: 8px;
}
.ResFooter {
text-align: right;
padding-top: 5px;
border-top: 1px dashed #ffffff;
}
.PostSpace {
margin-bottom:64px;
}
/* trackback */
.TbBase {
margin-bottom:16px;
}
.TbHeader {
}
.TbSpace {
padding:5px;
}
.TbFooter {
text-align:right;
padding-top: 5px;
border-top: 1px dashed #ffffff;
}
/* contens */
.ContentsSpace {
}

#Footer {
margin-bottom:24px;
line-height: 16px;
}


.CommentFormBox{
  text-align:center ;
}

.CommentFormTh{
  text-align:right ;
  padding-right:5px ;
  font:10px Verdana ;
  color:#ff0000 ;
  font-size:12px;
}

.CommentFormTd{
  text-align:left ;
  padding-left:5px ;
  font:10px Verdana ;
  color:#ff0000 ;
}

/*input*/
.CommentForms{
  border:0 ;
  background-color:#0a0000 ;
  font:10px Verdana ;
  color:#ffffff ;
  width:200px ;
  height:18px ;
  margin-bottom:5px ;
}

/*textarea*/
.CommentFormTxt{
  border:0 ;
  background-color:#0a0000 ;
  font:10px Verdana ;
  line-height:14px ;
  color:#ffffff ;
  width:240px ;
  height:136px ;
  margin-bottom:11px ;
}

/*submit*/
.CommentFormSubmit{
  border:0 ;
  background-color:#0a0000 ;
  font:10px Verdana ;
  color:#ffffff ;
  width:240px ;
  height:18px ;
  margin-bottom:5px ;
}