* {
  margin: 0px auto;
  padding: 0px;
  }

body {
  text-align: center;
  }

/*見出し*/
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
  padding: 8px 5px 12px 5px;
  font-weight: bolder;
  color: #000080; 
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  }

/*パラグラフ*/
p {
  font-size: 13px;
  line-height: 155%;
  color: #272727;
  padding-bottom: 12px;
  text-align: left;
  }

ul {
  font-size: 12px;
  line-height: 155%;
  margin: 0px 0px 0px 15px;
  padding: 0px;
  }

div, td {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Pゴシック", "Osaka‐等幅";
line-height:1.4;
}


/*ページのヘッダー部分*/
div#header {
  margin: 0:
  padding: 0;
  width: 800px;
  height: 80px;
  background-color: #e9ff7a;
  text-align: left;
  }

/*ページタイトル文字部分の設定*/
.site_title {
  font-size: 22px;
  font-family: "Times", "Times New Roman", "Osaka‐等幅";
  color: #000080;
  text-decoration: none; 
  margin: 0;
  padding: 10px 15px 0px 20px;
  background: transparent;
  text-align: left;
  }

/*サイト説明部分の設定*/
.blog-description {
  padding: 0px 15px 10px 20px;
  color: #666666;
  background: transparent;
  font-size: 10pt;
  text-align: left;
  }


/*本文とサイドAとサイドB*/
div#container {
  width: 800px;
  text-align: left;
  }
div#wrapper {
  float: left;
  width: 640px;
  text-align: left;
  }
div#sidebarB {
  float: right;
  width: 160px;
  text-align: center;
  }
div#content {
  float: right;
  width: 480px;
  text-align: left;
  }
div#sidebarA {
  float: left;
  width: 160px;
  text-align: left;
  }

/*フッター部分*/
div#footer {
  padding-top: 10px;
  clear: both;
  width: 800px;
  background-color: #ffffff;
  }

/*上下のナビゲーションリンク*/
ul.globalnav {
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  width: 800px;
  border-top: 1px solid #669;
  border-bottom: 1px solid #669;
  }

ul.globalnav li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0px 10px;
  border: 0;
  font-size: 10pt;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  }

ul.globalnav a,
ul.globalnav a:link,
ul.globalnav a:visited {
  color: #0000ff;
  text-decoration: none;
  font-weight: bold;
  }


/*左側のナビゲーションリンク*/
ul.localnav {
  text-align: left;
  padding: 5px 0px 5px 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  border-left: 2px dotted #77aaaa
  }
ul.localnav li {
  list-style-type: none;
  margin: 0;
  padding: 4px;
  font-size: 13px;
  line-height: 155%;
  text-align: left;
  }
ul.localnav a {
  font-weight: bold;
  color: #0000ff;
  text-decoration: none;
  }

