@import url("base.css");


/*======================================================================
　日付情報
======================================================================*/
#main .date_info {
	width:740px;
	color:#666666;
}

#main .date_info .title {
	float:left;
	width:440px;
}

#main .date_info .title span {
	color:#0066CC;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana;
}

#main .date_info .date {
	float:right;
	width:300px;
	text-align:right;
}



/*======================================================================
　一覧
======================================================================*/
#main .list {
	width:740px;
	padding-top:10px;
}

#main .space {
	width:740px;
	height:70px;
}


/* タイトル
-----------------------------------*/
#main .list .title {
	width:710px;
	color:#FFFFFF;
	background-color:#0066CC;
	padding:10px 15px;
}

#main .list .title .name {
	float:left;
	width:610px;
}
#main .list .title .name a {
	color:#FFFFFF;
}
#main .list .title .name a:hover {
	color:#FF9900;
}


#main .list .title .date {
	float:right;
	width:100px;
	font-family:Verdana;
	text-align:right;
}


/* インナー
-----------------------------------*/
#main .list .inner {
	width:710px;
	color:#666666;
	line-height:20px;
	margin:auto;
	padding-top:15px;
}

#main .list .inner .info {
	width:710px;
	color:#FF9900;
	font-weight:bold;
	padding-bottom:5px;
}

#main .list .inner .text {
	width:710px;
	padding-bottom:25px;
}


/* ボタン
-----------------------------------*/
a.bt_list {
	width:160px;
	height:40px;
	display:block;
	background:url(../img/event/bt_list.gif) no-repeat left top;
	margin:0px auto 20px;
}
a.bt_list:hover {
	background-position:right top;
}

a.bt_details {
	width:160px;
	height:41px;
	display:block;
	background:url(../img/event/bt_details.gif) no-repeat left top;
	margin:15px 0px 25px;
}
a.bt_details:hover {
	background-position:right top;
}

#main .list .back {
	width:710px;
	padding-top:20px;
	text-align:center;
}