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

/*月指定メニューポップアップ*/
#menu ul {
	width:82px;
	padding:0px;
	list-style-type:none;
	margin: 0px;
}

#menu ul li {
	width:60px;
	position:relative;
	padding:0px;
}

#menu ul li a {
	width:60px;
	display:block;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu ul li a:hover {
	position:relative;
	z-index:100;
}

#menu ul li table {
	border-collapse:collapse;
	border:none;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#menu ul li ul {
	visibility:hidden;
	overflow:hidden;
	position:absolute;/*ポップアップ表示位置*/
	top:0;
	left:80px;
	height: auto;
	padding-left: 5px;
	padding-top: 0px;
}

#menu ul li ul li {
	padding: 0px;
}

#menu ul li ul li a {
	padding: 0px;
}
	
#menu ul li ul li a:hover {
	text-decoration:none;
	padding: 0px;
}
	
			
#menu ul li:hover ul,
#menu ul li a:hover ul {
	visibility:visible;
	overflow:visible;
	height:auto;
	z-index:10;
	width:60px;
}


/* ブログarchive */

#blog_archive {
	height: 92px;
	width: 82px;
	margin-top: 130px;
	border-style: none;
	color: #FFF;
	padding: 0px;
}
#blog_archive ul {
	padding: 0px;
	float: left;
	border-style: none;
	margin: 0px;
}
#blog_archive li {
	height: 12px;
	list-style-type: none;
	padding: 0px;
	border-style: none;
	display: inline;
}
#blog_archive li a{
	border-style: none;
	display: inline;
	text-decoration: none;
	border-style: none;
	color: #FFF;
}

/* ブログ月　画像指定 */

