/* 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/suzuki/screen.css);
/* end StyleCatcher imports */


/* ---------------------本文設定ここから--------------------- */


/* ［１］本文の全体の文字設定（色222／サイズ16ピクセル） */  
body {
	font-family: "trebuchet ms", arial, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;	
	color: #222;
	font-size: 16px;
}



/* ［２］本文の記事見出しタイトル設定（色222／サイズ18ピクセル／太字） */ 
.asset-name,
.asset-name a,
.archive-title {
	color: #222;
	font-size: 18px;
	font-weight: bold;
}

/* ---------------------本文設定ここまで--------------------- */





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


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


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


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


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

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



/* ---------------横（グローバル）メニュー設定ここから---------- */


/* ［１］横メニュー内リンクの文字の設定 （色FFF／サイズ11pt）縦ラインの区切り線*/  
#main-menu li{
	color: #FFF;
	font-size:11pt;
}


/* ［１］横横メニュー内リンクの文字の設定 （色FFF／アンダーライン無し）*/  
#main-menu li a{
	color: #FFF;
	text-decoration: none;
}


/* ［１］横横メニュー内リンクの文字の設定 （色222／アンダーライン有り）*/  
#main-menu li a:hover{
	color: #222;
	text-decoration: underline;
}


/* ---------------横（グローバル）メニュー設定ここまで---------- */


