/* レイアウト定義 */
/*標準構成要素*/
*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
}

#header{
	font-size:14px;
	color:#FFF;
	background-color:#C00;
}

#menu_header{
	background-color:#C00;
}
#menu{	/* menu(ヘッダ 部分、外枠) */
}
#menu_margin{		/* 文字部分、高さ固定用 */
		background-color:#FFFFFF;
}


#main{/* main(実質body) */
}
#mainmargin{	/* menu と main のかさなりを、ここの margin-top で調整している */
	background-color:#FFFFC4;					
}

/*カレンダー用*/
#calender table tr td{
	font-size:10px;
}
#calender a{
	font-size:10px;
}

.to_category a:hover{
	font-size:20px;
	font-weight:bold;
	color:#F00;
}

