/*  
Theme Name: VIVID
Theme URI: http://www.mikurunko.xsrv.jp/vivid/
Description:
Author: Osaki
Author URI: 
*/

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

/* heading */
h2 {
   font-size: 14px;
   font-color: #8FB4CC;

}
h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #B45276;
    text-decoration: none;
}
a:hover {
    color: #8FB4CC;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: 0;
}

/* unordered list / ordered list */
ul, ol {
/*    padding-left: 16px;*/
}
ul li {
/*    list-style-type: circle;*/
      margin: 8px 8px 15px 25px;
}

li {
    list-style-image: url(images/point_m.gif);
}


/* definition list */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* forms */
form {
    margin: 0;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* banner title */
#banner {
    width: 785px;
    margin: 20px 0 0px 0;
    height: 140px;
    color: #FFCCEB;
/*    background-position: right top;
    background-repeat: no-repeat;*/
    background-image: url("images/top5.png");
}
h1 {
    color: #FFCCEB;
    text-indent: -3000px;
    cusor: pointer;
    width: 785px;
    height: 140px;
    cursor: pointer;
}


/* article */
#blog {
    padding: 0px 10px 10px 10px;
    font-size: 12px;
    color: #36414d;
    background: none;
/*    border: 1px solid #B45276; */
}




#blog ul {
    padding-left: 12px;
    margin: 5px;
    overflow:hidden;
}


/* article date */
.date {
    margin-top: 6px;
    color: #ffffff;
    background: #F2CEE1;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
}

/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #F2CEE1;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    color: #36414d;
    padding: 0px 15px 15px;
    background: #FFFFFF;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;

}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

/* textarea */
.entry textarea {
    width: 97%;
}

/* title of entry */
.entry-header {
    margin: 15px 0 10px;
/*    padding-left: 5px; */
    padding: 5px;
    border-left: 5px solid #B45276;
    color: #B45276;
    font-size: 16px;
    font-weight: bold;

}

/* contributor */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 12px;
    _font-size: 12px;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 6px 0 10px;
    text-align: center;
    font-size: 12px;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 12px;
}

/* breadcrumbs list */
.crumbs {
    margin: 15px 0 10px;
    padding-left: 5px;
    font-size: 12px;
}



/* menu list of sidebar */
#sidebar {
 padding:0px;
 margin:0px;
 width:155px;
}
#button {
    margin-left: -16px;
    width:155px;
    text-align:left;
}


#sidebar ul {
    color: #444444;
    font-size: 12px;
    margin: 0px;
}

#sidebar li {
    list-style: none;
}


/* title of menu list */
#title1 h2 {
    padding: 4px 0 3px;
    border: 1px solid  #B45276;;
    text-align: center;
    color: #B45276;;
    background: #FFCCCC;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
}
#title2 h2 {
    padding: 4px 0 3px;
    border: 1px solid  #B45276;;
    text-align: center;
    color: #B45276;;
    background: #FFCCCC;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
}


#title1 {
    margin-top: 10px;
    background-color: #FDEDFD;
    border: 1px solid #f2cee1;
    padding: 0px;
    width: 153px;
}
#title2 {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FDEDFD;
    border: 1px solid #f2cee1;
    padding: 0px;
    width: 153px;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment {
    width: 400px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #F2CEE1;
    font-size: 12px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 15px;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 12px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    padding: 2px 0 2px 5px;
    margin: 15px 0;
    color: #ffffff;
    background: #F2CEE1;
    font-size: 12px;
    font-weight: bold;
}

form input,
form textarea {
    border: 1px solid #999999;
}
#searchtext {
    margin: 3px 0;
}

/* layout */

/* for 1 column or 2 columns */
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 0px;
    text-align: center;
    background: #FFF7FB;
}
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 0px;
}

/* for 2 columns */
.layout-two-column-left #box,
.layout-two-column-right #box {
    margin-top: 3px;
    width: 785px;
    height: auto;
    padding: 0;
    text-align: left;
    background-color: #FCFCFC;
    border: 1px solid #f2cee1;
    position:relative;
}

/* for 2 columns */
.layout-one-column #container {
    margin-bottom: 0;
}

/* for 1 column */
.layout-one-column #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
}

/* for 1 column */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
body.layout-one-column-liquid {
    background: #36414d;
}

/* footer */
#footer {
    width: 785px;
    margin-top: 3px;
    padding: 1px 0;
    background-color: #F2CEE1;
}
#footer p {
    margin: 5px 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
.layout-two-column-liquid-left #footer,
.layout-two-column-liquid-right #footer {
    display: none;
}

.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* for 2 columns liquid layout (with right sidebar) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
}
.layout-two-column-liquid-right #sidebar {
    position: absolute;
    width: 155px;
    top: 104px;
    _top: 100px;
    right: 15px;
    color: #ffffff;
}

/* for 2 columns liquid layout (with left sidebar) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
}
.layout-two-column-liquid-left #sidebar {
    position: absolute;
    width: 155px;
 /*   top: 103px; */
    _top: 102px;
    left: 15px;
    color: #ffffff;
}

/* for IE7 */
*:first-child+html .layout-two-column-liquid-right #links-right,
*:first-child+html .layout-two-column-liquid-left #links-left {
    top: 100px;
}

/* for 1 column liquid layout */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    background: #ffffff;
}

/* for 2 columns fixed layout (with right sidebar) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0px 0 10px 0;
    
/*    position:absolute; */
    left:185px;
    top:10px;
}
.layout-two-column-right #sidebar-box {
    float: right;
    width: 185px;
    position:absolute;
    left:0px;
    top:10px;
}
.layout-two-column-right #sidebar {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* for 2 columns fixed layout (with left sidebar) */
.layout-two-column-left #content {
/*    float: left;
    position:absolute;
    top:0px;
    left:180px;
    padding: 15px 15px 0 5px; */

    width: 600px;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin-top:10px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 170px;
}
.layout-two-column-left #sidebar-box {
    float: left;
    width: 170px;
    position: relative;
    margin-left: 0px;
    margin-top:10px;
}
.layout-two-column-left #sidebar {
    padding: 15px 5px 10px 10px;
    color: #ffffff;
/*    background-color: #F2DEF1; */

}

input,textarea {
    font-family: "Osaka", "?q???M?m?p?S Pro W3", "?l?r ?o?S?V?b?N", arial, sans-serif;
}

#news {
    float: right;
    width: 240px;
/*    height: 246px; */
    border: #EEB8CC 1px solid;
    background-color: #FCF6DC;
    padding: 5px;
    margin-bottom: 15px;
}
#banner-box {
    float: left;
    width: 300px;
}
#banner-box2 {
    float: left;
    width: 150px;
    height: 77px;
    margin-bottom: 10px;
}

.page_item {
    list-style-image: none;
    font-weight: bold;
    background-repeat: no-repeat;
    background-image: url("images/button01.png");
    width: 149px;
    height: 14px;
    font-size: 12px;
    padding:8px 3px 8px 3px;
    text-align:center;
    margin: 0px 0px 2px 0px;
}
.page_item ul li {
      margin: 0px;
}
