#SideAc *, #SideAc *:before, #SideAc *:after {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#SideAc table {
	margin-right: auto;
	margin-left: auto;
}
#SideAc table td {
	text-align: center;
	color: #000000;
}
/*/-----01-----/*/
#SideAc {
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	color: #281d22;
}
#SideAc ul.menu li::before {
	content: url("yajirusi.jpg");
	display: block;
	float: left;
	height: 2em;
}
#SideAc h2 {
	color: #000066;
	background-color: #FFEBD6;
	background-color: transparent;
	background-image: url("h2bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	line-height: 3em;
	height: 3em;
	text-align: center;
	text-indent: 0px;
	padding: auto;
	margin: auto;
	width: 100%;
}
#SideAc h3 {
	color: #000066;
	background-color: #ffffff;
	background-image: url("h3bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border:none;
	text-align: center;
	text-indent: 0px;
	padding: auto;
	margin: auto;
}
#SideAc p {
	background-color: #F5FAF9;
	border: 1px solid #67A4E3;
	border-radius: 5px;
	color: #000000;
	margin: 24px auto;
	padding: 12px;
	overflow: hidden;
	width: 88%;
}