@charset "utf-8";
/* ===================================================================

english site css

=================================================================== */
body {
	font-family: 'Tahoma','Arial','Meiryo';
	background: #fff;
	font-size: 84%;
	width: 100%;
	color: #535353;
	line-height: 1.6;
}



.mainImage {
	background-color: #ffffff;
	border-bottom: 1px solid #d7d7d7;
}

.mainImage p a {
	background: url(/en/img/mainImageButton.png) center top no-repeat;
}

.mainImage .inner {
	background: #ffffff url(/en/img/topimg_appbuilder.png) 0% 0% no-repeat;
}

.mainImage p {
	position: static;
}

.mainImage h2 {
	position: absolute;
	left: 132px;
	top: 230px;
}
.mainImage h2.iAB {
	position: absolute;
	left: 554px;
	top: 204px;
}
.mainImage h2.cc {
	position: absolute;
	left: 620px;
	top: 230px;
}
.mainImage h2 a {
	display: block;
	background: url(/common/img/button_appbuilder.png) center top no-repeat;
	width: 256px;
	height: 44px;
}
.mainImage h2.cc a {
	display: block;
	background: url(/common/img/mainImageButtonCC.png) center top no-repeat;
	width: 250px;
	height: 28px;
}
.mainImage h2.iPAB a {
	display: block;
	background: url(/common/img/btn_iPhoneAppBuilder.png) center top no-repeat;
	width: 250px;
	height: 28px;
}
.mainImage h2 a:hover {
	background-position: center bottom;
}
.mainImage h2 a span {
	position: absolute;
	left: -9999px;
	font-size: 0;
}

.sub li a,
.footer ul li a,
.sub .here a {
	background-position: left 7px;
}

#cc p a {
	color: #FFA200;
	text-decoration: underline;
}
