* {
font-size: 11px;
color: #666666;
margin: 0;
padding: 0;
}
body {
font-size: 12px;
background-image: url(../img/neko1.gif);
}
#wrapper {
width: 800px;
}
#top {
width: 800px;
height: 210px;
background-image: url(../img/n.gif);
}
#center {
width: 800px;
height: 400px;
background-color: #ffffff;
background-image: url(../img/wall/butterfly1.gif);
}
#center_r{
width: 600px;
height: 400px;
float: right;
}
#center_l{
width: 200px;
height: 400px;
float: left;
background-image: url(../img/wall.gif);
}
#menu {
width: 800px;
height: 10px;
padding-left: 5px;
font-size: 12px;
background-color: #ffffff;
}
#bottom {
width: 800px;
height: 210px;
background-color: #ffffff;
background-image : url("../img/neko.gif");
background-attachment: fixed;
background-position: 100% 100%;
background-repeat: no-repeat;
}
#copy {
width: 800px;
height: 10px;
text-align: right;
background-color: #ffcc00;
color: #ffffff;
}
.menu_contents{
padding-left: 15px;
padding-right: 15px;
padding-top: 4px;
}
.title {
font-size: 15px;
color: #cc0000;
font-weight: bold;
}
.menubar {
width: 600px;
height: 25px;
background-image: url(../img/menubar1.gif);
font-size: 15px;
padding-left: 5px;
padding-top: 5px;
}
.main_c {
padding: 10px;
}
a:link {
text-decoration: none;
color: #006600;
}
a:visited {
text-decoration: none;
color: #006600;
}
a:hover {
text-decoration: none;
color: #ffcc00;
}
