/*=====================================
最終修正日　2013.10.01
=====================================*/
/*=====================================
枠
=====================================*/

/* コンテンツ全体 */
#MainContWrapper {
	width: 910px;
	margin:auto;
	margin-bottom:20px;
	/* 2011.12.02 追加 */
	margin-top:10px;
}

/* コンテンツ左側 */
#ContLeft {
	width:570px;
	float:left;
}

#ContLeft h2 {
	margin:0;
	padding:0;
	padding-bottom:20px;
}

/* コンテンツ右側 */
#ContRight {
	width: 300px;
	float: right;
	text-align:center;
}

/*=====================================
リスト
=====================================*/
#UpListWrapper {
	width:550px;
	clear:both;
	margin:auto;
	margin-bottom:20px;
	margin-top:10px;
}

#UpListWrapper table{
	width:550px;
}

#UpListWrapper table td{
padding-top:5px;
padding-bottom:5px;
padding-left:0px;
padding-right:0px;
border-bottom:1px dotted #FFC8C9;
}

#UpListWrapper td.UpListDay{
width:70px;
color:#FF2C69;
font-size:12px;
text-align:left;
font-weight:bold;
}

#UpListWrapper td.UpListCa{
color:#ff789a;
font-size:10px;
text-align:left;
font-weight:bold;
width:60px;
}

#UpListWrapper td.UpListData span{
color:#97515f;
font-size:11px;
}

#UpListWrapper td.UpListData span a{
color:#97515f;
font-size:11px;
}

#UpListWrapper td.UpListData strong{
color:#B20E40;
font-size:12px;
text-align:left;
}

#UpListWrapper td.UpListData strong a{
color:#B20E40;
font-size:12px;
text-align:left;
}