@charset "euc-jp";
* {
	margin: 0px;
	padding: 0px;
}
.subHead{
	line-height: 1.5em;
	padding: 10px 9px 5px 9px;
	height: 1.5em;
	color: #ec0880;
	font-size: 18px;
}
a{
	line-height: 2em;
	padding: 0 9px;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
a:hover{
	background-color: #ececec;
	text-decoration: none;
}
ul{
	list-style: none;
}
body {
	padding-top:10px;
}
