*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.midashi{
	font-weight: bold;
	color: #fff;
}
.list ul{
	margin: 10px;
}

.list ul li{
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border: 1px #00f solid;
	border-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddf));
	background: linear-gradient(#fff, #ddf);
	display:block;
	box-shadow:2px 2px 3px 2px #333399;
	-moz-box-shadow:2px 2px 3px 2px #333399;
	-webkit-box-shadow:2px 2px 3px 2px #333399;
}

.list ul li:first-child{
	border-radius: 8px 8px 0 0;
	background: #00f;
	display: block;
	height: 64px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	line-height: 64px;
	text-overflow: ellipsis;
}

.list ul li:last-child{
	border-radius: 0 0 8px 8px;
}

.list ul li a{
	color: #00f;
	display: block;
	height: 64px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 64px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:bold;
}

.list ul li a::after{
	content: url(arrow.png);
	float: right;
}