/*************************************************************
	全般
 *************************************************************/
* {
	margin:0;
	padding:0;
}
body {
	text-align:center; /*ieのセンタリング*/
}
#container {
	width:959px; /*本来は956px、ieでレイアウトが崩れる為3px増加して対応*/
	margin: 0 auto; /*firefoxのセンタリング*/
	text-align:left; /*左寄せ_ieのセンタリングによる対応*/
	color:#444444;
}
/* 画像に枠を付けない */
img {
	border-style:none;
}
/* リンクの付いた画像に枠を付けない */
a img {
	border-style:none;
}

/*************************************************************
	日付の設定
 *************************************************************/
#date_box_bg {
	background-repeat: no-repeat;
	background-image: url("http://www.wakuwakuten.com/image/leftnavi-today.gif");
}
#date_box {
	width:140px;
	height:40px;
	margin-top:10px;
}

/*************************************************************
	カレンダーの設定
 *************************************************************/
#calendar_box {
	width:140px;
	height:135px;
	background-color:#ffffff;
	text-align:right;
	margin-bottom:4px;
}
#calendar {}
#calendar * {
	text-align:center;
	font-size:10pt;
}
#calendar table {
	border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	width: 140px;
}
#calendar td {
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	font-family:"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS P Gothic", sans-serif ;
}
#calendar td.today {
	font-weight:bold;
	color:#ee77aa;
	background:#ffffff;
}
