
body {
	color: #666666;
}

p {
	margin: 0;
	padding: 0;
	border: none;
	background: none transparent;

	text-align: left;
	text-indent: 1em;
}

p.n {
	margin-top: 1em;
	text-indent: 1em;
}

/* レイアウト */
div#coll {
	width: 10em;
	float: left;
}

div#colr {
	margin-left: 10em;
    padding-left: 16px;
}

/* ボード */

div.boardpin {
	text-align: center;
}

div.boardframe {
	margin-bottom: 16px;
	padding: 1px;
	background: none #90FFA0;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
}

div.boardframe div.title {
	text-align: center;
	font: bold 75%/150% sans-serif;
    white-space: nowrap;
}

div.boardframe div.cont {
	padding: 8px;
	border-top: solid 1px #A0A0A0;
	border-left: solid 1px #A0A0A0;
	background: none #FFFFFF;

	font: normal 75%/150% sans-serif;
}

div.boardframe p {
	text-indent: 0;
}

/* ボディ */

div.bodyframe {
	margin-bottom: 16px;
	padding: 2px;
	background: none #90FFA0;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
}

div.bodyframe h1 {
	margin: 0;
	padding: 2px;

	text-align: center;
	font: bold 150% cursive;
	white-space: nowrap;
}

div.bodyframe div.cont {
	padding: 16px;
	border-top: solid 1px #A0A0A0;
	border-left: solid 1px #A0A0A0;
	background: none #FFFFFF;
}

div.bodyframe div.paragraph {
	margin-bottom: 1em;
}

div.bodyframe h2 {
	margin: 0 0 1em;
	padding: 0 0.5em;
	border-right: solid 1em #90FFA0;
	border-left: solid 1em #90FFA0;
	background: none #CCFFDD;

	font: bold 120% cursive;
	white-space: nowrap;
}

div.bodyframe h3 {
	margin: 0 0 1em;
	padding: 0 0.5em;
	border-bottom: solid 1px #90FFA0;
	border-left: solid 1em #66FF80;

	font: bold 100% cursive;
	white-space: nowrap;
}
