@charset "utf-8";
/*
Theme Name: webanalyst
Theme URI: http://wordpress.org/
Description: web analyst用テーマ
Author: Tomoe Akahori
Author URI: 

*/

/*************** common style ***************/

.pagetop {
 text-align: right;
}

#sidenav .recentInformation p {
 margin-bottom: 0;
}

/* heading */

.title_blog h2 a {
 color: #349ADE;
 text-decoration: none;
}
.title_blog h2 a:hover {
 color: #91C9EE;
}

#blog div.title_blog h2 {
 font-size: 22px;
 color: #349ADE;
 padding: 14px 0;
 line-height:130%;
}

h3 {
 font-size: 24px;
 margin: 20px 0;
}

h4 {
 font-size:16px;
 font-weight:700;
}

h4 a {
 color: #000;
 text-decoration: none;
}

h4 a img {
 vertical-align: middle;
 padding-right: 5px;
}

/** topic path ***/

p.headerImg {
 top: 0;
}

/** search box ***/

.searchBox {
 padding: 10px;
 background: url(image/bg_date.png);
}

.main .searchBox {
 font-size: 14px;
 background: none;
}

#searchform {
 margin-bottom: 10px;
 font-size: 12px;
}

.navigation {
 text-align: center;
 margin: 30px auto 0;
}

p,
.entry ul,
.entry ol,
.entry dl,
#aside ol.applicationList li,
#aside ol.applicationListLast li {
 font-size: 14px;
}

.entry dl {
 margin-left: 1.0em;
}

.entry ol {
 list-style-type: decimal;
 margin-left: 2.5em;
}

.entry ul {
 list-style-type: disc;
 margin-left: 2.5em;
}


p.post-date {
 font-size: 11px;
 margin-left: 0;
 margin-bottom: 0;
}

p a.more-link {
 display: block;
 margin: 1.0em 2.0em 0 0;
}

.postmetadata {
 text-align: right;
}

#blog .date {
 background:url(image/bg_date.png) repeat-x;
}

#blog .text_blog,
#blog .text404,
#blog .textPage {
 padding-left: 15px;
}
#blog .text_blog p,
#blog .text404 p,
#blog .textPage p {
 margin-bottom: 2em;
}

#blog .related-posts li {
 list-style: disc;
 margin-left: 30px;
}

/***** sidebar *****/

.recentInformation ul li {
 word-break: break-all;
 overflow: hidden;
}

dl.rssList {
 width: 216px;
 text-align: left;
 background: #FFF;
 border: 1px solid #000;
 margin-bottom: 10px;
}

.rssList ul {
padding-top: 10px;
padding-left: 20px;
}

.rssList p{
padding-left: 30px;
}

.pagenation {
 border-bottom: 1px dashed #CCC;
 padding: 15px;
 margin-bottom: 30px;
}
.pagenation p.previous {
 padding-left: 18px;
 background:url(image/ico_pagenation-previous.png) no-repeat center left;
}
.pagenation p.next {
 padding-left: 18px;
 background:url(image/ico_pagenation-next.png) no-repeat center left;
}
#blog .postcomment {
 margin-top: 20px;
}
#blog .categoryList,
#blog .entryList,
#blog .entryList ,
#blog .newList,
#blog .archiveList {
 margin-bottom: 20px;
}
#blog .categoryList dt,
#blog .entryList dt,
#blog .entryList dt,
#blog .newList dt,
#blog .archiveList dt {
 background:url(image/bg_side-title.png) no-repeat center left;
 height: 30px;
 padding-top: 8px;
 padding-left: 20px;
 margin-bottom: 5px;
}

#blog .categoryList li,
#blog .entryList li,
#blog .newList li,
#blog .archiveList li,
#blog .text404 li
{
 list-style: disc;
 margin-left: 20px;
}

.postcomment p {
 margin-top: 15px;
}

.entryFooter {
 text-align: right;
}

/** single article **/
.tweet {
 margin: 1em 0pt;
 text-align: right;
 background:url(image/twitter.gif) no-repeat 480px;
 border-bottom: 1px dashed #CCC;
 padding: 20px 0px;
}

#blog .bookmarkplus {
 text-align:right;
 border-bottom: 1px dashed #CCC;
 padding-bottom: 10px;
}
#blog .bookmarkplus p {
 text-align:right;
 font-size:12px;
}

/**
 * entry style
 * @author: tani
 */

.entryBody {
 zoom: 1;/*for IE 5.5-7*/
}

.entryBody:after {/*for modern browser*/
content: ".";
 display: block;
 height: 0px;
 clear: both;
 line-height: 0;
 visibility: hidden;
}

.thumbnail {
 float: right;
 margin: 0 0 6px 6px;
 border: 1px solid #DCDCDC;
}

.entryBody h2 {
 background:url(image/bg_entry_subtitle.png) no-repeat center left;
 padding: 6px 12px;
 margin: 12px 0;
}


