@charset "UTF-8";

/*　印刷プレビュー時に適用されるスタイルシートです　*/

a {
	text-decoration: underline;
	color: #000;
}
body {
	margin: 0;
	padding: 10px 5%;
	font-size: 87%;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.8em 0 0.4em;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}
h3 {
	font-size: 120%;
}
strong {
	border-bottom: 1px solid #F00;
	font-weight: normal;
}
img {
	border: 0px;
}
p {
	margin: 0.5em 1em;
}
ul {
	margin: 0.5em 2em;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
dl {
	margin: 0.5em 0;
}
dd {
	margin: 0.2em 2em 0.8em;
}
hr {
	margin: 1em 0;
	height: 2px;
	border-top: 2px dotted #000;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
#trackbacks hr, #comments hr {
	display: none;
}
.posted {
	margin-left: 0;
	margin-right: 0;
	text-align: right;
}
.posted li {
	display: inline;
	margin-right: 1em;
	list-style-type: none;
}
#footer {
	font-size: 90%;
	line-height: 1.2em;
}
#sub1, #sub2, .comment-aisatu, fieldset, .topnavi, .contact {
	display: none;
}
