/* 43-a_3pain_menu */

/* 全体のリンク色などの設定 */
A {
  text-decoration: none;
}

/* 未訪問リンク色の設定 */
a:link {
  color: #000;
  text-decoration: underline;
}

/* 訪問済みリンク色の設定 */
a:visited {
  color: #000;
}

/* リンクを選択した瞬間の色の設定 */
a:active {
  color: #000;
}

/* マウスをかざしたときのリンク色の設定 */
a:hover {
  color: #000;
}

/* HTML全体 */
body {
  text-align: center;
  margin: 10px;
  color: #fff;
}

/* ブログ本体 */
#tcpbody {
  width: 800px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  background-color: #fff;
  background-image: url(/common/img/user/43-a/range_bg.gif);
  background-repeat: repeat;
}

/* 上部ブログタイトル部分 */
#tctoptitlelay {
  width: 800px;
  padding: 0px;
  margin: 0px;
  background-image: url(/common/img/user/43-a/blog_title_footer.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* ブログタイトル文字 */
#tctoptitlelay h1 {
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #000;
  padding: 0px;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 24px;
  margin: 0px;
  margin-top: 15px;
  height: 55px;
  background-image: url(/common/img/user/43-a/blog_title_header.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* ブログサブタイトル文字 */
#tctoptitlelay p {
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(/common/img/user/43-a/blog_title_bg.gif);
  background-repeat: repeat-y;
  background-position: center;
}

/* ブログタイトル部分のリンク色設定 */
#tctoptitlelay A, #tctoptitlelay a:link {
  color: #000;
}

/* 左サイドメニュー全体 */
#tcsidelay {
  float: left;
  padding: 5px 0px 10px 0px;
  margin: 0px 0px 0px 5px;
  word-break: break-all;
  width: 171px;
}

/* 左サイドメニュー内部 */
#sidemenu {
  color: #ccc;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* 右サイドメニュー全体 */
#tcside2lay {
  float: left;
  padding: 5px 0px 10px 0px;
  margin: 0px 3px 0px 0px;
  word-break: break-all;
  width: 171px;
}

/* 右サイドメニュー内部 */
#sidemenu2 {
  color: #ccc;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* 汎用サイドメニューパーツ 全体 */
.blockone {
  color: #808080;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* 汎用サイドメニューパーツ タイトル文字 */
.blockone h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* 汎用サイドメニューパーツ リスト部分 */
.blockone ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 10px;
}

