/* CSS Document */
* {
	line-height:150%;
	word-break: break-all;
}

img {
	border:none;
	-ms-interpolation-mode: bicubic;
} 
p.cl {
	clear:both;
}
p {
	line-height:150%;
}
.red {
	color:#C04E41;
	font-size:112%;
}
.red2 {
	color:#FF0000;
}
.blue {
	color:#0000A0;
}
.big  {
	font-size:125%;
}
.bigt  {
	font-size:125%;
	background:#FF8040;
	height:40px;
	width:700px;
	color:#fff;
	padding:5px;
}
.small  {
	font-size:85%;
}
.kakoi {
	padding:5px;
	border:1px solid #FF8040;
}

.clearFix {
	zoom:100%;
}
img.photo {
	float:left;
	padding-right:10px;
}
img.photo2 {
	float:right;
	padding-left:10px;
}

.cl {
	clear:both;
}

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

.textRight {
	text-align:right;
}

.textCenter {
	text-align:center;
}

.textLeft {
	text-align:left;
}

