/* ==カスタマイズ向きテンプレート（黒ベース） ==*/

body {
    margin: 0px 0px 20px 0px;
    background-color:#444444;
    text-align: center;
    color: #000000;
  background-image: url(http://img.ap.teacup.com/common/img/user/631-a/bg.gif);
  background-repeat: repeat;
  background-position: left top;
  background-attachment:fixed;
}

* {
 word-break:break-all;
}
/* リンクの文字設定 */
a:link {color:#000080; text-decoration:underline;}/*まだアクセスしたことのないリンク*/
a:visited {color:#000080; text-decoration:underline;}/*既にアクセスしたことのあるリンク*/
a:hover {color:#99cc00; text-decoration:none;}/* マウスが上に乗っている状態のリンク*/
a:active {color:#99cc00; text-decoration:none;}/*選択されている状態のリンク*/

h1, h2, h3, div, form {
    margin: 0px;
    padding: 0px;
}

.clear {
clear:both;
}

#container {
    text-align: left;
    background-color:#FFFFFF;
    width: 900px;/*全体の横幅*/
    line-height: 140%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    clear:both;
}

#banner {
    font-family: Verdana,Arial,sans-serif;
    text-align: left;
    width: 900px;/*全体の横幅*/
    min-height: 100px;/*ヘッダーの高さ*/
    height: auto !important;
    height: 100px;/*ヘッダーの高さ*/
    margin: 0;
    padding: 0;
    background-color: #ff0000;/*ヘッダーの背景色*/
}

#banner #indexBanner{
    padding: 30px 15px 10px 15px;
}

#banner a {
    color: #fffff0;
    text-decoration: none;
}

#banner h1 { 
    font-size: large;
    font-weight: bold;
    color: #fffff0;
}

#banner h3 {
    font-size: small;
    font-weight: normal;
    color: #fffff0;
}

/* ===== トップ自由項目 ===== */
#topfree {
  color: #fffff0;
  font-size: small;
  padding: 10px 12px 10px 12px;
  background-color:#eaf2e7;/*サブタイトルの背景*/
}

/* ===== レイアウト ===== */

#left {
    background-color: #FFFFFF;
    /*border-right:1px solid #EEE;カラム区切り線の太さ、ﾀｲﾌﾟ、色*/
    float:left;
    overflow:hidden;
    margin-right:15px;
    padding:0 15px;
    width:220px;
    text-align:center;
}

#center {
    background-color: #FFFFFF;

    padding: 0px 15px 5px 14px;
}

#right {
    overflow: hidden;
    float: left;
    width: 0px;
    display: none;
}

#footer {
    clear:both;
    margin:0 auto;
    width:900px;
    background-color: #ff0000;/*フッターの背景色*/
    padding:20px 0 0;
}

/* ===== 左側の設定 ===== */

.sidebar {
    padding: 0px;
    overflow: hidden;
    z-index: 1;
}

.sidebar h2 {
    font-weight: bold;
    font-size: small;
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    letter-spacing: 0.3em;
    text-align: left;
    vertical-align: middle;
    text-transform: capitalize;
    height:25px;
    margin:10px 0;
    background-color:#EEEEEE;
    padding:0 0 0 5px;
    /*background: url("") no-repeat scroll 0 50% transparent;*/
}

.sidebar h3 {
    font-weight: bold;
    font-size: small;
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    letter-spacing: 0.3em;
    text-align: left;
    text-transform: capitalize;
    margin:10px 0;
    background-color:#EEEEEE;
    padding:0 0 0 5px;
    /*background: url("") no-repeat scroll 0 50% transparent;*/
}

