@charset "utf-8";

body,h1,h2,h3,p  { margin:0; padding:0; }
body  { background:#ffffff; color:#433333; }
h1  {
  height:20px;
  padding-left:0.5em;
  font-family:"verdana",sans-serif;
  text-align:left;
  overflow:hidden;
}

a:link,a:visited	{ text-decoration:none; }
a:hover	{ text-decoration:underline;}

/*======おまとめ-start======*/
/*font-size*/
body,#copyright,#comment #gotop { font-size:10px; }
#comment p { font-size:14px; }
h1,#profile { font-size:14px; }
.grey { font-size:8px; }

/*color*/
h1,#profile{ color:#ffffff; }

/*======おまとめ-end======*/

/*contents*/
#contents {
  width:600px;
  height:600px;
}

#profile {
  margin-top:-20px;
  padding-right:0.5em;
  background:#F57102;
  font-family:"verdana",sans-serif;
  text-align:right;
  line-height:18px;
}

.grey {
  background:#fffed2;
  border:1px #F6CA8C dotted;
  border-width:1px 0;
}

/*comment*/
#comment { width:555px; height:495px; margin:10px; padding:10px; overflow:auto; }

#comment #gotop	{
  margin: 0 0 10px;
  padding:0 10px;
  text-align:right;
}

/*copyright*/
#copyright  {
  margin-top:-20px;
  padding-left:10px
}

#copyright a:link,#copyright a:visited,#copyright a:hover {
  color:#433333;
  text-decoration:none;
}

/*close*/
#cl {
  padding-right:10px;
  margin-top:5px;
  text-align:right;
}

#cl img {
  vertical-align:middle;
  width:21px;
  height:21px;
  border:0; 
}