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

/* 全体レイアウト */
#blog_wrap {
	width:760px;
	margin:10px 30px 10px 30px;
}

#blog_left {
	float:left;
	width:170px;
}

#blog_left a {
	font-size:10px;
	line-height:14px;
	text-decoration:underline;
}

#blog_right {
	float:right;
	width:570px;
}

/* 共通 */
.linktext {
	font-size:10px;
}

#blog_wrap a:link { color:#FFFF99; }
#blog_wrap a:visited { color:#FFFF99; }
#blog_wrap a:hover { color:#FFFF00; }
#blog_wrap a:active { color:#FFFF00; }

#blog_right a img { border:#FFFF99 1px solid; }

/* カレンダー */

#blog_cal {
	background:#212121;
	border:#444444 1px solid;
	margin-bottom:16px;
}
#blog_cal .blog_left_title {
	background:#000000;
	padding:2px;
	margin-bottom:6px;
	text-align:center;
	font-weight:bold;
	color:#CCCCCC;
}

.calendar      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0pt auto 0px auto;
}

.cell       {
  color:#ffffff;
  font-size: 9px;
  font-family: Verdana;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color:#FFFF66;
  font-size: 9px;
  font-family: Verdana;
  background:#000000;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  background:#420002;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color:#6699FF;
  font-size: 9px;
  font-family: Verdana;
  background:#010031;
  margin: 0px;
  width: 15px;
  height: 15px
}

#blog_cal_body {
	text-align:center;
}

#blog_cal_move {
	width:168px;
	padding-bottom:6px;
	text-align:center;
	font-size:10px;
}

/* 最新エントリー */

#blog_newentry {
	background:#212121;
	border:#444444 1px solid;
	margin-bottom:16px;
}
#blog_newentry .blog_left_title {
	background:#000000;
	padding:2px;
	margin-bottom:6px;
	text-align:center;
	font-weight:bold;
	color:#CCCCCC;
}

#blog_newentry ul {
	width:150px;
	margin:0px 0px 10px 10px;
}

/* 最新コメント */

#blog_reccom {
	background:#212121;
	border:#444444 1px solid;
	margin-bottom:16px;
}
#blog_reccom .blog_left_title {
	background:#000000;
	padding:2px;
	margin-bottom:6px;
	text-align:center;
	font-weight:bold;
	color:#CCCCCC;
}

#blog_reccom ul {
	margin:0px 0px 10px 10px;
}

/* 最新コメント */

#blog_rectb {
	background:#212121;
	border:#444444 1px solid;
	margin-bottom:16px;
}
#blog_rectb .blog_left_title {
	background:#000000;
	padding:2px;
	margin-bottom:6px;
	text-align:center;
	font-weight:bold;
	color:#CCCCCC;
}

#blog_rectb ul {
	margin:0px 0px 10px 10px;
}

/* カテゴリー */

#blog_cate {
	background:#212121;
	border:#444444 1px solid;
	margin-bottom:16px;
}
#blog_cate .blog_left_title {
	background:#000000;
	padding:2px;
	margin-bottom:6px;
	text-align:center;
	font-weight:bold;
	color:#CCCCCC;
}

#blog_cate ul {
	margin:0px 0px 10px 10px;
}

/* アーカイブ */

#blog_arc {
	background:#212121;
	border:#444444 1px solid;
	margin-bottom:16px;
}
#blog_arc .blog_left_title {
	background:#000000;
	padding:2px;
	margin-bottom:6px;
	text-align:center;
	font-weight:bold;
	color:#CCCCCC;
}

#blog_arc ul {
	margin:0px 0px 10px 10px;
}

/* リンク */

#blog_link {
	background:#212121;
	border:#444444 1px solid;
	margin-bottom:16px;
}
#blog_link .blog_left_title {
	background:#000000;
	padding:2px;
	margin-bottom:6px;
	text-align:center;
	font-weight:bold;
	color:#CCCCCC;
}

#blog_link ul {
	margin:0px 0px 10px 10px;
}

/* 前後へ移動 */
#blog_back-next {
	width:570px;
	text-align:right;
}

/* その他 */

#blog_else {
	background:#212121;
	border:#444444 1px solid;
	margin-bottom:16px;
}
#blog_else .blog_left_title {
	background:#000000;
	padding:2px;
	margin-bottom:6px;
	text-align:center;
	font-weight:bold;
	color:#CCCCCC;
}

#blog_else ul {
	margin:0px 0px 10px 10px;
}


/* ログ */

.blog_articlebox {
	margin:2px 0px 18px 0px;
	padding:10px 16px;
	background-color:#121212;
	border-top:#333333 2px solid;
	border-bottom:#333333 2px solid;
}


.entry_date {
	font-size:10px;
	color:#999999;
}

.entry_title {
	font-size:18px!important;
	line-height:24px;
	padding:6px 0px 6px 6px;
	background:#090909;
	margin-bottom:6px;
}
.entry_title a {
	font-size:18px!important;
	line-height:24px;
}

.entry_subtitle {
	font-weight:bold;
	margin:24px 0px 6px 0px;
	padding-top:2px;
	color:#A9B9DA;
	border-top:#666666 1px dotted;
	border-bottom:#333333 1px dotted;
}

	/* フォーム */

	#c_name { background:#aaaaaa; width:200px; }
	#c_email { background:#aaaaaa; width:200px; }
	#c_url { background:#aaaaaa; width:200px; }
	#c_mes { background:#aaaaaa; width:530px; }


