@charset "utf-8";
.introduction {
	font-size:25px;
	font-weight:bold;
	color:#FFF;
	width:100%;
	background-color:#70C8F0;
}

.introduction a{
	text-decoration:underline;
	font-size:18px;
	color:#FFF;
	font-weight:normal;
}

.introduction a:hover{
	text-decoration:none;
}

.introduction .box{
	text-align:center;
	background-image:url(../image/head_bg_home.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:30px;
}

#BODY .box{
	background-image:url(../image/body_bg_home.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:30px;
}

.thumbBoxes{
	width:880px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.thumbBox{
	float:left;
	width:50%;
	text-align:center;
}

.thumbBox span{
	color:#00A6CC;
	display:block;
	font-size:26px;
}

.textBox{
	width:45%;
	text-align:left;
	padding-left:40px;
	padding-top:30px;
	line-height:18px;
}

.textBox span{
	font-size:18px;
	padding-bottom:12px;
}
