@charset "utf-8";

#repolist a {
	text-decoration:none;
}

#repolist a:hover {
	text-decoration:underline;
}


/* ブロック配置 */
#outsidebox {
	text-align: center;
}

div#container {
	border: 1px solid #1a862d;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/* ブロック配置ここまで */

ul, ol, li {
	list-style:none;
}

div#contents {
	clear:left;
	width: 650px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom:20px;
}

h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}

h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:3px;
}

p.description {
	margin-bottom:10px;
}

ul#repolist {
	margin-top:15px;
}

#repolist li {
	margin-bottom:10px;
}

h4 {
	font-size:14px;
	font-weight:bold;
}

p.excerpt {
	font-weight: bold;
}

