/* CMS用 */
#contents{
	padding: 10px;
}
#contents table{
	background-color: #999999;
	border-spacing: 1px;
	margin-left: 8px;
}
#contents table th{
	background-color: #f4d1b2;
	padding: 6px;
	text-align: left;
}
#contents table td{
	background-color: #ffffff;
	padding: 6px;
}
#contents table.noline{
	background-color: #ffffff;
	border-spacing: 1px;
	margin-left: 8px;
}
#contents table.noline th,#contents table.noline td{
	background-color: #ffffff;
	padding: 6px;
}

#contents h2{
	font-size: 12pt;
	border-left: 8px solid #f77200;
	margin-top: 12px;
	margin-left: 6px;
	margin-bottom: 8px;
	padding-left: 8px;
}
#contents h3{
	font-size: 10pt;
	margin-top: 12px;
	margin-left: 6px;
	margin-bottom: 8px;
	padding-left: 8px;
	border-left: 8px solid #f77200;
	border-bottom: 1px solid #f77200;
}

#contents strong{
}
#contents p{
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
/*	line-height: 150%;*/
}

/* 汎用 */
.center{
	text-align: center;
}
.right{
	text-align: right;
}
a img{
	border-style: none;
}


