@charset "utf-8";

/* サイド用 
---------------------------------------------*/

#side {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #eadcd4;
}

#side h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #660000;
	text-decoration: none;
	padding: 25px;
	background-color: #eadcd4;
	font-style: normal;
}

#side p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	font-style: normal;
	color: #5e4f41;
	background-color: #eadcd4;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #5e4f41;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 160px;
	left: 20px;
	border-width: 1px;
}

#sideitem {
	margin: 5px;
}

.rules {
	border-bottom: 1px dotted #666666;
	padding-bottom: 20px;
	padding-left: 0px;
}
#side p span {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	font-size: 16px;
}
