/* 全体 */

body {
margin: 0px;
padding: 0px;
background-color: #fff;
text-align: center;line-height: 1em; letter-spacing: 1px; 
background-image: url(http://mb.menuet.net/mt/neko1.gif);
background-repeat: no-repeat;
background-position: right bottom;
background-attachment: fixed;
}

h2 {
font-size: 14px;
margin: 0px;
padding: 0px;
}
h3 {
font-size: 14px;
border-bottom: 1px green solid;
}
p {
font-size:12px;
font-style: normal;
font-weight: normal; 
text-align: left;
margin: 10px 5px;
}

a:link {  color: #06a; text-decoration:none;}
a:visited {  color: #06a; text-decoration:none;}
a:active {  color: #06a; text-decoration:none;}
a:hover {  color: #c6f; text-decoration:none; background-color: #ffecec;}

h1 a:link {  color: brown; text-decoration:none;}
h1 a:visited {  color: brown; text-decoration:none;}
h1 a:active {  color: brown; text-decoration:none;}
h1 a:hover {  color: #c6f; text-decoration:none; background-color: #ffecec;}

/* コンテナ */

#container {
width: 600px;
margin: auto;
padding: 0px;
text-align: left;

}

/* バナー開始 */

#banner-header {
font-size:16px;
margin: 5px;
padding: 5px;
color: brown;
}
#banner-description {
font-size:13px;
font-style: normal;
font-weight: normal; 
text-align: left;
margin: 5px;
padding: 5px;
}

/* コンテンツ */

#left {
width: 400px;
background-color: #fff;
margin: 5px;
padding: 5px;
float: left;
font-size: 12px;
}

.date-header {
font-size:12px;
font-style: normal;
font-weight: normal; 
}

/* 右サイド */
#right {
width: 150px;
background-color: #fff;
margin: 5px;
padding: 5px;
text-align: left;
font-size: 12px;

}

ul {
margin: 5px 0px 10px 0px;
padding: 0px;
list-style: none;
}
li {
font-size: 12px;
margin-left: 0px;
padding-left: 1em;
list-style: none;
text-align: left;

}
#search {
font-size: 12px;
}
form,input {
font-size: 12px;
}