body {
font-size : 100%;
font-family : Verdana, Arial, sans-serif;
background-color : #fff;
color : #000;
padding : 0;
margin : 0;
}
div.container {
font-size : 80%;
background-image : url(http://ino.sayuri.us/images/l_02.gif);
background-repeat : repeat-y;
background-color : #fff;
margin : 0;
width : 100%;
}
div.banner {
background-image : url(http://ino.sayuri.us/images/l_03.gif);
background-repeat : repeat-x;
height : 168px;
}
div.menu {
background-image : url(http://ino.sayuri.us/images/l_04.gif);
font-size : 95%;
margin-left : 46px;
float : left;
border-bottom : 15px solid #d6ede6;
border-right : 1px solid #ddd;
background-repeat : no-repeat;
}
div.main {
padding : 20px;
margin-left : 21em;
margin-top : 0.5em;
margin-right : 19em;
border-top : 1px solid #ddd;
border-right : 1px solid #ddd;
}
div.footer {
background-color : #c1ddd5;
padding : 5px;
border-top : 2px solid #333;
}
a {
text-decoration : none;
color : #4e776a;
}
a:hover {
color : #bbb;
cursor : crosshair;
}
a img {
border : 1px solid #000;
}
img.left {
float : left;
margin : 8px;
border : 1px solid #000;
}
img.right {
float : right;
margin : 8px;
border : 1px solid #000;
}
.clearfloat {
clear : both;
}
.center {
text-align : center;
}
div.menu ul {
padding : 0;
margin : 0;
margin-left : 106px;
border-left : 2px solid #686868;
list-style-type : none;
}
div.menu li {
padding : 0;
margin : 0;
}
div.menu li a {
text-align : center;
background-color : #d6ede6;
color : #000;
display : block;
width : 105px;
padding : 0.1em;
margin : 0 0 5px 0;
border-right : 5px solid #d6ede6;
}
div.menu li a:hover {
border-right : 5px solid #000;
color : #bbb;
}
h2 {
padding-bottom : 0;
margin-bottom : 0;
}
h3, h4 {
padding : 0;
margin : 0;
}
p {
padding-top : 0;
margin-top : 0;
}
p.center {
text-align : center;
}
p.author {
font-weight : bold;
font-size : 80%;
}
p.breaker {
text-align : center;
background-image : url(http://ino.sayuri.us/images/breaker.gif);
background-repeat : no-repeat;
background-position : center center;
display : block;
color : #999;
padding-top : 50px;
font-size : 90%;
}
.noborder img {border:0!important}