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

/* 未訪問リンク色の設定 */
a:link {
  color: #2276bb;
}

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

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

/* マウスをかざしたときのリンク色の設定 */
a:hover {
  color: #2276bb;
  text-decoration: underline;
}

/* HTML全体 */
body {
  background: #c0deed;
  text-align: center;
  margin: 0px;
  color: #333333;
  background-image: url(http://img.ap.teacup.com/common/img/user/507-a/blog_bg.gif);
  background-repeat: no-repeat;
  background-position: top center;
}

/* ブログ本体 */
#tcpbody {
  width: 780px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFF;
}

/* 上部ブログタイトル部分 */
#tctoptitlelay {
  width: 780px;
  height:100px;
  min-height: 100px;
  float: left;
  padding: 0px;
  margin: 0px;
  /*background-color: #c0deed;*/
  background: url() left top no-repeat;
}

/* ブログタイトル文字 */
#tctoptitlelay h1 {
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #000000;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

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

/* ブログサブタイトル文字 */
#tctoptitlelay p {
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #000000;
  margin: 0px;
  padding: 5px 0px 0px 0px;
}

#tcwrapper{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background:#ddeef6;
-moz-border-radius:5px 5px 5px 5px;
}


/* 右サイドメニュー全体 */
#tcside2lay {
  float: left;
  width: 204px;
  padding: 5px 0px 10px 0px;
  margin: 0px;
  background-color: #ddeef6;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topright:5px;
}

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

#sidemenu2 ul,
#sidemenu2 li {
	margin: 0px;
	padding: 0px;
}


/* 汎用サイドメニューパーツ 全体 */
.blockone {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* 汎用サイドメニューパーツ タイトル文字 */
.blockone h3 {
    color: #333333;
    font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    padding: 1px 1px 1px 1px;
    margin: 0em 0em 0em 0em;
}

/* 汎用サイドメニューパーツ リスト部分 */
.blockone ul {
  list-style: none;
}

/* サイドメニューカレンダーパーツ全体 */
.cal {
  color: #000000;
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニューカレンダーパーツ タイトル文字 */
.cal h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

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

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

/* サイドメニューカレンダー 日付 */
.cal TD {
  font-size: small;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  text-align: center;
  margin: 0px;
  padding: 0px;
  width: 23px;
}

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

/* サイドメニュー「最近の投稿」パーツ 全体 */
.recentpost {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「最近の投稿」パーツ タイトル文字 */
.recentpost h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

/* サイドメニュー「過去ログ」パーツ 全体 */
.pastlog {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「過去ログ」パーツ タイトル文字 */
.pastlog h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

/* サイドメニュー「記事カテゴリ」パーツ 全体 */
.cate {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「記事カテゴリ」パーツ タイトル文字 */
.cate h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

/* サイドメニュー「リンク集」パーツ 全体 */
.link {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「リンク集」パーツ タイトル文字 */
.link h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

/* サイドメニュー「ページ内検索」パーツ 全体 */
.search {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「ページ内検索」パーツ タイトル文字 */
.search h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

/* サイドメニュー「最近のコメント」パーツ 全体 */
.recentcomm {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「最近のコメント」パーツ タイトル文字 */
.recentcomm h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

/* サイドメニュー「最近のトラックバック」パーツ 全体 */
.recenttb {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「最近のトラックバック」パーツ タイトル文字 */
.recenttb h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

/* サイドメニュー「最近の投稿画像」パーツ 全体 */
.recentimg {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「最近の投稿画像」パーツ タイトル文字 */
.recentimg h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

/* サイドメニュー「カウンター」パーツ 全体 */
.counter {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「カウンター」パーツ タイトル文字 */
.counter h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

/* サイドメニュー「サイドメニューｩ由項目」パーツ 全体 */
.sidefree {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「サイドメニューｩ由項目」パーツ タイトル文字 */
.sidefree h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

/* サイドメニュー「サイドメニューｩ由項目」パーツ リスト部分 */
.sidefree ul {
  list-style: none;
}

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

/* サイドメニュー「RSS取り込み1」パーツ 全体 */
.rssin01 {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「RSS取り込み1」パーツ タイトル文字 */
.rssin01 h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

/* サイドメニュー「RSS取り込み2」パーツ 全体 */
.rssin02 {
  font-size: small;
  list-style: none;
  margin: 5px;
}

/* サイドメニュー「RSS取り込み2」パーツ タイトル文字 */
.rssin02 h3 {
  color: #333333;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 1px 1px 1px 1px;
  margin: 0em 0em 0em 0em;
}

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

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

/* 記事本文が入るメインレイアウト全体 */
#tcmainlay {
  float: left;
  width: 555px;
  padding: 5px 10px;
  margin: 0px 0px 0px 0px;
  /*background: #fff;*/
  word-break: break-all;
  background: #FFFFFF;
  border-right: 1px solid #c0deed;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-topleft:5px;
}

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

/* 投稿記事の日付テキスト見栄え設定 */
.postdate h2 {
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: small;
  color: #333333;
  margin: 5px;
}

.postdate hr {
  margin: 5px;
}

/* 投稿記事の題名テキスト見栄え設定 */
.posttitle {
  margin: 0px;
  font-weight: bold;
  padding: 5px;
  color: #333333;
}

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

/* 投稿記事の本文 */
.postbody {
  padding: 10px 0px 20px 5px;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: small;
  line-height: 150%;
}

.postbody a{
    border-bottom-width: 1px;
}

.postbody a.bordernone {
 border-style: none;
}

.postbody a.bordernone {
  border-style: none;
}
/* コメント・トラックバックへのリンクテキスト */
.postcommtb {
  text-align: right;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: small;
  padding: 5px 0px;
  border-bottom: solid 1px #eeeeee;  
}

/* 投稿名テキスト */
.postname {
  text-align: right;
  font-family: Osaka, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: small;
  padding: 0px;
  float:left;
}

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

/* トップページ */
#tctopfreelay {
  clear: both;
  /*background-image: url(http://img.ap.teacup.com/common/img/user/507-a/heade.gif);
  background-position: top center;*/
  margin: 10px 0px;
  padding:0px;
  font-size: small;

}

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

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

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

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

/* コメントフォーム全体 */
.commfrmall {
  margin: 10px;
  padding: 15px 30px;
  font-size: small;
  width: 450px;
}

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

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

.commtxt {
  text-align: left;
}

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

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

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

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

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

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

/* トラックバックURL表フォーム */
.tburl {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 9px;
  margin: 10px;
  font-size: small;
  width: 470px;
}

.tbform input{
  width: 350px;
}

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

/* トラックバック解説文 */
.tbhelp {
  margin: 10px;
  padding: 5px;
  font-size: x-small;
  width: 470px;
}

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

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

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

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

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

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

/* 下部のログインボタンレイアウト全体 */
#tcloginlay {
  padding: 0px;
}

/*下部のログインボタンフォーム*/
.loginfrm{
 text-align:left;
 padding:20px;
 background-color:#c0deed;
}

/*パスワード保護時のブログタイトルテキスト*/
.protecttitle{
 color:#333333
 background-color:#c0deed;
 border:1px dotted #333333;
 margin:10px auto;
 padding:5px;
}

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

/*パスワード入力フォーム*/
.vpassfrm{
 color:#333333;
}

/* サイドメニュー「プロフィール」パーツ全体 */
.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;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block; }/* for IE */

.clearfix { overflow: hidden; }
