@charset "iso-2022-jp";

div#bbs {
	background-image:url(img/images.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:90px;
	margin-bottom:20px;
	}

div#bbs p#btn-toread {
	padding-left:434px;
	padding-top:21px;
	}
div#bbs p#btn-toread a {
	display:block;
	font-size:2px;
	text-indent:-9999px;
	background-image:url(img/images.jpg);
	background-repeat:no-repeat;
	background-position:0 -140px;
	width:220px;
	height:50px;
	}
div#bbs p#btn-toread a:hover {
	background-position:-230px -140px;
	}

div.sections {
	padding:0 46px;
	}
div.sections h2 {
	font-size:87.5%;
	color:#ff334e;
	text-align:center;
	margin-bottom:16px;
	}

div.sections ol {
	padding:0;
	margin:0 0 24px 24px;
	}
div.sections ol li {
	font-size:83%;
	line-height:1.5;
	padding-bottom:8px;
	}
div.sections p#doui {
	color:#b2b2e0;
	font-size:83%;
	line-height:1.5;
	font-weight:bolder;
	text-align:center;
	padding-bottom:15px;
	}
div.sections p#p-write {
	margin:0 80px 40px;
	}
div.sections p#p-write a {
	display:block;
	font-weight:bold;
	font-size:87.5%;
	line-height:1.25;
	text-align:center;
	background-color:#eac25e;
	color:#171725;
	padding:8px;
	}
div.sections p#p-write a:hover {
	background-color:#fff4d6;
	}

div.sections p#p-end {
	color:#d00f31;
	font-size:83%;
	line-height:1.5;
	text-align:center;
	background-color:#fff;
	padding:4px;
	margin:0 80px 10px;
	}