*{
margin: 0;
padding: 0;
}

html {
scrollbar-face-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
scrollbar-arrow-color:#333333;
scrollbar-highlight-color:#333333;
scrollbar-shadow-color:#333333;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
}

body {
font-family: Verdana, Arial, sans-serif;
background: url(image/back.jpg) no-repeat left top;
background-attachment: fixed;
}

/*--------------------------------------------*/

h1 {
font-weight:bolder;
font-size:30px;
}

h1 a{
text-decoration: none;
font-weight:bolder;
}

h2 {
font-weight:bold;
font-size:14px;
text-align:left;
}

h3 {
font-size:14px;
font-weight:bold;
}

H3 a{
text-decoration: none;
}

/*--------------------------------------------*/

#content {
width: 689px;
margin-top: 0;
margin-left: 0;
}

#content_inner {
margin-top: 90px;
margin-left: 45px;
width: 350px;
}

.blog {
font-size: x-small;
color: #FFF;
background: url(image/tomei.png);
padding:10px 10px 10px 10px;
margin-bottom:400px;
}

.text a{
color:#FFF;
}

.powered {
width:100%;
text-align:left;
}

.date{
display:none;
}

.title{
display:none;
}

.title a{
display:none;
}

.posted{ 
display:none;
}

.posted a{
display:none;
}



.sidetitle {
color:#DDD;
font-size:90%;
font-weight:normal;
padding:5px;
margin-top:10px;
font-weight:bold;
width:100%;
text-align:center;
background:#993;
}

.side {
color:#333333;
font-size:90%;
line-height:120%;
padding:5px;
width:100%;
}
.side a{
color:#00F;
text-decoration: underline;
}

