body {
font-family: "Georgia";
max-width: 800px;
margin-left: auto;
margin-right: auto;
background: black url(../img/bg/akiba.gif) repeat;
color: white;
}

img {
max-width: 750px;
}

h1 {
text-align: center;
text-decoration: underline;
font-size: 24px;
}

h2 {
text-align: center;
font-size: 22px;
}

blockquote {
line-height: 115%;
text-align: justify;
}

i {
text-align: center;
font-size: 18px;
line-height: 105%;
}

ul {
margin-left: 3%;
margin-right: 7%;
}

li {
list-style-type: hiragana;
line-height: 1.5em;
}

hr {
border: none;
border-top: 1px solid red;
height: 0;
}

a:link {
color: red;
}

a:visited {
color: orange;
}

a:hover {
color: red;
text-decoration: line-through;
}

.cimg img {
border: 1px solid red;
}

.bbox {
margin: auto;
border: 1px solid red;
background: #050505;
padding: 1em;
line-height: 1em;
}

.cimg {
text-align: center;
}

.limg {
text-align: left;
line-height: 65%;
margin-left: 5%;
}

.rimg {
text-align: right;
line-height: 65%;
margin-right: 5%;
}
