@import"../css/common.css";

/* contents
------------------------------------ */

#contents {
	width: 590px;
	}
	#contents h3 {
	border-bottom: 2px solid #d9d9d9;
	}
	#contents p.introduction {
	width: 590px;
	margin-top: 10px;
	padding: 166px 0 4px 0;
	background: #3d3d3d url(img/contentsImg.jpg) left top no-repeat;
	color: #fff;
	text-align: center;
	}

.eventList {
	width: 570px;
	margin: 10px 0 0 10px;
	padding: 40px 0 0 0;
	}
	.eventList p {
	padding: 5px 0 7px 20px;
	background: url(img/eventTitleBg.gif) left top repeat-y;
	color: #fff;
	font-size: 1.17em;
	font-weight: bold;
	}
	
#image1th { background: url(../birthday/img/image1th.jpg) left top no-repeat; }
#image2th { background: url(../birthday/img/image2th.jpg) left top no-repeat; }
#image3th { background: url(../birthday/img/image3th.jpg) left top no-repeat; }
#image4th { background: url(../birthday/img/image4th.jpg) left top no-repeat; }
#image5th { background: url(../birthday/img/image5th.jpg) left top no-repeat; }
#image6th { background: url(../birthday/img/image6th.jpg) left top no-repeat; }
#image7th { background: url(../birthday/img/image7th.jpg) left top no-repeat; }
#image8th { background: url(../birthday/img/image8th.jpg) left top no-repeat; }
#image9th { background: url(../birthday/img/image9th.jpg) left top no-repeat; }
#image10th { background: url(../birthday/img/image10th.jpg) left top no-repeat; }
#image11th { background: url(../birthday/img/image11th.jpg) left top no-repeat; }
#image12th { background: url(../birthday/img/image12th.jpg) left top no-repeat; }

.eventList table {
	border-collapse: collapse;
	}
	.eventList table th {
	padding: 10px 0;
	border: 1px solid #c6c6c6;
	line-height: 1em;
	text-align: center;
	color: #000;
	}
	.eventList table td {
	padding: 10px;
	border: 1px solid #c6c6c6;
	line-height: 1em;
	text-align: left;
	color: #000;
	}
	.eventList table td a { color: #03c; }
	.w { background-color: #fff; }
	.g { background-color: #f5f5f5; }
	.b { background-color: #e5edff; }
	.i { background-color: #d2dffb; }
	.y { background-color: #ffebd6; }
	.o { background-color: #fbdaba; }

