@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background:#c8e7e7 url(../images/bcg.png) right;
}

.sve {
	width:1080px;
	margin:0 auto;
	height:650px;
	margin-top:2px;
}

.menu {
	width:1080px;
	height:81px;
	float:left;
}
#pers {
	background:url(../images/bcg-personal-1.png) no-repeat 0 0;
}
#busi {
	background:url(../images/bcg-business-1.png) no-repeat 0 0;
}

#busi .link {
	margin-left:85px;
}

#pers .link {
	margin-left:350px;
}

.link {
	width:230px;
	height:30px;	
	margin-top:12px;
	float:left;
}

.link a {
	width:230px;
	height:30px;
}

.main {
	
	width:1080px;
	height:569px;
	float:left;
}

#personal {
	background:url(../images/bcg-personal-2.png) no-repeat 0 0;
}

#business {
	background:url(../images/bcg-business-2.png) no-repeat 0 0;
}

.explore {
	background:url(../images/explore2.png) no-repeat 0 0;
	float:left;
	width:389px;
	height:195px;
	position:relative;
}
.personal {
	background:url(../images/personal-use.png) no-repeat 0 0;
	width:302px;
	height:87px;
	margin-top:210px;
	}
	
.business {
	background:url(../images/business-use.png) no-repeat 0 0;
	width:302px;
	height:87px;
	margin-top:210px;
	}

.text {
	width:270px;
	height:95px;
	margin-left:35px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#business .text {
	color:#469fa8;
}
#personal .text {
	color:#b51f12;
}

.movie {
	margin-left:50px;
}
.oho {
	position: absolute;
	margin-left:450px;
	margin-top:50px;
}
