@charset "utf-8";
@import url(../../../../stylesheets/shared/anchor.css);

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10pt;
	width: 480px;
	margin: 0 auto;
}

#iconbox {
	background: #ffffff url("icon.png") no-repeat left bottom;
}

#header {
	text-align: right;
	font-weight: bold;
}

#contents {
	min-height: 366px;
}

#footer {
	margin-left: 132px;
	padding-top: 2px;
	text-align: right;
	border-top: solid 1px #000000;
}

#contents h1 {
	color: #ff6666;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 12px;
	border-bottom: solid 1px #000000;
}

#contents h2 {
	color: #cc0000;
	font-size: 100%;
	font-weight: bold;
}

#contents p {
	margin: 8px 0;
}

#contents ol,
#contents ul {
	margin-left: 2em;
}

#contents * {
	line-height: 1.1em;
}

img {
	border-style: none;
}

.resultimg {
	text-align: right;
	margin: 12px 0;
}

