@charset "utf-8";

*{
  padding:0;margin:0;
  font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
  color: #666666;
  font-size: 14px;
}

body{
  text-align:center;
  background:url(http://blog-imgs-11.fc2.com/y/o/u/youtubeanimesoku/fc2-3back.gif) #eeeeee center repeat-y;;
}

img{
  border:none;}

a{
  color:#95b9d9;
  text-decoration:none;}

a:hover{
  text-decoration:underline;}

address{
  font-style:normal;
  text-decoration:none;}

#container{
  width:780px;
  margin:0 auto;
  margin-top:20px;
  text-align:left;}

h1,h1 a{
  font-size:24px;
  font-weight:bold;
  margin-bottom:10px;
  color:#ffffff;
}

h2{
  margin-bottom:10px;
  padding:5px 18px;
  border-bottom:1px solid #94b8d8;
  background:url(http://blog-imgs-11.fc2.com/y/o/u/youtubeanimesoku/fc2_1_2.gif) no-repeat 0 5px;
}

h2,h2 a{
  font-size:18px;}  

#header{
  margin-left:1px;
  background:#e9f0f7;}

#header-title{
  height:93px;
  padding:20px;
  width:540px;
  background:#94b8d8;}

#menu{
  float:right;
  width:196px;
  margin-top:20px;
}

#menu .box{
  padding:5px;
  margin-bottom:20px;
  line-height:1.6em;
}

#menu ul{
  list-style-position:outside;
  list-style:none;
}

#menu li{}

#menu h3{
  padding:5px;
  font-size:14px;
  background:#e9f0f7;
}

#main{
  float:left;
  margin-top:20px;
  margin-left:10px;
  width:560px;
}

#footer{
  clear:both;
  width:570px;
  margin-bottom:200px;
  margin-left:5px;
  text-align:center;
  line-height:2em;
  border-top:1px solid #cccccc;
}

#footer a{
  color:#666666;
}

.description{
  width:400px;
  color:#ffffff;
}

/* カレンダー設定 */

/* カレンダー枠テーブル */
table.calender {
  width: 150px;
  height: 110px;
}

/* ヘッダー（年、月） */
.calender caption {
  font-size: 12px;
  text-align: center; /* 文字中央寄せ */
  padding-top: 10px; 
}

/* 曜日セル */
.calender th {
  font-weight: normal;
  text-align: center;
}

/* 日付セル */
.calender td {
  text-align: center;
}

/* 日曜日の色 */
th#sun {
  color: #cc0000;
}

/* 土曜日の色 */
th#sat {
  color: #003366;
}

/* 記事・コメント・コメントバック */
#main h3{
  margin-bottom:10px;
  padding:5px 18px;
  font-size:14px;
  color:#94b8d8;
  border-bottom:1px solid #94b8d8;
background:url(http://blog-imgs-11.fc2.com/y/o/u/youtubeanimesoku/fc2_1_2.gif) no-repeat 0 5px;
}

h4{
  padding:0 10px;
  font-size:12px;
  font-weight:bold;
}

.entry,
.comment,
.trackback{
  padding:5px;
  margin-bottom:20px;
  border-bottom:1px solid #cccccc;
}

.comment-footer,
.trackback-footer{
  padding:10px;
  margin-bottom:10px;
  text-align:right;
  border-bottom:1px dashed #666666;
}

/* 記事部分クラス */
.entry-top{}
.entry-header{}
.entry-body{
  padding:0 10px;
  line-height:1.6em;
}
.entry-footer{padding:5px 10px;text-align:right;}
.entry-navi{padding-right:10px;text-align:right;}
.entry-bottom{}
.navi{margin-bottom:20px;text-align:center;}

/* コメント */
.comment-header{}
.comment-body{padding:5px 10px;}

/* トラックバック */
.trackback{}
.trackback-body{}

/* フォーム */

fieldset{
  padding-left:10px;
  border:none;
}
#main input{
  margin:2px 10px;
}
#main textarea{
  margin:2px 10px;
}