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

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

body{
	overflow-x:hidden;
	font-size:14px;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:FFF;
}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

.clear{
	clear:left;
}


/*------------------------------------------------------------
	カレンダー
------------------------------------------------------------*/
#calendar{
	clear:left;
	margin:0 auto;
	width:250px;
}

#calendar h1{
	margin-top:10px;
	padding:10px 0;
	text-align:center;
	font-size:15px;
	font-family:serif;
	color:#FFF;
	background:#936;
}

#calendar h2{
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
	font-weight:normal;
}

#calendar h2 span{
	color:#C03;
}
