.photoLeft {
	float: left;
	padding: 0px 20px 20px 0;
}

.photoRight {
	float: right;
	padding: 0px 0 20px 20px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.top10 {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}

.top40 {
	margin-top: 40px;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom40 {
	margin-bottom: 40px;
}

.bottomdot {
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #999;
	font-size: 12px;
}

.clear {
	clear: both;
}

.clear10 {
	clear: both;
	padding-bottom: 10px;
}

.clear20 {
	clear: both;
	padding-bottom: 20px;
}

.clear40 {
	clear: both;
	padding-bottom: 40px;
}

.center,
.textCenter {
	text-align: center;
}

.left,
.textLeft {
	text-align: left;
}

.right,
.textRight {
	text-align: right;
}

.textRight12 {
	font-size: 12px;
	text-align: right;
}

.textRed {
	color: #F00;
}

.normal12 {
	font-size: 12px;
}

.bold24 {
	margin-bottom: 10px;
	line-height: 120%;
	font-size: 24px;
	font-weight: bold;
}

.bold18 {
	font-size: 18px;
	font-weight: bold;
}

.bold18r {
	font-size: 18px;
	font-weight: bold;
	color: #E00;
}

.bold18g {
	font-size: 18px;
	font-weight: bold;
	color: #090;
}

.bold18b {
	font-size: 18px;
	font-weight: bold;
	color: #06F;
}

.boldRed {
	color: #F00;
	font-weight: bold;
}

.redRight {
	float: right;
	color: #F00;
}

.button {
	font-family: Meiryo,Osaka,Verdana,Arial,Helvetica,sans-serif;
	margin-top: 10px;
	padding: 5px 20px 3px;
}

.smallRight {
	float: right;
	font-size: 12px;
}

.bgA {
	background-color: #FF6;
}

.bgEEE {
	background-color: #EEE;
}

.listNone {
	list-style: none;
}

.indent20 {
	text-indent: 20px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}