/*
Theme Name: Dendai
Theme URI: http://www.www.www/
Description: Dendai
Author: Tanaka Hiroaki
*/

/* リンク */
a,
a:link {
    color: #006699;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}
a:active {
    color: #e50003;
    text-decoration: none;
}


body	{
	margin: 0;
	padding: 0;
	background: #ffffff;
        text-align: left;
	}

#content {
        position: relative;
        width: 100%;
}

#header {
        color: #999999;
	background: darkblue;
        padding: 8px 15px;
	}

#header h2 {
        font-size: 12px;
        margin: 2px;
        font-weight: normal;
        color: #ffffff;
}
#header h1 {
        color: #ffffff;
        font-size: 24px;
        margin: 0;
        letter-spacing: 2px;
        }
#header a,
#header a:link,
#header a:visited {
        color: #ffffff;
        font-weight: normal;
        text-decoration: none;
}
#header a:hover {
        text-decoration: underline;
}

#menu	{
        position: absolute;
        top: 0;
        left: 0;
        width: 155px;
        padding: 15px 10px 10px 15px;
	color: #ffffff;
	}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    border: 1px solid darkblue;
    color: darkblue;
    background: #f6f6f6;
    font-size: 0.75em;
    line-height: 140%;
    text-align: center;
}

/* サイドメニュー */
.side {
    margin: 3px 0px 20px;
    padding: 0;
    background: none;
    color: #444444;
    font-size: 0.75em;
    line-height: 150%;
}

.sideitem {
    margin: 0;
    padding: 0;
}

.side ul {
}

.side li {
    list-style-type: none;
}


#main {
        margin-left: 185px;
        padding: 20px;
        border-left: 1px solid #666699;
}
#main2 {
        margin: 0;
        padding: 20px 60px;
}
.posttitle {
    margin: 0;
    padding: 3px 10px 2px;
    color: darkblue;
    border-left: 10px solid darkblue;
    border-bottom: 1px solid darkblue;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
}

.posttitle a,
.posttitle a:link,
.posttitle a:visited {
    color: darkblue;
}

h3 {
        font-size: 1.15em;
}

.post {
        margin: 0;
        padding: 5px 5px 0;
        line-height: 1.5;
        font-size: 0.95em;
}

.post2 {
        margin: 0;
        padding: 5px;
        line-height: 1.5;
        font-size: 0.95em;
}

.postdate {
        margin: 20px 0 10px;
        padding: 2px;
        border-top: 1px #727171 dashed;
        text-align: right;
        font-size: 0.7em;
        color: #727171;
}
.post ul {
        margin: 0 20px;
        padding: 0 18px;
        line-height: 1.6;
}

a {
        color: #698aab;
        font-weight: bold;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}

p {
        margin: 10px 5px;
        padding: 0;
        line-height: 1.5;
}


#footer	{
	padding: 5px 20px;
        text-align: center;
        border-top: 1px solid #666699;
        font-size: 0.8em;
        font-style: normal;
        color: #727171;
}

#bread {
        margin: 0;
        padding: 5px 0 10px;
        font-size: 0.9em;
}
#maintitle {
        margin: 0;
        padding: 0 0 5px;
        font-size: 1.2em;
        font-weight: bold;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 0.9em;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 1em;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

table {
    border-collapse: collapse;
    margin: 15px 20px;
    padding: 10px;
    border: 1px solid #666666;
    font-size: 0.9em;
    line-height: 120%;
}

th {
    font-weight: bold;
    border: 1px solid #666666; 
    text-align: center;
    padding: 10px;
    width: 8%;
    background: #e0eee0;
}

td {
    border: 1px solid #666666; 
    text-align: center;
    padding: 10px;
}

.post h4 {
    margin: 15px 0;
    padding: 3px 10px 0px;
    border-left: 5px solid darkblue;
    border-bottom: 1px solid darkblue;
    font-size: 1.05em;
    color: black;
    font-weight: bold;
    background: #eaedf7;
}

.post h5 {
    padding: 0 10px;
    border-left: 5px solid darkblue;
    font-size: 1em;
    margin: 12px 4px 8px;
    color: black;
    font-weight: bold;
}

#powered {
    	padding: 5px;
        text-align: center;
        font-size: 0.7em;
        color: #727171;
}

#powered a,
#powered a:hover,
#powered a:visited {
        color: #727171;
        font-weight: normal;
}

#searchword {
        background: yellow;
        text-decoration: inherit;
}

.footnotes {
        font-size: 0.85em;
}

#bread {
        font-size: 1em;
        font-weight: bold;
        color: #444444;
        margin: 0 0 15px;
        padding: 2px 10px 0;
        border-left: 10px solid orange;
}
