/*
border-color: blue; border-width: 1px; border-style: solid; 

h1, h2 {font-size:13px;font-weight:800;margin:0 0 1px 0;padding:20px 30px 0 30px;color:#D79445;background:transparent;}
h3 {color:#D79445;font-size:12px;font-weight:650;margin: 0;padding:0;}
.date, .developer {margin:0;padding:0;font-size:11px; font-weight:normal; color:#aaa; background: transparent;}
h4 {color:#D79445;font-size:12px;font-weight:600;margin: 0;padding:10px 30px 0 30px;}
h5, h6 {color:#555;font-size:11px;font-weight: 500;margin: 0;padding:2px 30px 1px 30px;}
*/

body {
font-size:80%;
font-family:verdana, arial, sans-serif;
line-height: 140%;
text-align: center;
background-color: #EEEEEE;
}

/* 上のほうタイトルとか */
#main {
}

#title {
width: 600px;
padding: 0px 0px 0px 0px;
text-align: left;
}

/* 日記の蓋 */
#top {
width: 600px;
padding: 0px 0px 0px 0px;
margin: -1px 0px 0px 0px;
background-color: white;
}

/* 日記ぶぶん */
#content {
max-width: 600px;
padding: 0px 40px 0px 20px;
margin: -20px 0px 0px 0px;
text-align: left;
background-color: white;
background: url(/line.png) repeat-y;
}

/* 日記の底 */
#bottom {
width: 600px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background-color: white;
}

/* リスト関連 */
ul {
list-style-type: square;
list-style-image: url(/images/subpoint.png);
}

/* リンク */

A:link {
color:#000080;
text-decoration: none;
font-weight: bold;
}

A:Visited{
color:#000080;
text-decoration: none;
font-weight: bold;
}
A:HOVER {
  color: #000080;
  text-decoration: underline;
  font-weight: bold;
}

A.alter:link{
color:white; 
}
A.alter:visited {
color:white;
}
A.alter:Hover{
  color:white;
  text-decoration : underline;
}


input, textarea {
border-left:1px solid #999999;
border-right:1px solid #999999;
border-top:1px solid #999999;
border-bottom:1px solid #999999; 
color : #000000;
background-color:#ffffff;
font-size:8pt;}

.button {
border-left:1px solid #999999;
border-right:1px solid #999999;
border-top:1px solid #999999;
border-bottom:1px solid #999999; 
background-color:#ffffff;
font-family:verdana, arial, sans-serif;
}

.name {
font-family:verdana, arial, sans-serif;
font-weight: bold;
}

.comment {
font-family:verdana, arial, sans-serif;
}

blockquote {
margin : 12px 2em;
padding : 5px;
border: dashed 1px #000080;
}
