#contents h1 {
	margin: 0px;
	font-size: 32px;
}
#contents h1 .sub {
	font-size: 24px;
}
#contents p {
	margin: 10px 0px 0px 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2em;
}
#contents p#link_top {
	font-size: 21px;
	font-weight: bold;
	margin: 40px 20px;
}
#contents li {
	width: 90%;
	list-style-type: none;
	border: 1px solid #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 1% 0% 1% 2%;
	padding: 2%;
	float: left;
}
#contents li a {
	display:block;
	color: black;
	width:100%;
}
#contents #link_left {
	float: left;
	width: 48%;
	margin-left: 1%;
}
#contents #link_right {
	float: right;
	width: 48%;
	margin-right: 2%;
}
li#togo-yawara {
	background-color: rgba(0, 100, 255, 0.1);
}
