a {
	color:#060 !important;
}
a:link {
	color:#060 !important;
}
a:visited {
	color:#060 !important;
}
a:hover {
	color:#696 !important;
}
a:active {
	color:#696 !important;
}


#wrapper {
	width: 600px;
}

	#contents {
		line-height: 1.75em;
	}
		#contents h1 {
			float: left;
			width: 344px;
			margin: 50px 0;
		}
		#contents h2 {
			margin-bottom: 0.5em;
			font-size: 16px;
			font-weight: bold;
			line-height: 1.5em;
		}
		#contents h2.case {
			margin: 1em 0;
			color: #008000;
		}
		#contents h3 {
			margin-bottom: 0.5em;
			padding-left: 30px;
			font-weight: bold;
			line-height: 1.75em;
		}
		#contents p {
			margin-bottom: 2em;
			padding-left: 30px;
			line-height: 1.75em;
		}
		#contents p.end {
			margin-bottom: 0 !important;
		}
		#contents ul li {
			list-style-type: disc;
			margin-left: 4em;
			line-height: 1.75em;
		}
		/*#contents ol {
			margin-bottom: 3em;
		}*/
		
	.hr {
		width: 580px;
		margin: 20px auto;
	}
	
	.change {
		float: right;
		margin-top: 50px;
		width: 210px;
		cursor: pointer;
	}
	
	.cap {
		font-size: 12px;
		line-height: 1.5em;
		margin: 0 !important;
		color: #808080;
	}
	
	#resolutionWrapper {
	}
		#resolutionWrapper div {
			text-align: center;
			margin: 30px 0;
		}
		
		#resolution {
			font-size: 36px;
			font-weight: bold;
			padding: 20px 0;
		}
		
		#resolution .unit {
			font-size: 24px;
		}