@charset "utf-8";

ul, ol, li {
	list-style:none;
}

/* ブロック配置 */
#outsidebox {
	text-align: center;
}

div#container {
	border: 1px solid #1a862d;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

div#contents {
	width:600px;
	margin: 20px auto;
	clear: left;
}
/* ブロック配置ここまで */

h2 { font-size:20px; font-weight:bold; }

h3 { font-size:14px; font-weight:bold; }

div.category, div.link {
	clear:both;
}

#linkwrap {
	margin-top: 20px;
}

div.category {
	margin-bottom:10px;
}

dl.link {
	margin-bottom:1px;
	clear:both;
	border:solid 1px #006600;
}

div.link:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

dt {
	float:left;
	width:170px;
	padding:5px;
}

dd {
	margin-left:180px;
	width:400px;
	padding:5px;
	border-left:solid 1px #006600;
}

