@charset "utf-8";
/* CSS Document */

#global_header h2 {
	margin-bottom:20px;
}



/* contents
-----------------------------------*/
#contents ul {
	margin-bottom:60px;
	margin-right:-20px;
	overflow:hidden;
	zoom:1;
}

#contents ul li {
	float:left;
	width:280px;
	margin-right:20px;
	margin-bottom:20px;
	border:1px #5583d8 dotted;
	font-size:80%;
}

#contents ul li a {
	display:block;
	padding:10px;
}

#contents ul li a:hover {
	font-weight:bold;
}
