/*
Theme Name: 浄土真宗本願寺派 福田山 広済寺
Theme URI: https://kosaiji.net/
Description: This is my sample theme.
*/

/* コンテナ */
div#container {
    width: 950px;
    margin: auto;
}

/* ヘッダー */
div#header {
    background-image: url(header.jpg);
    padding-top: 38px;
    padding-bottom: 211px;
    margin-bottom: 10px;
}

div#header h1 {
    font-size: 1.875em;
    margin: 0 20px;
}

div#header h1 a {
    text-decoration: none;
    color: #2b76cc;
}

div#header p {
    font-size: 0.75em;
    margin: 8px 20px 0;
}

/* 独立ページのメニュー */
ul#pagemenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul#pagemenu li {
    font-weight: bold;
    display: inline;
    padding-right: 20px;
}

ul#pagemenu li a {
    font-size: 1.2em;
    color: #2b76cc;
    text-decoration: none;
}

ul#pagemenu li a:visited {
    color: gray;
}

ul#pagemenu li a:hover {
    color: #88aaff;
}

/* メイン */
div#main {
    width: 730px;
    float: left;
}

/* コンテンツ */
div#content {
    width: auto;
    float: none;
    margin-bottom: 20px;
}

div#content h3 {
    font-size: 1.25em;
    border-bottom: solid 2px #8cc63f;
    padding-bottom: 5px;
    background-image: url(mark.png);
    background-repeat: no-repeat;
    background-position: 0 -1px;
    padding-left: 23px;
    margin-top: 0;
}

div#content h4 {
    font-size: 1.125em;
    border-bottom: solid 1px #66aa66;
    padding-bottom: 3px;
    background-image: url(mark1.png);
    background-repeat: no-repeat;
    background-position: 0 -3px;
    padding-left: 23px;
}

div#content h5 {
    font-size: 1.125em;
    padding-bottom: 3px;
    background-image: url(mark1.png);
    background-repeat: no-repeat;
    background-position: 0 -3px;
    padding-left: 23px;
}

div#content a {
    text-decoration: none;
}

div#content p {
    font-size: 1em;
}

p#pagetitle {
    font-weight: bold;
    font-size: 0.875em;
    color: #2b76cc;
    border: dotted 1px #2b76cc;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

/* テーブル */
div#schedule table {
    font-size: 1em;
    margin-bottom: 20px;
    width: 460px;
    border: none;
    border-collapse: collapse;
}

div#schedule th,
div#schedule td {
    padding: 8px;
}

div#schedule th {
    width: 100px;
    background-color: #ffdd44;
    border: solid 1px #aa8844;
}

div#schedule td {
    background-color: #ffffcc;
    border: solid 1px #aa8844;
}

/* 記事 */
div.post {
    border: solid 1px #2b76cc;
    padding: 18px;
    margin: 20px auto;
}

div.post h2 {
    background-image: url(mark.png);
    background-repeat: no-repeat;
    font-size: 1em;
    border-bottom: solid 1px #8cc63f;
    padding-left: 22px;
    padding-bottom: 5px;
    margin: 0;
}

div.post h2 a {
    text-decoration: none;
    color: #000000;
}

div.post p {
    font-size: 0.9375em;
    line-height: 1.6;
    margin-top: 10px;
}

p.postinfo {
    color: #2b76cc;
    text-align: right;
    margin: 20px 0 0;
}

p.postinfo a {
    color: #2b76cc;
}

/* 記事内の画像 */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: solid 1px #aaaaaa;
    text-align: center;
    padding-top: 5px;
    margin-top: 10px;
}

div.post img {
    border: none;
    max-width: 100%;
    height: auto;
}

/* ページリンク */
p.pagelink a {
    font-size: 0.875em;
    color: #2b76cc;
}

span.pageprev {
    float: left;
}

span.pagenext {
    float: right;
}

/* コメント */
#comments {
    clear: both;
}

div#com {
    border: solid 1px #2b76cc;
    padding: 0 18px;
    margin-top: 45px;
}

textarea {
    width: 360px;
}

div#com h3 {
    font-size: 1em;
    border-bottom: solid 1px #2b76cc;
    padding-bottom: 3px;
    margin-top: 20px;
}

div#com p {
    font-size: 0.875em;
}

div.compost {
    border-bottom: dotted 1px #2b76cc;
}

p.cominfo {
    text-align: right;
}

div#com a {
    color: #2b76cc;
}

p#comfeed img {
    vertical-align: middle;
}

p#comfeed a {
    color: black;
    text-decoration: none;
}

p#comfeed {
    background-color: #a8d1ff;
    padding: 8px;
    margin-top: 30px;
}

p#trurl {
    background-color: #a8d1ff;
    padding: 8px;
    margin-bottom: 30px;
}

/* トラックバック */
div#tr {
    border: solid 1px #2b76cc;
    padding: 0 18px;
    margin-top: 20px;
}

div#tr h3 {
    font-size: 0.875em;
    border-bottom: solid 1px #2b76cc;
    padding-bottom: 3px;
    margin-top: 20px;
}

div#tr p {
    font-size: 0.75em;
}

div#tr a {
    color: #2b76cc;
}

/* サイドバー */
div#sidebar {
    width: 200px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#sidebar2 {
    width: 200px;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#sidebar h2,
div#sidebar2 h2 {
    background-image: url(menubar.jpg);
    background-repeat: no-repeat;
    font-size: 1em;
    color: white;
    padding: 4px 8px;
    margin: 0;
}

div#sidebar li {
    font-size: 0.875em;
    list-style-type: none;
    margin-bottom: 4px;
    background-image: url(listmark.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    vertical-align: top;
}

div#sidebar li a {
    color: #000000;
    text-decoration: none;
}

div#sidebar ul {
    margin: 8px 8px 20px;
    padding: 0;
}

div#plug-in {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* カレンダー */
#wp-calendar {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1em;
}

#wp-calendar a {
    color: #2b76cc;
}

#wp-calendar td,
#wp-calendar th {
    text-align: center;
}

#wp-calendar caption {
    background-image: url(menubar.jpg);
    background-repeat: no-repeat;
    color: white;
    padding: 4px 8px;
    text-align: left;
}

#wp-calendar #prev {
    text-align: left;
    padding-top: 3px;
    padding-left: 3px;
}

#wp-calendar #next {
    text-align: right;
    padding-top: 3px;
    padding-right: 3px;
}

/* フィード */
p.feed {
    font-size: 1em;
    font-family: Verdana, Helvetica, sans-serif;
    border: solid 1px #8cc63f;
    padding: 5px;
    margin: 25px 0;
}

p.feed a {
    color: #444444;
    text-decoration: none;
}

p.feed img {
    vertical-align: middle;
    margin-right: 8px;
}

/* 検索フォーム */
input#s {
    width: 140px;
    margin-bottom: 5px;
}

/* フッター */
div#footer {
    border-top: solid 3px #2b76cc;
    clear: both;
}

address {
    font-size: 0.875em;
    font-style: normal;
    font-family: Verdana, sans-serif;
    padding-top: 6px;
    text-align: center;
}

/* ２段組み用の設定 */
div#main2 div#content {
    width: 694px;
    float: left;
    border: solid 1px #2b76cc;
    padding: 18px;
    margin: 20px auto;
}

div#main2 div#sidebar2 {
    float: right;
}