/* CSS Document */
.test ul{
	list-style:none;
	height:80px;
	width: 1000px;
	margin-left: 0px;
	padding-left: 0px;
}
.test li{
	float: left;
	width: 50%;
	height: 80px;
	text-align: center;
	overflow: hidden;
	line-height: 80px;
	font-size: 24px;
	background-color: #FDC3E7;
	margin-left: 0px;
}
.Data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-decoration: underline;
	background-color: #FF9;
	margin-top: 5px;
	font-style: italic;
	width: 200px;
}
.Text {
	font-family: "MS PGothic";
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #09F;
	margin-right: 10px;
}

.test a:link{
	color:#FFF;
	text-decoration:none;
	display:block
}

.test a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	display:block;
	background-color: #FD99D7;
}
.xinntyaku {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: inset;
	border-bottom-color: #999;
}
.C1 {
	background-color: #FCF;
}
.C2 {
	background-color: #CFF;
}
.C3 {
	background-color: #99F;
}
