@charset "UTF-8";

body {
	background-color: #FFFFFF;
	background-image: none;
	color: #333;
	line-height: 1.6;
	text-align: left;
}

#contents h1 {
	margin:5px 20px 10px;
	padding-bottom:5px;
	border-bottom: solid 1px #CCC;
	font-weight:bold;
	line-height: 1.0;
}

#contents img {
	margin-bottom:20px;
}

#contents p {
	padding:0 20px 10px;
}

#contents a {
	color: #2295CE;
	text-decoration: underline;
	outline: none;
}

#contents a:hover {
	background-color: #2295CE;
	color: #FFFFFF;
	text-decoration: none;
}