body {
	font-family: Palatino, Georgia, serif;
	line-height: 22px;
}

body h1 {
	line-height: 36px;
	font-size: 28px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-rendering: optimizeLegibility;
	/*font-family: Georgia, "Microsoft YaHei","Meiryo",serif;*/
}

.site {
	width: 666px;
	margin: auto;
}

.site > ol {
	list-style-type: none;
	padding-left: 0px;
}

.site .main_content {
	margin-bottom: 60px;
}

body .site em.date {
	color: gray;
	font-family: monospace;
}

.site .comments {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.site .watchout {
	margin-top: 40px;
	color: gray;
}

a:hover {
	color: #005580;
	text-decoration: underline;
}

a {
	color: #08c;
	text-decoration: none;
}

code {
	font-size: 15px;
}

body .gist .gist-file table {
	font-size: 80%;
}

body .gist .gist-file .gist-meta {
	font-size: 80%;
}

