@charset "UTF-8";

/*------- pick_up_frame_week -------*/
.pick_up_frame_week {
	margin-bottom: 20px;
	background: #222222;
	border: 1px solid #666666;
	padding: 10px;
}

/*------- pick_up_frame_sun -------*/
.pick_up_frame_sun {
	margin-bottom: 20px;
	background: #221212;
	border: 1px solid #666666;
	padding: 10px;
}

/*------- pick_up_frame_sat -------*/
.pick_up_frame_sat {
	margin-bottom: 20px;
	background: #121222;
	border: 1px solid #666666;
	padding: 10px;
}



.pick_up_frame_week .float_left, 
.pick_up_frame_sun .float_left, 
.pick_up_frame_sat .float_left {
	float: left;
	width: 200px;
}

.pick_up_frame_week .float_right, 
.pick_up_frame_sun .float_right, 
.pick_up_frame_sat .float_right {
	float: right;
	width: 550px;
}



/*------- commentBox -------*/
p.commentBox {
}


/*------- daysBox -------*/
.daysBox {
	width: 200px;
	background: #000000;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #666666;
}

.daysBox a {
	color: #ffffff;
	text-decoration: none;
}
.daysBox a:visited {
	color: #ffffff;
	text-decoration: none;
}
.daysBox a:hover {
	color: #ff0000;
	text-decoration: underline;
}


.daysBox .date {
	padding-bottom: 7px;
	font-weight: bold;
}
.daysBox .date a {
	color: #ffff00;
}
.daysBox .date a:visited {
	color: #ffff00;
}
.daysBox .date a:hover {
	color: #ff0000;
	text-decoration: underline;
}


.daysBox table {
	border: 1px solid #555555;
	border-collapse: collapse;
	width: 100%;
}

.daysBox table th {
	text-align: left;
	padding: 0px 10px 0px 5px;
	border: 1px solid #555555;
	background: #222222;
	font-weight: normal;
	width: 55px;
}
.daysBox table td {
	border: 1px solid #555555;
	padding: 0px 10px 0px 10px;
}



/*------- h4 -------*/
h4.title {
	font-size: 1.1em;
	letter-spacing: 0;
	background: #000000;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}
h4.title a {
	text-decoration: none;
	color: #ff9900;
}
h4.title a:visited {
	text-decoration: none;
	color: #ff9900;
}
h4.title a:hover {
	text-decoration: underline;
	color: #ff0000;
}



p.pick_up_img_artist_name {
	color: #ffffff;
}
p.pick_up_img_artist_name a {
	color: #ffffff;
	text-decoration: none;
}
p.pick_up_img_artist_name a:visited {
	color: #ffffff;
	text-decoration: none;
}
p.pick_up_img_artist_name a:hover {
	color: #ff0000;
	text-decoration: underline;
}