.sidebar ul {
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.sidebar li {
    font-size: x-small;
    font-family: Verdana,Arial,sans-serif;
    line-height: 150%;
    list-style-type: none;
    text-align: left;
    margin-top: 5px;
}

.sidebar hr {
    color: #000000;
}

.sidebar img {
    vertical-align: middle;
}

.sidebar span {
}

.sidebar .banner {
    padding-top: 10px;
    float: left;
}


/* ===== 右側の設定 ===== */

.sidefreebody{
 text-align: left;
 font-size: x-small;
 padding-right: 15px;
 padding-left: 0px;
 margin-bottom: 30px;
}

.rightsidebar {
    padding: 15px 0;
    overflow: hidden;
    z-index: 1;
}

.rightsidebar h2 {
    font-weight: bold;
    font-size: small;
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    letter-spacing: 0.3em;
    text-align: left;
    vertical-align: middle;
    text-transform: capitalize;
    height:25px;
    margin:10px 0;
    background-color:#EEEEEE;
    padding:0 0 0 5px;
    /*background: url("") no-repeat scroll 0 50% transparent;*/
}

.rightsidebar h3 {
    font-weight: bold;
    font-size: small;
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    letter-spacing: 0.3em;
    text-align: left;
    text-transform: capitalize;
    margin:10px 0;
    background-color:#EEEEEE;
    padding:0 0 0 5px;
    /*background: url("") no-repeat scroll 0 50% transparent;*/
}

.rightsidebar ul {
    padding-left: 20px;
    margin: 0px;
    margin-bottom: 30px;
}

.rightsidebar li {
    font-size: x-small;
    font-family: Verdana,Arial,sans-serif;
    line-height: 150%;
    list-style-type: none;
    text-align: left;
    margin-top: 5px;
}

.rightsidebar hr {
    color: #000000;
}

.rightsidebar img {
    vertical-align: middle;
}

.rightsidebar span {
}

.rightsidebar .banner {
    padding-top: 10px;
    float: left;
}

#left .banner {
    padding-top: 10px;
    float: left;
}

#right .banner {
    padding-top: 10px;
    float: left;
}

/* ===== ブログ記事部分の指定 ===== */

.content {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: small;
    z-index: 2;
}

.content blockquote {
    line-height: 150%;
}

.content li {
    line-height: 150%;
}

.content h2 {
    font-weight: bold;
    font-size: medium;
    margin-bottom: 0px;
    padding: 0px;
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    text-align: left
}

.content h3 {
    font-weight: normal;
    font-size: x-small;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    text-align: left;
}

.content .text{
    color: #000000;
}

/* ===== ブログ記事部分の指定 ===== */

.content .p ,
.content .commentBody  {
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    font-size: large;
    font-weight: normal;
    line-height: 140%;
    text-align: left;
    margin-top: 3px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.entryname {
    border-top:5px solid #EEEEEE;
    text-align: right;
		font-size: x-small;
}

.content .commentBody{
    padding-bottom:14px;
    margin-bottom: 36px;
}

/* 記事タイトルのリンクの文字設定 */
.content_title a:link {color:#000000; text-decoration:none;}/*まだアクセスしたことのないリンク*/
.content_title a:visited {color:#000000; text-decoration:none;}/*既にアクセスしたことのあるリンク*/
.content_title a:hover {color:#000000; text-decoration:underline;}/* マウスが上に乗っている状態のリンク*/
.content_title a:active {color:#000000; text-decoration:none;}/*選択されている状態のリンク*/

.content .content_title {
    color: #000000;
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    font-size:130%;
    text-align: left;
    font-weight: bold;
    margin:10px 0 0 0;
    padding:5px 0 5px 10px;
    border-left:5px solid #b4d2ee;
    border-bottom:1px dotted #666666;
}

.content .title2 {
 color: #000000;
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    font-size: small;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
}

.content .menu {
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    text-align: right;
    margin-bottom: 30px;
    line-height: normal;
    padding:5px 0px;
}

.content .menu2 {
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    text-align: right;
    margin-bottom: 0px;
    line-height: normal;
    padding: 5px;
}

.content .menuRight {
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    text-align: right;
    margin-bottom: 50px;
    line-height: normal;
    padding: 2px;
}

.content .category {
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    text-align: left;
    margin-bottom: 0px;
    line-height: normal;
}

.content hr.series400 {
    height: 0px;
    border: 0px;
    display:none;
}

.content .text {
    font-weight: normal;
    font-size: small;
    color: #000000;
    line-height: 150%;
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    text-align: left;
    margin-bottom: 0px;
}

.content .form textarea{
    margin-bottom:5px;
}

.content .TBMagin {
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    font-size: small;
    font-weight: normal;
    line-height: 150%;
    text-align: left;
    margin-top: 3px;
    padding-bottom:14px;
    margin-bottom: 36px;
}

#maintmenu {
    font-family: Verdana,Arial,sans-serif;
    height: 258px;
    text-align: left;
}

#maintcommentmenu {
    font-family: Verdana,Arial,sans-serif;
    height: 50px;
    text-align: left;
}

/* ===== リンクページの指定 ===== */
.linkbox {
    border-bottom: 1px dotted #333;
    margin-bottom:10px;
    padding: 5px 0px;
}

/* ===== カレンダーの指定 ===== */

#calendar {
 color: #000000;
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    margin-bottom: 15px;
    text-align: left;
}

#calendar table {
    border-collapse: collapse;
    width: 100%;
    margin-left: 0px;
}

#calendar .caption {
    color: #000000;
    font-size: x-small;
    text-align: center;
    margin-left: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

#calendar th {
    color: #333333;
    text-align: center;
    font-style: normal;
    font-weight: normal;
}

