@charset "UTF-8";
/* CSS Document */


#siteSub2 .column {
  padding: 3px;
  margin-bottom: 15px;
  border: 1px dotted #666666;
}


/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    letter-spacing: 0.1em;
}
#calendar table {
    width:90%; /* for IE6 */
    font-size: 100%;
    text-align: center;
    border-collapse: collapse;
}
html > body #calendar table {
    width:100%;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 70%;
    width: 23px;
}
#calendar td {
    padding: 5px 0; /* for IE6 */
    line-height: 1.0;
}
html > body #calendar td {
    padding: 2px 0;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: #0000ff;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}
 
/* サイドメニュータイトル */
.sidetitle {
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:14px;
  color:#0066CC;
  text-align:center;
  width:220px;
  height:30px;
  margin:0px;
  background: url(../images/content-image.gif);
}

 
/* サイドメニュー */
.side {
  margin: 0px;
  line-height: 1.5;
  background: #CCCCCC;
  padding: 5px 0px 10px;
}
.side ul,
.side ol {
  padding:0px 5px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 10px;
}

.side ul li {
  margin-bottom:5px;
  list-style: none;
}
.side ul ul {
    list-style-type: none;
}
.side li li {
    list-style-type: none;
}
.side a{
  color:#006699;
  text-decoration: none;
}
.side a:hover{
  color:#999999;
  text-decoration: none;
}

 
/* サブカテゴリリスト */
#categories ul {
    padding-left: 16px;
}
#categories ul ul {
    padding-left: 10px;
}
#categories li {
    list-style-type: circle;
}

/*フィード*/
.feed{
  text-align:left;
  text-indent: 20px;
}
.feed li{
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:12px;
list-style:none;
}
.feed a{
  color: #000000;
  text-decoration: none;
}
.feed a:hover{
  color: #666666;
  text-decoration: none;
}

/*カテゴリ一覧*/
.side-category {
  margin: 0px;
  line-height: 1.5;
  background: #CCCCCC;
  padding: 5px 0px 10px 10px;
}

.side-category ul,
.side-category ol {
  padding:0px 5px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
}

.side-category ul li {
  margin-bottom:5px;
  list-style: none;
}
.side-category ul ul {
    list-style-type: none;
}
.side-category li li {
    list-style-type: none;
}
.side-category a{
  color:#006699;
  text-decoration: none;
}
.side-category a:hover{
  color:#999999;
  text-decoration: none;
}

.category-list{
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:12px;
  text-align:left;
  list-style: none;
  margin: 0px 0px 5px;
  padding: 5px;
  }
  
.category-list li{
  width:auto;
  list-style: none;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 10px;
  font-weight:normal;
  text-indent: 20px;
  margin: 0px;
  padding: 0px;
  }
  
.category-list ul a{
  color:#FF6699
}
.category-list ul a:hover{
  color: #999999;
}

/*プロフィール*/
#side-profile{
  margin:5px;
  width:200px;
  height:60px;
}
#profile-image{
  float: left;
  margin: 5px;
  height: 50px;
  width: 50px;
  }
#profile-text{
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:10px;
  float: right;
  width:130px;
  height:50px;
  margin-top:5px;
  margin-bottom:5px;
  margin-right:5px;
  }
  
.link-text{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
text-align:right;
}