@import url("base.css");


/*======================================================================
　タイトル
======================================================================*/
#main .subtitle {
	width:740px;
	color:#666666;
	font-weight:bold;
}



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

/* 写真 */
#main .list .photo {
	float:left;
	width:200px;
	border:1px solid #E6E6E6;
	background-color:#FFFFFF;
	padding:2px;
	margin-top:7px;
}

#main .list .info {
	float:right;
	width:490px;
}

#main .list .info .new_title {
	width:490px;
	color:#73BE1E;
	font-size:14px;
}

#main .list .info .date {
	width:490px;
	color:#666666;
	font-size:11px;
	font-family:Verdana;	
	*font-family:Verdana;	
	font-family/*\**/:Verdana\9;
	padding:7px 0px 2px;
}

#main .list .info .old_title {
	width:490px;
	color:#A9775D;
	font-size:14px;
}


/* リスト */
#main .list .box1 {
	width:710px;
	height:149px;
	padding:12px 15px 19px;
	background:url(../img/week/list_bg1.jpg) no-repeat left top;
}

#main .list .box2 {
	width:710px;
	height:149px;
	padding:12px 15px 19px;
	background:url(../img/week/list_bg2.jpg) no-repeat left top;
}

#main .list .box3 {
	width:710px;
	height:149px;
	padding:12px 15px 19px;
	background-color:#FDFBF6;
}

#main .list .box4 {
	width:710px;
	height:149px;
	padding:12px 15px 19px;
	background-color:#FDFBF6;
}

#main .list .box5 {
	width:710px;
	height:149px;
	padding:12px 15px 19px;
	background-color:#FDFBF6;
}


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

#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;
}


/* ボタン
-----------------------------------*/
a.bt_front {
	width:180px;
	height:41px;
	display:block;
	background:url(../img/week/bt_front.gif) no-repeat left top;
	margin:8px 0px 5px;
}
a.bt_front:hover {
	background-position:right top;
}

a.bt_back {
	width:180px;
	height:41px;
	display:block;
	background:url(../img/week/bt_back.gif) no-repeat left top;
}
a.bt_back:hover {
	background-position:right top;
}
