/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes-base/blog.css);
@import url(/mt/mt-static/themes/ailabo/screen.css);
@import url(http://www.ailabo.biz//cal/cal.css);
/* end StyleCatcher imports */


/* ---------------------縦メニュー設定ここから---------------- */


/* ［１］縦メニュータイトル文字設定（色222222／サイズ15ピクセル） */  
.widget .widget-header,
.widget .widget-header a {
	color: #FFFFFF;
	font-size: 15px;
} 


/* ［２］縦メニュータイトル文字設定（色FFFFFF／アンダーライン無し）リンクマウスオーバーの場合 */  
.widget .widget-header a:hover{
	color: #FFFFFF;
	text-decoration: none;
} 


/* ［３］縦メニュー内リンク文字設定 （色222222／サイズ15ピクセル／アンダーライン無し）*/  
.widget a,
.archive-widget .widget-list .item,
.widget-list-item{
	color: #222222;
	font-size: 13px;
	text-decoration: none;
} 


/* ［４］縦メニュー内リンク文字設定 （色666666／アンダーライン有り）リンクマウスオーバーの場合 */  
.widget a:hover{
	color: #38507C;
	text-decoration: ;
} 

/* ---------------------縦メニュー設定ここまで---------------- */