.bt1_sep {
	background-image: url(blog_images/month/9sep_red_d.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 59px;
	margin-bottom:7px;
	padding: 0px;
	float: left;
}
.bt2_oct {
	background-image: url(blog_images/month/10oct_d.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 42px;
	margin-bottom:7px;
	padding: 0px;
	float: left;
}
.bt3_nov {
	background-image: url(blog_images/month/11nov_d.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 55px;
	margin-bottom:7px;
	padding: 0px;
	float: left;
}
.bt4_dec {
	background-image: url(blog_images/month/12dec_red_d.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 55px;
	margin-bottom:7px;
	padding: 0px;
	float: left;
}
.bt1_sep a {
	text-indent: -2000px;
	display: block;
	height: 12px;
	width: 59px;
	margin-bottom:7px;
	padding: 0px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt2_oct a {
	text-indent: -2000px;
	display: block;
	height: 12px;
	width: 42px;
	margin-bottom:7px;
	padding: 0px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt3_nov a {
	text-indent: -2000px;
	display: block;
	height: 12px;
	width: 55px;
	margin-bottom:7px;
	padding: 0px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt4_dec a {
	text-indent: -2000px;
	display: block;
	height: 12px;
	width: 55px;
	margin-bottom:7px;
	padding: 0px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt1_sep a:hover {
	background-image: url(blog_images/month/9sep_red_o.gif);
	background-repeat: no-repeat;
}
.bt2_oct a:hover {
	background-image: url(blog_images/month/10oct_o.gif);
	background-repeat: no-repeat;
}
.bt3_nov a:hover {
	background-image: url(blog_images/month/11nov_o.gif);
	background-repeat: no-repeat;
}
.bt4_dec a:hover {
	background-image: url(blog_images/month/12dec_red_o.gif);
	background-repeat: no-repeat;
}



/* アーカイブ画像　設定 */
.archive_space {
	margin-bottom: 30px;
	margin-left: 30px;
}
/* 年画像　設定 */
.year_space {
	margin-bottom: 12px;
	margin-left: 55px;
}




/* ブログ日付 */

#blog_days {
	height: 74px;
	width: 84px;
	margin-top: 100px;
	border-style: none;
}
#year {
	height: 10px;
	width: 24px;
	margin-bottom: 7px;
}
#month {
	height: 13px;
	width: 60px;
	margin-bottom: 9px;
}
#blog_days ul {
	margin: 0px;
	padding: 0px;
	float: left;
	border-style: none;
}
#blog_days li {
	width: 10px;
	list-style-type: none;
	padding: 0px;
	border-style: none;
	display: inline;
}
#blog_days li a{
	border-style: none;
	display: inline;
	text-decoration: none;
	border-style: none;
}



/* ブログ日付　画像に対して右2px・下6px隙間 */
.days_space {
	margin-right: 2px;
	margin-bottom: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/* ブログ日付 画像指定 */
/* 書いてある日は"d"から"o"に変更 */


.bt1_days {
	background-image: url(blog_images/day/1_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt1_days_red {
	background-image: url(blog_images/day/1_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt2_days {
	background-image: url(blog_images/day/2_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt2_days_red {
	background-image: url(blog_images/day/2_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt3_days {
	background-image: url(blog_images/day/3_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt3_days_red {
	background-image: url(blog_images/day/3_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt4_days {
	background-image: url(blog_images/day/4_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt4_days_red {
	background-image: url(blog_images/day/4_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt5_days {
	background-image: url(blog_images/day/5_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt5_days_red {
	background-image: url(blog_images/day/5_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt6_days {
	background-image: url(blog_images/day/6_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt6_days_red {
	background-image: url(blog_images/day/6_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt7_days {
	background-image: url(blog_images/day/7_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt7_days_red {
	background-image: url(blog_images/day/7_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt8_days {
	background-image: url(blog_images/day/8_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt8_days_red {
	background-image: url(blog_images/day/8_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt9_days {
	background-image: url(blog_images/day/9_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt9_days_red {
	background-image: url(blog_images/day/9_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt10_days {
	background-image: url(blog_images/day/10_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt10_days_red {
	background-image: url(blog_images/day/10_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt11_days {
	background-image: url(blog_images/day/11_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt11_days_red {
	background-image: url(blog_images/day/11_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt12_days {
	background-image: url(blog_images/day/12_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt12_days_red {
	background-image: url(blog_images/day/12_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt13_days {
	background-image: url(blog_images/day/13_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt13_days_red {
	background-image: url(blog_images/day/13_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt14_days {
	background-image: url(blog_images/day/14_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt14_days_red {
	background-image: url(blog_images/day/14_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt15_days {
	background-image: url(blog_images/day/15_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt15_days_red {
	background-image: url(blog_images/day/15_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt16_days {
	background-image: url(blog_images/day/16_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt16_days_red {
	background-image: url(blog_images/day/16_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt17_days {
	background-image: url(blog_images/day/17_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt17_days_red {
	background-image: url(blog_images/day/17_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt18_days {
	background-image: url(blog_images/day/18_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt18_days_red {
	background-image: url(blog_images/day/18_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt19_days {
	background-image: url(blog_images/day/19_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt19_days_red {
	background-image: url(blog_images/day/19_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt20_days {
	background-image: url(blog_images/day/20_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt20_days_red {
	background-image: url(blog_images/day/20_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt21_days {
	background-image: url(blog_images/day/21_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt21_days_red {
	background-image: url(blog_images/day/21_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt22_days {
	background-image: url(blog_images/day/22_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt22_days_red {
	background-image: url(blog_images/day/22_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt23_days {
	background-image: url(blog_images/day/23_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt23_days_red {
	background-image: url(blog_images/day/23_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt24_days {
	background-image: url(blog_images/day/24_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt24_days_red {
	background-image: url(blog_images/day/24_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt25_days {
	background-image: url(blog_images/day/25_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt25_days_red {
	background-image: url(blog_images/day/25_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt26_days {
	background-image: url(blog_images/day/26_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt26_days_red {
	background-image: url(blog_images/day/26_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt27_days {
	background-image: url(blog_images/day/27_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt27_days_red {
	background-image: url(blog_images/day/27_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt28_days {
	background-image: url(blog_images/day/28_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt28_days_red {
	background-image: url(blog_images/day/28_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt29_days {
	background-image: url(blog_images/day/29_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt29_days_red {
	background-image: url(blog_images/day/29_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt30_days {
	background-image: url(blog_images/day/30_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt30_days_red {
	background-image: url(blog_images/day/30_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt31_days {
	background-image: url(blog_images/day/31_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}
.bt31_days_red {
	background-image: url(blog_images/day/31_red_d.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
}



#blog_days ul li a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
/*.bt1_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt2_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt3_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt4_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
	text-decoration: none;
	border-style: none;
}
.bt5_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt6_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt7_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt8_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt9_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt10_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt11_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt12_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt13_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt14_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt15_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt16_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt17_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt18_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt19_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt20_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt21_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt22_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt23_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt24_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt25_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt26_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt27_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt28_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt29_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt30_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt30_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}
.bt31_days a {
	text-indent: -2000px;
	display: block;
	height: 10px;
	width: 10px;
	margin-right:2px;
	margin-bottom:6px;
	float: left;
	text-decoration: none;
	border-style: none;
}*/







.bt1_days_red a:hover {
	background-image: url(blog_images/day/1_red_o.gif);
	background-repeat: no-repeat;
}
.bt2_days_red a:hover {
	background-image: url(blog_images/day/2_red_o.gif);
	background-repeat: no-repeat;
}
.bt3_days_red a:hover {
	background-image: url(blog_images/day/3_red_o.gif);
	background-repeat: no-repeat;
}
.bt4_days_red a:hover {
	background-image: url(blog_images/day/4_red_o.gif);
	background-repeat: no-repeat;
}
.bt5_days_red a:hover {
	background-image: url(blog_images/day/5_red_o.gif);
	background-repeat: no-repeat;
}
.bt6_days_red a:hover {
	background-image: url(blog_images/day/6_red_o.gif);
	background-repeat: no-repeat;
}
.bt7_days_red a:hover {
	background-image: url(blog_images/day/7_red_o.gif);
	background-repeat: no-repeat;
}
.bt8_days_red a:hover {
	background-image: url(blog_images/day/8_red_o.gif);
	background-repeat: no-repeat;
}
.bt9_days_red a:hover {
	background-image: url(blog_images/day/9_red_o.gif);
	background-repeat: no-repeat;
}
.bt10_days_red a:hover {
	background-image: url(blog_images/day/10_red_o.gif);
	background-repeat: no-repeat;
}
.bt11_days_red a:hover {
	background-image: url(blog_images/day/11_red_o.gif);
	background-repeat: no-repeat;
}
.bt12_days_red a:hover {
	background-image: url(blog_images/day/12_red_o.gif);
	background-repeat: no-repeat;
}
.bt13_days_red a:hover {
	background-image: url(blog_images/day/13_red_o.gif);
	background-repeat: no-repeat;
}
.bt14_days_red a:hover {
	background-image: url(blog_images/day/14_red_o.gif);
	background-repeat: no-repeat;
}
.bt15_days_red a:hover {
	background-image: url(blog_images/day/15_red_o.gif);
	background-repeat: no-repeat;
}
.bt16_days_red a:hover {
	background-image: url(blog_images/day/16_red_o.gif);
	background-repeat: no-repeat;
}
.bt17_days_red a:hover {
	background-image: url(blog_images/day/17_red_o.gif);
	background-repeat: no-repeat;
}
.bt18_days_red a:hover {
	background-image: url(blog_images/day/18_red_o.gif);
	background-repeat: no-repeat;
}
.bt19_days_red a:hover {
	background-image: url(blog_images/day/19_red_o.gif);
	background-repeat: no-repeat;
}
.bt20_days_red a:hover {
	background-image: url(blog_images/day/20_red_o.gif);
	background-repeat: no-repeat;
}
.bt21_days_red a:hover {
	background-image: url(blog_images/day/21_red_o.gif);
	background-repeat: no-repeat;
}
.bt22_days_red a:hover {
	background-image: url(blog_images/day/22_red_o.gif);
	background-repeat: no-repeat;
}
.bt23_days_red a:hover {
	background-image: url(blog_images/day/23_red_o.gif);
	background-repeat: no-repeat;
}
.bt24_days_red a:hover {
	background-image: url(blog_images/day/24_red_o.gif);
	background-repeat: no-repeat;
}
.bt25_days_red a:hover {
	background-image: url(blog_images/day/25_red_d.gif);
	background-repeat: no-repeat;
}
.bt26_days_red a:hover {
	background-image: url(blog_images/day/26_red_o.gif);
	background-repeat: no-repeat;
}
.bt27_days_red a:hover {
	background-image: url(blog_images/day/27_red_d.gif);
	background-repeat: no-repeat;
}
.bt28_days_red a:hover {
	background-image: url(blog_images/day/28_red_o.gif);
	background-repeat: no-repeat;
}
.bt29_days_red a:hover {
	background-image: url(blog_images/day/29_red_o.gif);
	background-repeat: no-repeat;
}
.bt30_days_red a:hover {
	background-image: url(blog_images/day/30_red_o.gif);
	background-repeat: no-repeat;
}
.bt31_days_red a:hover {
	background-image: url(blog_images/day/31_red_o.gif);
	background-repeat: no-repeat;
}