/*リンクの色設定*/
a { color: #006699; text-decoration: none; }
a:link		{ color: #006699; text-decoration: none; }
a:active	{ color: #006699; text-decoration: none; }
a:hover		{ color: #006699; text-decoration: underline; }

/*サイトタイトルの色設定*/
.site_title a {color: #000080;text-decoration: none;}
.site_title a:link {color: #000080;text-decoration: none;}
.site_title a:visited {color: #000080;text-decoration: none;}
.site_title a:active {color: #000080;text-decoration: none;}
.site_title a:hover {color: #000080;text-decoration: none;}

/* image with anchor 画像リンクの色設定*/
a img {
    border: none;
}


/*記事本文の設定*/
.entry {
  margin: 0px;
  padding: 0px;
  text-align: left;
  }

.entry_title {
  font-size: 14px;
  line-height: 150%;
  font-weight: bolder;
  color: #000080;
  background-color: #e9ff7a;
  padding: 10px 5px 10px 10px;
  margin: 5px 5px 5px 5px;
  border-top: 1px dotted #CCCCCC;
  text-align: left;
  }

.entry_description {
  font-size: 13px;
  line-height: 150%;
  color: #272727;
  padding: 10px 10px 0px 10px;
  margin: 0px 0px 15px 0px;
  text-align: left;
  }

.entry_date {
  font-size: 11px;
  color: #336666;
  margin: 15px 0px 0px 0px;
  padding-right: 10px;
  padding-bottom: 3px;
  text-align: right;
  }

.entry_author {
  font-size: 11px;
  color: #336666;
  margin: 5px 0px 5px 0px;
  padding-right: 10px;
  text-align: right;
  }

/*引用文のスタイル blockquote */
.entry blockquote {
    width: auto;
    margin: 10px 10px 10px 5px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 13px;
    line-height: 160%;
}

/*定義型の箇条書きリスト*/
dl {
  font-size: 13px;
  line-height: 160%;
  color: #272727;
  padding: 10px 10px 0px 10px;
  margin: 0px 0px 15px 0px;
  text-align: left;
  }

dt {
  margin: 0px 0px;
  padding: 10px 0px 5px 5px;
  font-weight: bolder;
  color: #0000ff; 
  font-size: 13px;
  line-height: 150%;
  text-align: left;
  }

dd {
  font-size: 13px;
  line-height: 150%;
  padding: 0px 0px 5px 10px;  
  margin: 0px 0px 0px 5px;
  }


/*リンクのタイトル*/
.linktitle {
  font-family: "Verdana";
  font-size: 13px;
  font-weight: bolder;
  color: #666666;
  line-height: 150%;
  margin: 10px 0px 0px 10px;
  text-align: left;
  }

/*リンクの縦リスト*/
ul.linktext {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  }

ul.linktext li {
  font-size: 13px;
  color: #666666;
  line-height: 150%;
  padding: 0px 5px;
  margin-top: 2px;
  text-align: left;
  }

/*ワードプレス共通サイドバーリンク menu list of sidebar */
.links-left ul,
.links-right ul {
    color: #444;
}

.links-left ul li,
.links-right ul li {
    list-style: none;
    margin: 0 0 15px 0;
}

.links-left li li,
.links-right li li {
    background: url(images/lmark.gif) no-repeat 0 0.5em;
    padding-left: 10px;
    margin: 0;
}

.links-left ul ul,
.links-right ul ul {
    margin: 0;
}

/*ブログパーツの右サイド貼り付け用*/
.sideparts {
  width: 150px;
  background:#ffffff;
  margin: 0;
  text-align:center;
  }

/*ブログパーツの左サイド貼り付け用*/
.leftsideparts {
  width: 150px;
  background:#ffffff;
  border-top:2px solid #000080;
  border-left:2px solid #000080;
  padding: 4px;
  margin: 0;
  text-align:left;
  }

/*写真貼り付け用*/
.shasint {
  width: 155px;
  height: 150px; 
  background:#ffffff;
  padding: 2px;
  margin: 2px;
  text-align: center;
  }

/*検索ボックス*/
.search {
  font-size: 12px;
  color: #333333;
  line-height: 150%;
  margin: 10px 0px;
  }

/*アクセスカウンター*/
.counter {
  width: 155px;
  margin: 10px 0px 10px 0px;
  text-align: center;
  font-size: 10px;
  color: #333333;
  }

/*グーグルカレンダー*/
.calendar {
  width: 460px;
  margin: 0;
  padding: 15px 5px;
  }

/*コピーライト*/
.copyright {
  font-size: 10px;
  color: #333333;
  line-height: 160%;
  background-color: #ffffff;
  margin: 5px 0px 0px 0px;
  padding-top: 5px;
  }

/*ブログリスト*/
.blogrsslist {
  width: 460px;
  margin: 0;
  padding: 5px 0px 15px 0px;
  font-size: 10pt;
  line-height: 160%;
  }
.blogrsslist a { color: #272727; text-decoration: none; }
.blogrsslist a:link	{ color: #0000ff; text-decoration: none; }
.blogrsslist a:active	{ color: #272727; text-decoration: none; }
.blogrsslist a:hover	{ color: #999999; text-decoration: underline; }

/*分野別ソーシャルブックマーク用ブログリスト2*/
.blogrsslist2 {
  width: 460px;
  margin: 0;
  padding: 5px 0px 15px 15px;
  font-size: 10pt;
  line-height: 160%;
  }
.blogrsslist2 a { color: #272727; text-decoration: none; }
.blogrsslist2 a:link	{ color: #0000ff; text-decoration: none; }
.blogrsslist2 a:active	{ color: #272727; text-decoration: none; }
.blogrsslist2 a:hover	{ color: #999999; text-decoration: underline; }


/*サイド専用のウェブRSSブログパーツ*/
.sidewebrss {
  width: 150px;
  margin: 0px 0px 10px 0px;
  padding: 5px 5px 5px 15px;
  font-size: 13px;
  line-height: 160%;
  text-align: left;
  }
.sidewebrss ul li {
  list-style-type: decimal;
  font-size: 13pt;
  margin-left: 1px;
  }
.sidewebrss2 {
  padding-top: 5px;
  font-size: 10px;
  text-align: right;
  }
.sidewebrss a { color: #000080; text-decoration: none; }
.sidewebrss a:link	{ color: #000080; text-decoration: none; }
.sidewebrss a:active	{ color: #272727; text-decoration: none; }
.sidewebrss a:hover	{ color: #999999; text-decoration: underline; }

/*トップページイメージ*/
.toppageimg {
  width: 430px;
  margin: 0px;
  padding: 20px 0px;
  text-align: center;
  }

/*トップページイメージ*/
.toppageimg2 {
  width: 430px;
  margin: 0px;
  padding: 10px 0px;
  text-align: center;
  }

/*記事内部テーブルの小見出し*/
.komidasi {
  font-size: 14px;
  line-height: 160%;
  color: #272727;
  margin: 10px 3px;
  padding: 2px 2px 2px 10px;
  text-align: left;
  background-color: #e9ff7a;
  border-top: 1px solid #669;
  }

/*トップページ内部の小見出し*/
.entry-komidasi {
  font-size: 14px;
  line-height: 155%;
  font-weight: bolder;
  color: #000080;
  background-color: #e9ff7a;
  padding: 2px 5px 2px 10px;
  margin: 0px 0px 5px 0px;
  border: 1px solid #669;
  text-align: left;
  }

/*ウェブRSSブログパーツ*/
.webrss {
  width: 430px;
  margin: 0px 0px;
  padding: 0px 5px;
  font-size: 13px;
  line-height: 155%;
  color: #272727;
  text-align: left;
  }
.webrss ul li {
  list-style-type: decimal;
  font-size: 13px;
  margin-left: 1px;
  padding: 1px 0px;
  line-height: 155%;
  }
.webrss2 {
  text-align: right;
  }

/*記事内部末尾のバン屑ナビ*/
.pagebacknavi {
  font-size: 14px;
  line-height: 150%;
  color: #272727;
  margin: 10px 0px 0px 0px;
  padding: 5px 7px 5px 5px;
  text-align: right;
  background-color: #f6f6f6;
  border-top: 1px solid #669;
  }
p.pagebacknavi {
  font-size: 14px;
  line-height: 150%;
  color: #272727;
  margin: 0px 0px;
  padding: 5px 7px 5px 5px;
  text-align: right;
  }
