@charset "UTF-8";
/* ブログメイン設定
---------------------------------------------------- */
#main h2 {
	font-size: 14px;
	line-height: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #6699FF;
	border-bottom-color: #6699FF;
	margin: 0px;
	padding: 3px;
}
#main p {
    margin-top: 15px;
    margin-bottom: 15px;
}
#main ul, ol {
    padding-left: 16px;
}
#main ul li {
    list-style-type: circle;
}
#main dl {
}
#main dt {
}
#main dd {
    padding-left: 8px;
}
#main a,
#main a:link,
#main a:visited {
    color: #006699;
    text-decoration: none;
}
#main a:hover {
    color: #006699;
    text-decoration: underline;
}
#main a:active {
}
#main form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { 
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 550px;
	float: left;
}
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #666666;
    text-align: center;
    color: #444444;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 140%;
}
.side {
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
}
.blog {
    padding: 10px;
    font-size: small;
    color: #36414d;
    background: none;
}
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    font-size: 11px;
    font-weight: bold;
}
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
	color: #FFFFFF;
	background-color: #6699FF;
}
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {
}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}
.entry textarea {
    width: 97%;
}
.entry.extended {
}
.entry-header {
    margin: 15px 0 0;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 9px;
}
#links-right {
	width: 200px;
	color: #FFFFFF;
	float: right;
}
ul.tree {
    margin: 0!important;
    padding: 0!important;
    font-size: 9px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0!important;
    padding: 0!important;
}
ul.tree li {
    margin: 0!important;
    padding: 0 0 0 16px!important;
    background-image: url(http://www.seito-jp.com/seito/img/tree_lst_solid.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.tree_end {
    background-image: url(http://www.seito-jp.com/seito/img/tree_end_solid.gif);
    list-style: none;
}
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 13px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 13px;
}
ul#tags li.taglevel3 {
    font-size: 12px;
}
ul#tags li.taglevel4 {
    font-size: 11px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered {
    margin-top: 10px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}
/* エントリーアーカイブ設定
---------------------------------------------------- */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}
.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}
#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}
#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    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: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}


