@charset "utf-8";

/* NAVIGATION */
ul#eNavi,
ul#pNavi,
ul#pNavi2,
ul#pNaviEv {
    margin-bottom: 10px;
}
ul#eNavi li,
ul#pNavi li,
ul#pNavi2 li,
ul#pNaviEv li {
    display: block;
    list-style-type: none;
}
ul#eNavi li#l,
ul#pNavi li#l,
ul#pNavi2 li#l,
ul#pNaviEv li#l {
    float: left;
    width: 140px;
    text-align: left;
}
ul#eNavi li#c,
ul#pNavi li#c,
ul#pNavi2 li#c,
ul#pNaviEv li#c {
    float: left;
    width: 140px;
    text-align: center;
}
ul#eNavi li#r,
ul#pNavi li#r,
ul#pNavi2 li#r,
ul#pNaviEv li#r {
    float: right;
    width: 140px;
    text-align: right;
}
ul#pNavi li,
ul#pNavi2 li,
ul#pNaviEv li {
    margin-bottom: 10px;
    line-height: 30px;
    background: #e8eaee;
}
ul#pNavi2 li {
    background: #bdcdf2;
}
ul#pNaviEv li {
    background: #fdf5d7;
}
ul#pNavi li#l,
ul#pNavi2 li#l,
ul#pNaviEv li#l {
    padding-left: 10px;
}
ul#pNavi li#r,
ul#pNavi2 li#r,
ul#pNaviEv li#r {
    padding-right: 10px;
}
ul#pNavi li a {
    color: #2f80f9;
}
ul#pNavi2 li a,
ul#pNaviEv li a {
    color: #003399;
}


/* USER BOX */
p#userBox {
    clear: both;
    margin-bottom: 10px;
    text-align: right;
}
p#userBox img {
    margin-left: 5px;
}


/* ENTRY */
.entryTitle {
    clear: both;
    margin-bottom: 10px;
    font-weight: normal;
}
.entry {
    width: 440px;
    margin: 0 0 50px;
    padding: 0;
    /*background: #cccccc;*/
}
.body {
    /*background: #ffffff;*/
}

.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body p,
.body ul,
.body ol,
.body blockquote,
.body table,
.body pre {
    margin-bottom: 0px;
}
.body table {
    margin: 0 0 10px 0;
    padding: 0;
    border-collapse: collapse;
}
.body tr {
    margin: 0;
    padding: 0;
}
.body th,
.body td {
    padding: 0.5em 0.8em;
    border: 1px solid #8080ff;
}
.body th {
    background: #e6e6ff;
}
.body blockquote {
    clear: both;
    margin-left: 2em;
    padding: 17px 10px 7px;
    border-left: 4px solid #cccccc;
    background: #f3f3f3;
    color: #666666;
    line-height: 1.7;
}
.body ul,
.body ol {
    padding-left: 3em;
}
.photoAreaLeft,
.photoAreaRight,
.photoAreaTop,
.photoAreaBottom {
    /*border: 1px solid #cccccc;*/
    /*padding: 5px;*/
    text-align: center;
}
.photoAreaLeft {
    float: left;
    margin: 0 10px 10px 0;
}
.photoAreaRight {
    float: right;
    margin: 0 0 10px 15px;
}
.photoAreaTop {
    clear: both;
    margin: 0 auto 10px auto;
    text-align: center;
}
.photoAreaBottom {
    clear: both;
    margin: 10px auto 10px auto;
    text-align: center;
}
.caption {
    color: #888888;
    line-height: 1.3;
}
.entryDate {
    clear: both;
    text-align: right;s
}
#entryNavi {
    clear: left;
    margin-bottom: 20px;
    text-align: center;
}