*{
	margin:0;
	padding:0;
	color: #4d4d4d;
	line-height:130%;
	text-decoration : none;
}
body{
	margin:10px;
	background-color:#ffffff;
	font-size:80%;
	text-align:center;
}
#head{

}
#contents{
	width:70%;
	align:center;
	border:1px solid #99ccff;
	text-align:left;
	margin-bottom:20px;
}
#foot{

}
p{
	font-weight: bold;
	font-size: 120%;
	margin:5px;
	margin-left:10px;
}
li.m{
 	border-top:1px dashed #99ccff;
	margin-left:10px;
	margin-right:10px;
	line-height:180%;
	list-style-type : none;
}
li a.m{
	line-height:180%;
	width: 100%;
	display : block;
}

li a:hover{
	color : #3366ff;
	text-decoration:underline;
}