#calendar td {
    text-align: center;
}

#calendar .sun {
    color: #FF0000;/*日曜日の文字色*/
}
#calendar td .sun {
    color: #000000;/*日曜日の文字色*/
}

#calender .calNormal{
    letter-spacing: 0px;
    font-size: 60%;
}

.photo {
    margin-bottom: 20px; 
    text-align: center;
}

.link-note {
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small; 
    text-align: left
    line-height: 150%; 
    padding-top: 2px; 
    padding-right: 2px; 
    padding-left: 2px; 
    margin-bottom: 15px; 
    padding-bottom: 2px; 
}

#powered {
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    line-height: 150%;
    text-align: left;
    color: #000000;
    margin-top: 50px;
}

#comment-data {
    border-right: #bbb 1px solid; 
    padding-right: 15px; 
    float: left; 
    width: 180px; 
    margin-right: 15px; 
    text-align: left
}


.rss {
    float: right;
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 20px;
}

.form {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* commentTitle */
.form h1{
    color: #000000;
    font-size: small;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    height: 40px;
    padding: 25px 70px 0px 0px;
    margin: 0px;
    margin-bottom: 0px;

}

.form .cntl {
    margin-top: 0.8em;
}

.form .text1 {
    font-size: small;
    text-align: left;
}

/*.form .text2 {
    font-size: xx-small;
    margin-bottom: 25px;
    color: #;
    line-height: normal;
    font-style: normal;
    text-align: left;
    font-weight: normal;
}*/

.form input,textarea {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.form textarea{
    width: 80%;
}

.form img {
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}


/* ---sideBarIndiviSpec---

#profile h2 {
    height:30px;
    padding:10px 0 0 45px;
}

#counter h2 {
    height:23px;
    padding:2px 0 0 35px;
}

#rssin02 h2 {
    height:25px;
    padding:5px 0 0 35px;
}

#rssin01 h2 {
    height:29px;
    padding:5px 0 0 35px;
}

#bookmark h2 {
    height:30px;
    padding:8px 0 0 35px;
}

#category h2 {
    height:30px;
    padding:7px 0 0 35px;
}

#recententry h2 {
    height:25px;
    padding:10px 0 0 35px;
}

#archive h2 {
    height:27px;
    padding:7px 0 0 35px;
}

#search h2 {
    height:28px;
    padding:7px 0 0 70px;
}

#calendarArea h2 {
    height:27px;
    padding:7px 0 0 40px;
}
*/

/* Tips */
.position{
    align: left;
}

.clearBoth{
 clear: both;
}
.clearRight{
 clear: right;
}
.clearLeft{
 clear: left;
}
/* サイドメニューRSS出力用アイコン */
.rssout {
  margin: 5px 0px 0px 18px;
  padding-left: 0.5em;
}

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

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

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

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

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

/* トラックバック解説文 */
.tbhelp {
  margin: 0px;
  padding: 20px 5px;
  font-size: x-small;
  width: 95%;
  line-height: normal;
}

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

