@charset "utf-8";
/*
Theme Name: 夢の病院をつくろうPROJECT ノート
Theme URI: http://yumenobyouin.org/
Description: 夢の病院をつくろうPROJECT専用のテーマ
Version: 1
Author: Kazuto Takayama
Author URI: http://bikiniqueens.jp/
*/


/* SIDEBAR and RIGHTMENU */
#blogScreen .sidebarArea .text {
    margin: 50px 0 230px;
}

#blogScreen .contentsBlock {
    margin: 0 0 40px;
    font-size: 93%;
}
#blogScreen .contentsBlock h4 {
    border-bottom: 3px solid #00d200;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#blogScreen .totalBlock {
    margin-bottom: 50px;
}
#blogScreen .contentsBlock ul {
    margin: 0;
}
#blogScreen .contentsBlock ul li {
    list-style: none;
    margin: 0 0 10px;
    line-height: 1.4;
}
#blogScreen .recentCommentBlock ul li ul,
#blogScreen .recentTrackbackBlock ul li ul {
    margin-top: 6px;
}
#blogScreen .recentCommentBlock ul li ul li,
#blogScreen .recentTrackbackBlock ul li ul li {
    margin: 0 0 6px;
    padding-left: 12px;
    background: url(/medias/images/blog/icon_lower.gif) left bottom no-repeat; 
}


/* BLOG */
/* POST */
#blogScreen .postsBlock .post {
    margin-bottom: 50px;
}

/* HEADER */
#blogScreen .postsBlock .post .header {
    margin-bottom: 15px;
}
#blogScreen .postsBlock .post .header .category {
    margin-bottom: 10px;
}
#blogScreen .postsBlock .post .header h3 {
    margin-bottom: 3px;
    padding: 0;
    border-bottom: none;
    font-size: 185%;
    font-weight: bold;
    color: #009600;
}
#blogScreen .postsBlock .post .header h3 a {
    text-decoration: none;
    color: #009600;
}
#blogScreen .postsBlock .post .header .date {
    color: #009600;
}

/* ENTRY */
#blogScreen .postsBlock .post .entry {
    margin: 0 0 20px;
}
#blogScreen .postsBlock .post .entry p {
    margin-bottom: 1em;
    color: #595757;
}
#blogScreen .postsBlock .post .entry .lead {
    color: #009600;
}
#blogScreen .postsBlock .post .entry h4 {
    font-size: 154%;
    padding: 30px 0;
    margin: 15px 0;
    color: #009600;
}
#blogScreen .postsBlock .post .entry h4.ttlBdr {
    margin-top: 30px !important;
    padding: 10px 0 0 !important;
    border-top: solid 2px #99EB99;
    color: #009600;
}

/* INTERVIEW */
#blogScreen .postsBlock .post dl.interview {
    margin-bottom: 30px;
}
#blogScreen .postsBlock .post dl.interview dt {
    color: #009600;
}
#blogScreen .postsBlock .post dl.interview dd {
    margin: -1.5em 0 20px 191px;
    color: #595757;
}
#blogScreen .postsBlock .post dl.interview dd .image {
    margin-bottom: 1em;
}

/* PROFILE */
#blogScreen .postsBlock .post table.profile {
    margin-top: 30px;
}
#blogScreen .postsBlock .post table.profile th {
    width: 198px;
    padding: 10px 0;
    vertical-align: top;
}
#blogScreen .postsBlock .post table.profile td {
    width: 390px;
    padding: 10px 0;
    vertical-align: top;
}
#blogScreen .postsBlock .post table.profile td h5 {
    margin-bottom: 5px;
}
.profTable {
    float: right;
}
.profTable th {
    width: 80px;
}
.profTable th,
.profTable td {
    vertical-align: top;
    color: #595757;
}
.prof_img {
    border: 1px solid #ccc;
    padding: 3px;
}

/* GALLERY */
#blogScreen .postsBlock .post table.gallery {
    margin-top: 30px;
}
#blogScreen .postsBlock .post table.gallery th {
    width: 198px;
    padding: 10px 0;
    vertical-align: top;
}
#blogScreen .postsBlock .post table.gallery td {
    width: 390px;
    padding: 10px 0;
    vertical-align: top;
}
#blogScreen .postsBlock .post table.gallery td h5 {
    margin-bottom: 5px;
}

/* FOOTER */
#blogScreen .postsBlock .post .footer {
    margin: 0;
    padding: 8px 0 0 0;
    border-top: dashed 1px #595757;
    color: #978577;
    font-size: 85%;
    text-align: right;
}

/* COMMENT and TRACKBACK */
#blogScreen .postsBlock .post #trackbacks ul.trackbacklist {
    margin-bottom: 40px;
}
#blogScreen .postsBlock .post #comments ul.commentlist li,
#blogScreen .postsBlock .post #trackbacks ul.trackbacklist li {
    list-style: none;
    padding: 10px 0;
    border-top: dashed 1px #595757;
}
#blogScreen .postsBlock .post #comments ul.commentlist li .comment-author,
#blogScreen .postsBlock .post #trackbacks ul.trackbacklist li .comment-author {
    display: inline;
    text-align: right;
    margin-right: 1em;
}
#blogScreen .postsBlock .post #comments ul.commentlist li .comment-meta,
#blogScreen .postsBlock .post #trackbacks ul.trackbacklist li .comment-meta {
    display: inline;
    text-align: right;
}
#blogScreen .postsBlock .post #comments ul.commentlist li p,
#blogScreen .postsBlock .post #trackbacks ul.trackbacklist li p {
    margin: 10px 0;
}

#blogScreen .postsBlock .post #comments form.basic {
    width: 558px;
    margin-top: 20px;
}
#blogScreen .postsBlock .post #comments form.basic table tbody {
}
#blogScreen .postsBlock .post #comments p.desc {
    margin-bottom: 0;
    font-size: 77%;
}

#blogScreen .postsBlock .post #trackbacks input {
    width: 544px;
    border: 2px solid #00B400;
    padding: 5px;
}