/* サイドメニューカレンダーパーツ全体 */
.cal {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニューカレンダーパーツ タイトル文字 */
.cal h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニューカレンダーテーブル */
.cal TABLE {
  border: none;
  border-collapse: collapse;
  width: 140px;
  margin-left: 5px;
}

/* サイドメニューカレンダー 年月 */
.cal .caption {
  color: #000;
  font-weight :normal;
  font-size: x-small;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  letter-spacing: 0.3em;
  vertical-align: baseline;
  text-align: center;
}

/* サイドメニューカレンダー 曜日 */
.cal TH {
  color: #000;
  font-size: x-small;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

/* サイドメニューカレンダー 日付 */
.cal TD {
  color: #000;
  font-size: 8pt;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  text-align: center;
  padding: 0px;
  width: 23px;
  line-height: 1.5em;
  border: none;
}

/* サイドメニューカレンダー 日曜日 */
.cal .sun {
  color: #ff8040;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

/* サイドメニューカレンダー 曜日文字 */
.cal .calendar {
  color: #000;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

/* サイドメニュー「最近の投稿」パーツ 全体 */
.recentpost {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「最近の投稿」パーツ タイトル文字 */
.recentpost h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「最近の投稿」パーツ リスト部分 */
.recentpost ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 10px;
}

/* サイドメニュー「過去ログ」パーツ 全体 */
.pastlog {
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「過去ログ」パーツ タイトル文字 */
.pastlog h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「過去ログ」パーツ リスト部分 */
.pastlog ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 10px;
}

/* サイドメニュー「記事カテゴリ」パーツ 全体 */
.cate {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「記事カテゴリ」パーツ タイトル文字 */
.cate h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「記事カテゴリ」パーツ リスト部分 */
.cate ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 10px;
}

/* サイドメニュー「リンク集」パーツ 全体 */
.link {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「リンク集」パーツ タイトル文字 */
.link h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「リンク集」パーツ リスト部分 */
.link ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 10px;
}

/* サイドメニュー「ページ内検索」パーツ 全体 */
.search {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「ページ内検索」パーツ タイトル文字 */
.search h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「ページ内検索」パーツ フォーム */
.searchbody {
  text-align: center;
}
.search form {
  width: 120px;
  margin: 0px auto;
  padding-top: 6px;
  text-align: left;
}

/* サイドメニュー「最近のコメント」パーツ 全体 */
.recentcomm {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「最近のコメント」パーツ タイトル文字 */
.recentcomm h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「最近のコメント」パーツ リスト部分 */
.recentcomm ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 10px;
}

/* サイドメニュー「最近のトラックバック」パーツ 全体 */
.recenttb {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「最近のトラックバック」パーツ タイトル文字 */
.recenttb h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「最近のトラックバック」パーツ リスト部分 */
.recenttb ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 10px;
}

/* サイドメニュー「最近の投稿画像」パーツ 全体 */
.recentimg {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「最近の投稿画像」パーツ タイトル文字 */
.recentimg h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「最近の投稿画像」パーツ リスト部分 */
.recentimg ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 10px;
}

/* サイドメニュー「カウンター」パーツ 全体 */
.counter {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「カウンター」パーツ タイトル文字 */
.counter h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「カウンター」パーツ リスト部分 */
.counter ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 10px;
}

/* サイドメニュー「サイドメニュー自由項目」パーツ 全体 */
.sidefree {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「サイドメニュー自由項目」パーツ タイトル文字 */
.sidefree h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「サイドメニュー自由項目」パーツ 本体テキスト部分 */
.sidefreebody {
  padding: 5px;
  word-break: break-all;
}

/* サイドメニュー「サイドメニュー自由項目」パーツ リスト部分 */
.sidefree ul {
  margin-left: 0px;
  padding-left: 10px;
}

/* サイドメニュー「RSS取り込み1」パーツ 全体 */
.rssin01 {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「RSS取り込み1」パーツ タイトル文字 */
.rssin01 h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「RSS取り込み1」パーツ リスト部分 */
.rssin01 ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 10px;
}

/* サイドメニュー「RSS取り込み2」パーツ 全体 */
.rssin02 {
  color: #000;
  font-size: small;
  border-style: solid;
  border-width: 0px;
  border-color: #;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

/* サイドメニュー「RSS取り込み2」パーツ タイトル文字 */
.rssin02 h3 {
  color: #000;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0em 0em 0em 0em;
  text-align: center;
  width: 171px;
  background-image: url(/common/img/user/43-a/side_title_bg.gif);
  background-repeat: no-repeat;
}

/* サイドメニュー「RSS取り込み2」パーツ リスト部分 */
.rssin02 ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 10px;
}


/* サイドメニューRSS出力用アイコン */
.rssout {
  padding-left: 0.5em;
  margin-left: 18px;
}

/* 記事本文が入るメインレイアウト全体 */
#tcmainlay {
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 5px 12px 0px 12px;
  word-break: break-all;
  width: 411px;
}

/* 投稿記事単位 */
.postdate {
  margin: 0px;
  margin-bottom: 50px;
  padding: 0px;
}

/* 投稿記事の日付テキスト見栄え設定 */
.postdate h2 {
  color: #000;
  background-image: url(/common/img/user/43-a/entry_title_header.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-right: 7px;
  text-align: right;
  height: 16px;
}

.postdate hr {
  margin: 0px;
}

/* 投稿記事の題名テキスト見栄え設定 */
.posttitle {
  background-image: url(/common/img/user/43-a/entry_footer.gif);
  background-position: left;
  background-repeat: repeat;
  margin: 0px;
  color: #000;
  padding: 5px;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: bold;
}

/* 投稿記事の記事カテゴリテキスト見栄え設定 */
.postcate {
  margin-left: 12px;
  color: #000;
  font-weight: bold;
}

/* 投稿記事の本文 */
.postbody {
  color: #000;
  background-image: url(/common/img/user/43-a/entry_footer.gif);
  background-position: left;
  background-repeat: repeat;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: medium;
  line-height: normal;
}

/* コメント・トラックバックへのリンクテキスト */
.postcommtb {
  text-align: right;
  padding: 0px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 0px;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: small;
  /*height: 47px;*/
  color: #FFF;
  background-image: url(/common/img/user/43-a/entry_footer02.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.postcommtb A, .postcommtb A:visited {
  color: #FFF;
}

/* 投稿者名テキスト */
.postname {
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: small;
  padding-left: 3px;
  float:left;
  color: #FFF;
}

/* ページ送りリンクテキスト */
.nextpage form {
  margin: 0px;
}
.nextpage,.nextpage A{
  text-align: right;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: small;
  margin: 2px;
  color: #000;
}

/* トップページ自由項目 */
#tctopfreelay {
  background-color: #;
  clear: both;
  padding: 5px 20px 5px 20px;
  color: #000;
}

/* コメントフォーム「投稿者名」 */
.commfrm1 {
}

/* コメントフォーム「メール」 */
.commfrm2 {
  float: left;
}

/* コメントフォーム「投稿する」SUBMITボタン */
.commfrm3 {
  float: right;
}

/* コメントフォーム「リンク」 */
.commfrm4 {
  clear: left;
}

.commfrm4 textarea{
  width: 300px;
}

/* コメントフォーム全体 */
.commfrmall {
  margin-bottom: 5px;
  padding-top: 15px;
  padding-left: 5px;
  padding-bottom: 10px;
  background-color: #fff;
  font-size: small;
  width: 400px;
  color: #000;
}

/* コメント関連部品全体 */
#comm {
  color: #808080;
  margin-bottom: 7px;
  padding: 5px 5px 5px 5px;
  font-size: small;
}

/* コメントフォーム */
#comm form {
  width: 400px;
}

.commtxt {
  text-align: left;
}

/* コメント書き込みタイトル */
.commtitle {
  float: left;
  margin: 3px;
  color: #000;
}

/* コメント書き込み日付 */
.comminfo {
  float: right;
  margin: 3px;
  color: #000;
}

/* コメント書き込み本文 */
.commbody {
  clear: left;
  margin-bottom: 7px;
  padding: 5px 10px 5px 10px;
  color: #000;
}

.commbody A,A:visited{
  color: #808080;
}

/* コメント書き込み全体 */
.commone {
  border-width: 0px 0px 2px 0px;
  border-style: dotted;
  border-color: #ccc;
  margin: 7px;
}

/* トラックバック画面全体 */
#tb {
  color: #808080;
  margin-bottom: 7px;
  padding: 5px 5px 5px 5px;
  font-size: small;
}

/* トラックバック全体のタイトルテキスト */
.tbtxt {
  text-align: left;
}

/* トラックバックURL表示フォーム */
.tburl {
  margin-bottom: 5px;
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  font-size: small;
  width: 400px;
  color: #000;
}

.tbform input{
  width: 300px;
}

.tbbtn {
  margin-right: auto;
  margin-left: auto;
}

/* トラックバック解説文 */
.tbhelp {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #fff;
  font-size: x-small;
  width: 400px;
  color: #808080;
}

/* トラックバック記事タイトル */
.tbtitle {
  float: left;
  margin: 3px;
  color: #000;
}

/* トラックバック記事日時 */
.tbinfo {
  float: right;
  margin: 3px;
  color: #000;
}

/* トラックバック記事本文 */
.tbbody {
  clear: left;
  margin-bottom: 7px;
  padding: 5px 10px 5px 10px;
  color: #000;
}

/* トラックバック元サイト名 */
.tbfrom {
  text-align: right;
  margin: 3px;
  color: #000;
}

/* トラックバック記事一つ分 */
.tbone {
  border-width: 0px 0px 2px 0px;
  border-style: dotted;
  border-color: #ccc;
  margin: 7px;
}

.tbone A,A:visited{
  color: #808080;
}

/*  リンクバナー */
.linkbanner {
  margin: 8px;
}

/* 下部のログインボタンレイアウト全体 */
#tcloginlay {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
}

/* 下部のログインボタンフォーム */
.loginfrm {
  float: left;
  padding-top: 12px;
}

/* パスワード保護時のブログタイトルテキスト */
.protecttitle {
  color: #000;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #fff;
  background-color: #fff;
}

/* パスワード保護時のブログ説明文 */
.protectbody {
  font-size: 9pt;
  padding: 12px;
  width: 460px;
  color: #000;
  background-color: #000;
}

/* サイドメニュー「プロフィール」パーツ全体 */
.sideprof {
  text-align: center;
  margin: auto;
  width: 120px;
}

/* サイドメニュー「過去ログ」パーツ コンパクト表示用リスト部分 */
.pastlogbody ul.compact {
  padding-right: 0px;
  max-height: 240px;
  overflow: auto;
}
.pastlogbody ul.compact span {
  white-space: nowrap;
}

/* 拍手ボタン部分 */
.apclap {
  text-align: right;
  font-weight: bold;
  font-size: small;
  margin: 5px 0px;
}
.apclap img {
  padding-right: 5px;
}

